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
In the case of $validation call, the raw json string is used.
However, when calling create endpoints, the resource is first parsed and then validated.
The problem with this is the jsonparser does not care about validation and cardinality specifically. Resulting in invalid JSON strings parsing to valid resources, and thus different validation handling by create / $validate endpoints
The text was updated successfully, but these errors were encountered:
In the case of $validation call, the raw json string is used.
However, when calling create endpoints, the resource is first parsed and then validated.
The problem with this is the jsonparser does not care about validation and cardinality specifically. Resulting in invalid JSON strings parsing to valid resources, and thus different validation handling by create / $validate endpoints
The text was updated successfully, but these errors were encountered: