Create Custom Schema
machship_create_custom_schemaDefine new fields for Machship entities by creating a custom JSON schema. Specify name, entity type, and schema definition.
Instructions
Creates a new custom schema to extend Machship entities with additional fields.
Args:
name (string): Schema name
type (string): Schema type/entity to extend
schema (object): JSON schema definition
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Schema name | |
| type | Yes | Schema type/entity | |
| schema | Yes | JSON schema definition |