Code Rooms
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://kognit1v.local/contracts/handoff-envelope.schema.json",
"title": "KOGNIT1V Handoff Envelope",
"type": "object",
"required": ["operation_id", "current_state", "intent_blueprint", "proofs", "blocked_checks", "next_agent", "non_claims"],
"properties": {
"operation_id": { "type": "string" },
"current_state": { "type": "string" },
"intent_blueprint": { "type": "string" },
"proofs": {
"type": "array",
"items": { "type": "string" }
},
"blocked_checks": {
"next_agent": { "type": "string" },
"non_claims": {
}