Collection Documents
Validate document against collection schema
Dry-run validation: checks a document payload against the collection's document_schema without creating or modifying any data. Returns validation result with any violations found.
post/v1/collections/{collection_identifier}/documents/schema/validate
Path parameters
collection_identifierstring required
The ID or name of the collection.
The ID or name of the collection.
Request body
object required
The document payload to validate against the collection schema.
Response
Successful Response
{"stackTrail":"paths:/v1/collections/{collection_identifier}/documents/schema/validate:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}
Changes
Changed in 1 of the 34 revisions of this API.1
- ○
the endpoint scheme security
BearerAuth AND NamespaceHeaderwas added to the APIapi-security-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○