create_output_schema
Define the structure of output data by creating an output schema draft with camelCase fields; the backend validates and returns the schema's ID and version.
Instructions
Create a new output_schema draft. Pass the entity's fields (camelCase) in fields; the backend validates them. Returns the created output_schema with its id and version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fields | Yes | The output_schema's fields as a JSON object (camelCase keys), e.g. { "name": "…", "description": "…" }. |