arango_validate_document
Validate a document against a stored or inline JSON Schema in an ArangoDB collection, ensuring data integrity before insertion or update.
Instructions
Validate a document against a stored or inline JSON Schema.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collection | Yes | ||
| document | Yes | ||
| schema_name | No | Name of stored schema to use | |
| schema | No | Inline JSON Schema to validate against | |
| database | No | Database override |