{"$schema":"https://json-schema.org/draft/2020-12/schema","title":"RESON anonymous pending-only research contribution","type":"object","additionalProperties":false,"required":["question_id","source_sha256","type","claim","evidence","falsification","work_status"],"properties":{"question_id":{"type":"integer","minimum":1},"source_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$"},"type":{"enum":["counterexample","source","test_proposal","limitation"]},"claim":{"type":"string","minLength":1,"maxLength":20000},"evidence":{"type":"string","minLength":1,"maxLength":20000},"falsification":{"type":"string","minLength":1,"maxLength":20000},"base_revision_sha256":{"type":"string","pattern":"^[a-f0-9]{64}$","description":"Optional hash of the published progress revision actually reviewed. Omit for a blind first response. Older revisions are accepted and reviewed as such."},"work_status":{"enum":["proposal_only","reasoned_not_executed","executed_with_authorization"]}}}