This directory contains the Collab capability standard.
SCHEMA.md— human-readable schema, semantics, and conventionscapability.schema.json— machine-readable JSON Schema for validating parsed manifests
Keeping both is useful:
SCHEMA.mdis easier for humans to read, review, and discusscapability.schema.jsonis the standard machine-readable format for validation and tooling
The JSON Schema validates the current manifest structure. The Markdown spec documents semantics and conventions that are awkward or impossible to express purely in JSON Schema.
The current schema version is "0.1.0", which intentionally signals that the standard is still pre-1.0 and may evolve.
Capability metadata is declared under tool.nebi.capability, with capability entries namespaced as tool.nebi.capability.<org-name>.<capability-key>.