{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://axlibiza.com/tool-contracts/compose_evidence_board.json","oneOf":[{"$ref":"#/$defs/v1"},{"$ref":"#/$defs/v2"}],"$defs":{"id":{"type":"string","pattern":"^[a-z][a-z0-9-]{0,31}:[A-Za-z0-9._~:/-]{1,480}$"},"v1":{"type":"object","properties":{"title":{"type":"string","maxLength":80},"question":{"type":"string","maxLength":240},"note":{"type":"string","maxLength":320},"claim_ids":{"type":"array","items":{"$ref":"#/$defs/id"},"minItems":1,"maxItems":8},"mode":{"enum":["replace","append"]},"id":{"$ref":"#/$defs/id"},"snapshot_at":{"type":"string"}},"required":["title","question","note","claim_ids","mode"],"additionalProperties":false},"v2":{"type":"object","properties":{"schema_version":{"const":"2.0"},"packet_id":{"$ref":"#/$defs/id"},"expected_revision":{"type":"integer","minimum":0},"command":{"$ref":"#/$defs/command"}},"required":["schema_version","expected_revision","command"],"additionalProperties":false},"command":{"oneOf":[{"type":"object","properties":{"action":{"const":"CREATE"},"roleId":{"$ref":"#/$defs/id"},"title":{"type":"string","minLength":1,"maxLength":160},"criterionIds":{"type":"array","items":{"$ref":"#/$defs/id"},"minItems":1,"maxItems":64}},"required":["action","roleId","title","criterionIds"],"additionalProperties":false},{"type":"object","properties":{"action":{"enum":["ADD_CRITERION","ADD_EVIDENCE","REMOVE_EVIDENCE","QUALIFY","RESTORE"]},"criterionId":{"$ref":"#/$defs/id"},"evidenceId":{"$ref":"#/$defs/id"},"rationale":{"type":"string","maxLength":2048},"reason":{"type":"string","minLength":1,"maxLength":1024}},"required":["action","criterionId","reason"],"additionalProperties":false}]},"error":{"type":"object","properties":{"code":{"enum":["INVALID_INPUT","INVALID_ID","NOT_FOUND","REVISION_CONFLICT","HUMAN_LOCKED","OUT_OF_SCOPE","ABORTED","RESULT_TOO_LARGE"]},"message":{"type":"string"},"currentRevision":{"type":"integer"}},"required":["code","message"],"additionalProperties":false},"result":{"oneOf":[{"type":"object","properties":{"ok":{"const":true},"schema_version":{"enum":["1.0","2.0"]},"data":{}},"required":["ok","schema_version","data"],"additionalProperties":false},{"type":"object","properties":{"ok":{"const":false},"schema_version":{"enum":["1.0","2.0"]},"error":{"$ref":"#/$defs/error"}},"required":["ok","schema_version","error"],"additionalProperties":false}]}},"x-result-order":"graph-id-asc; UTF-8 result maximum 16384 bytes","x-annotations":{"readOnlyHint":false,"untrustedContentHint":true,"stateEffect":"reversible session-local only","protectedInputExclusions":["raw review and issue bodies"]}}