{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Low Capability Response Contract V2", "type": "object", "additionalProperties": true, "required": [ "allowed_response_blocks", "forbidden_blocks", "response_contract_pass" ], "properties": { "allowed_response_blocks": { "type": "array", "items": { "type": "string" } }, "forbidden_blocks": { "type": "array", "items": { "type": "string" } }, "response_contract_pass": { "type": "boolean" }, "enum_translation_loss_count": { "type": "integer", "minimum": 0 }, "forbidden_section_leak_count": { "type": "integer", "minimum": 0 }, "shadow_ledger_omission_count": { "type": "integer", "minimum": 0 } } }