Code Rooms
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://kognit1v.local/contracts/capability-gap.schema.json",
"title": "KOGNIT1V Capability Gap",
"type": "object",
"required": ["id", "summary", "owner_layer", "maturity", "required_contract", "non_claims"],
"properties": {
"id": { "type": "string" },
"summary": { "type": "string" },
"owner_layer": { "type": "string" },
"maturity": {
"type": "string",
"enum": ["ghost", "gap", "candidate", "local", "signal", "pattern", "proven"]
},
"required_contract": { "type": "string" },
"non_claims": {
"type": "array",
"items": { "type": "string" }
}