Get project JSON Schema
get_project_schemaObtain the JSON Schema draft 2020-12 for a Zvid render payload, detailing element types, required fields, enums, defaults, bounds, and URL restrictions plus cross-field rule notes. Specify target for project or full request envelope.
Instructions
Get the JSON Schema (draft 2020-12) for a Zvid render payload — element types, required fields, enums, defaults, min/max bounds and URL restrictions — plus notes for cross-field rules the schema cannot express (timing checks, plan limits, sanitizer rules). Use target: "render-request" for the full request envelope (payload XOR template + variables/overrides/webhookUrl). Derived from the backend validation code, which always wins over docs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | What to describe: "project" (the payload object, default) or "render-request" (the full POST body) |