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
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