runtime-commandAvailable
Model Command Schema
Return the backend-owned model mutation command schema used by UI and Python.
Reference contract
| Field | Value | Description |
|---|---|---|
| action | model.command.schema | — |
| aliases | ["command_schema"] | — |
| category | runtime | — |
| displayName | Model Command Schema | — |
| pythonName | model_command_schema | — |
| responseType | schema | — |
Return the backend-owned model mutation command schema used by UI and Python.
Contract
| Property | Value |
|---|---|
| action | model.command.schema |
| aliases | ["command_schema"] |
| category | runtime |
| displayName | Model Command Schema |
| pythonName | model_command_schema |
| responseType | schema |
Dynamic call
model.command('model.command.schema', ...)