Templates
Get template schema
Fetch the canonical orgo.ai/v1 template JSON Schema.
GET
Get template schema
Returns the complete
orgo.ai/v1 template schema as JSON Schema (Draft 2020-12) — every field, its type, accepted values, and a description. This is the canonical machine-readable contract for templates, consumed by editors, the CLI, and AI agents.
This endpoint is public. It requires no API key, sets permissive CORS headers, and is cacheable, so any tool can fetch it directly.
Response
A JSON Schema document. The top-levelproperties describe each template field; $defs holds the reusable sub-objects (hardware, app, service, trigger, and so on). For a guided walkthrough, see the schema reference.
Example
Response (excerpt)
Response
200 - application/schema+json
The orgo.ai/v1 JSON Schema document.
The response is of type object.
Get template schema