LLMO

JSON Schema (v0.1)

Structural schema for llmo.json v0.1 documents.

A formal JSON Schema (draft 2020-12) defines the structural shape of a conforming llmo.json document. The raw schema is published at:

https://llmo.org/spec/v0.1/schema.json

The schema’s $id is https://llmo.org/spec/v0.1/schema.json. Tools that fetch schemas by $id will resolve to that URL.

What the schema validates

What the schema does not validate

The JSON Schema is a structural check only. It does not validate the following conformance-level concerns, which are the validator’s responsibility (see spec ยง5):

A document can pass the JSON Schema and still fail minimal, standard, or strict conformance.

Using the schema

Common usage patterns:

Note: llmo.json files do not include a $schema field in the protocol itself, because the binding is by file name and discovery path rather than by in-document declaration. Tools that want schema-driven autocomplete while authoring may add one locally, but it is not part of the published document.

Download