{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://assignee.net/schemas/paper-manifest-v1","title":"Assignee Research Paper Manifest","type":"object","required":["schema","schema_version","contract_version","contract_updated","publisher","work","artifact_set","quality_assessment","quality_dimensions","quality_tier","review_monitor","verification_status","source_provenance","correction_record","provenance","limitations"],"properties":{"schema":{"const":"https://assignee.net/schemas/paper-manifest-v1"},"schema_version":{"type":"string"},"contract_version":{"type":"string"},"contract_updated":{"type":"string"},"schema_documentation":{"type":"string","format":"uri"},"changelog_url":{"type":"string","format":"uri"},"publisher":{"type":"object","required":["name","url"],"properties":{"name":{"type":"string"},"url":{"type":"string","format":"uri"}}},"work":{"type":"object","required":["task_id","short_id","title","url","published_date"],"properties":{"task_id":{"type":"string"},"short_id":{"type":"string"},"title":{"type":"string"},"url":{"type":"string","format":"uri"},"published_date":{"type":["string","null"]},"doi":{"type":["string","null"]}}},"artifact_set":{"type":"array","items":{"type":"object","required":["type","label","url","format"],"properties":{"type":{"type":"string"},"label":{"type":"string"},"url":{"type":"string","format":"uri"},"format":{"type":"string"}}}},"quality_assessment":{"type":"object"},"quality_dimensions":{"$ref":"https://assignee.net/schemas/quality-dimensions-v1"},"quality_tier":{"$ref":"https://assignee.net/schemas/quality-tiers-v1"},"review_monitor":{"$ref":"https://assignee.net/schemas/review-monitor-v1"},"verification_status":{"$ref":"https://assignee.net/schemas/verification-levels-v1"},"source_provenance":{"$ref":"https://assignee.net/schemas/source-provenance-v1"},"correction_record":{"$ref":"https://assignee.net/schemas/correction-record-v1"},"provenance":{"type":"object"},"limitations":{"type":"array","items":{"type":"string"}}}}