register_schema
Add new data structure definitions to Neotoma's deterministic state layer for organizing entities like contacts, tasks, and transactions with version control and user-specific options.
Instructions
Register a new schema or schema version. Supports both global and user-specific schemas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_type | Yes | ||
| schema_definition | Yes | Schema definition with fields object | |
| reducer_config | Yes | Reducer configuration with merge policies | |
| schema_version | No | 1.0 | |
| user_specific | No | ||
| user_id | No | User ID for user-specific schema (required if user_specific=true) | |
| activate | No |