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
SchemaWithMerge.txt contains the schema with merge, but it is not failing the schema validation if "name" is not passed for "entitities" but the same is working fine if merge is not used as per attached SchemaWithoutMerge.txt
SchemaWithMerge.txt contains the schema with merge, but it is not failing the schema validation if "name" is not passed for "entitities" but the same is working fine if merge is not used as per attached SchemaWithoutMerge.txt
Test Schema with Merging:
SchemaWithMerge.txt
Test Schema without Merging:
SchemaWithoutMerge.txt
Test Json (This should fail as "name" is not available for the item of "entities"
{ "name":"test", "dataStoreType": "DOCUMENT", "entities": [ { "softDelete": true, "attributes": [ { "name": "parentMessageId", "type": "STRING" } ] } ] }
The text was updated successfully, but these errors were encountered: