Skip to main content
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-level properties 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)

Point your editor’s YAML language server at this URL for inline autocomplete and validation:

Response

200 - application/schema+json

The orgo.ai/v1 JSON Schema document.

The response is of type object.