Get the Clipkit JSON Schema (exact fields)
get_schemaRetrieve the authoritative JSON Schema for a Clipkit Source, including exact field names, types, and enums. Optionally filter by element type for a focused schema, ensuring accurate field usage when authoring.
Instructions
Return the authoritative JSON Schema for a Clipkit Source — exact field names, types, and enums, generated from the protocol. Call with no argument for the full Source schema, or with element_type (e.g. "text", "shape", "particles") for just that element's fields (much smaller). Use this when authoring with set_project / add_element so you never guess a field.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| element_type | No | Limit to one element type's fields (e.g. "text"). Omit for the full Source schema (large). |