Code Rooms
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://kognit1v.local/contracts/intent-blueprint.schema.json",
"title": "KOGNIT1V Intent Blueprint",
"type": "object",
"required": ["id", "intent", "owner", "route", "inputs", "non_claims"],
"properties": {
"id": { "type": "string" },
"intent": { "type": "string" },
"owner": { "type": "string" },
"route": {
"type": "array",
"items": { "type": "string" }
},
"inputs": { "type": "object" },
"non_claims": {
}