arango_create_schema
Define or update a named JSON Schema for an ArangoDB collection, enabling validation of document structure.
Instructions
Create or update a named JSON Schema for a collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| collection | Yes | ||
| schema | Yes | JSON Schema draft-07 compatible schema | |
| database | No | Database override |