Code Rooms
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://kognit1v.local/contracts/proof-contract.schema.json",
"title": "KOGNIT1V Proof Contract",
"type": "object",
"required": ["id", "claim", "proof_type", "commands", "artifacts", "positive_assertions", "negative_proofs", "non_claims"],
"properties": {
"id": { "type": "string" },
"claim": { "type": "string" },
"proof_type": { "type": "string" },
"commands": {
"type": "array",
"items": { "type": "string" }
},
"artifacts": {
"positive_assertions": {
"negative_proofs": {
"non_claims": {
}