register_schema
Register a new schema or schema version for entity types, supporting global and user-specific definitions with reducer configuration.
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 |