You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Multi-valued attributes contain a list of elements using the JSON
array format defined in Section 5 of [RFC7159]. Elements can be
either of the following:
However, validator crashes with that once validating with payload including"tags": ["Chewbag"]:
Type error: Tmilos\ScimSchema\Validator\SchemaValidator::validateByAttributes(): Argument #1 ($object) must be of type array, string given, called in /Users/gostrolucky/Documents/eqs/data-center-api/vendor/tmilos/scim-schema/src/Validator/SchemaValidator.php on line 86
The text was updated successfully, but these errors were encountered:
ostrolucky
added a commit
to eqsgroup/scim-schema
that referenced
this issue
Oct 25, 2024
According RFC 7643,section 2.4:
Hence I would expect schema like this to work:
However, validator crashes with that once validating with payload including
"tags": ["Chewbag"]
:The text was updated successfully, but these errors were encountered: