{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://assignee.net/schemas/correction-record-v1","title":"Assignee Research Correction Record","type":"object","required":["schema","schema_version","contract_version","contract_updated","generated_from","publisher","work","manifest","correction_state","correction_count","last_corrected_at","correction_events","known_superseded_manifest_urls","policy","interpretation","limitations"],"properties":{"schema":{"const":"https://assignee.net/schemas/correction-record-v1"},"schema_version":{"type":"string"},"contract_version":{"type":"string"},"contract_updated":{"type":"string"},"generated_from":{"type":"string"},"publisher":{"type":"object"},"work":{"type":"object"},"manifest":{"type":"object","required":["schema","contract_version","contract_updated","current_manifest_url","correction_record_url"],"properties":{"schema":{"const":"https://assignee.net/schemas/paper-manifest-v1"},"contract_version":{"type":"string"},"contract_updated":{"type":"string"},"current_manifest_url":{"type":"string","format":"uri"},"correction_record_url":{"type":"string","format":"uri"}}},"correction_state":{"enum":["CURRENT","CORRECTED","SUPERSEDED"]},"correction_count":{"type":"integer","minimum":0},"last_corrected_at":{"type":["string","null"]},"correction_events":{"type":"array","items":{"type":"object","required":["event_id","corrected_at","correction_type","public_note","affected_fields"],"properties":{"event_id":{"type":"string"},"corrected_at":{"type":"string"},"correction_type":{"enum":["METADATA","ARTIFACT","CLAIM","BENCHMARK","PROVENANCE","QUALITY_ASSESSMENT"]},"public_note":{"type":"string"},"affected_fields":{"type":"array","items":{"type":"string"}}}}},"known_superseded_manifest_urls":{"type":"array","items":{"type":"string"}},"policy":{"type":"object","required":["corrections_are_additive","no_silent_public_rewrites","private_operational_logs_public","basis"],"properties":{"corrections_are_additive":{"type":"boolean"},"no_silent_public_rewrites":{"type":"boolean"},"private_operational_logs_public":{"type":"boolean"},"basis":{"type":"string"}}},"interpretation":{"type":"string"},"limitations":{"type":"array","items":{"type":"string"}}},"x-states":["CURRENT","CORRECTED","SUPERSEDED"],"x-correction-types":["METADATA","ARTIFACT","CLAIM","BENCHMARK","PROVENANCE","QUALITY_ASSESSMENT"]}