Validate document against collection schema
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
Validate document against collection schema
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID or name of the collection.
Body
application/json
The document payload to validate against the collection schema.
Response
Successful Response

