schemas
Sample & Validate Documents
Query a subset of documents in a collection and validate each match against a schema.
post/groups/{groupId}/apps/{appId}/services/{datasourceId}/commands/validate_documents
Request body
Response
OK
Example response
{
"errors": [
{
"field": "(root)._id"
}
]
}