MCPcopy Create free account
hub / github.com/elimity-com/scim / ValidatePatchOperationValue

Method ValidatePatchOperationValue

schema/schema.go:116–118  ·  view source on GitHub ↗

ValidatePatchOperationValue validates an individual operation and its related value.

(operation string, operationValue map[string]interface{})

Source from the content-addressed store, hash-verified

114
115// ValidatePatchOperationValue validates an individual operation and its related value.
116func (s Schema) ValidatePatchOperationValue(operation string, operationValue map[string]interface{}) *errors.ScimError {
117 return s.ValidatePatchOperation(operation, operationValue, false)
118}
119
120func (s Schema) getRawAttributes() []map[string]interface{} {
121 attributes := make([]map[string]interface{}, len(s.Attributes))

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected