{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://assignee.net/schemas/source-provenance-v1","title":"Assignee Research Source Provenance","type":"object","required":["schema","schema_version","contract_version","generated_from","provenance_level","provenance_key","provenance_label","content_type","source_material_class","primary_research","new_experiments","public_artifacts","external_record","claim_lineage","source_list","interpretation","limitations"],"properties":{"schema":{"const":"https://assignee.net/schemas/source-provenance-v1"},"schema_version":{"type":"string"},"contract_version":{"type":"string"},"generated_from":{"type":"string"},"provenance_level":{"type":"integer","minimum":1,"maximum":4},"provenance_key":{"enum":["PUBLIC_METADATA_RECORD","PUBLIC_ARTIFACT_RECORD","CLAIM_AGGREGATE_RECORD","EXTERNAL_ARCHIVAL_RECORD"]},"provenance_label":{"type":"string"},"content_type":{"type":"string"},"source_material_class":{"type":"string"},"primary_research":{"type":"boolean"},"new_experiments":{"type":"boolean"},"public_artifacts":{"type":"object","required":["artifact_types","has_html_page","has_report_pdf","has_citation_exports","has_manifest","has_external_record"],"properties":{"artifact_types":{"type":"array","items":{"type":"string"}},"has_html_page":{"type":"boolean"},"has_report_pdf":{"type":"boolean"},"has_citation_exports":{"type":"boolean"},"has_manifest":{"type":"boolean"},"has_external_record":{"type":"boolean"}}},"external_record":{"type":"object","required":["doi","record_url","registered"],"properties":{"doi":{"type":["string","null"]},"record_url":{"type":["string","null"]},"registered":{"type":"boolean"}}},"claim_lineage":{"type":"object","required":["source_grounded_claims","claim_record_source","individual_claims_public","lineage_scope"],"properties":{"source_grounded_claims":{"type":"integer","minimum":0},"claim_record_source":{"type":"string"},"individual_claims_public":{"type":"boolean"},"lineage_scope":{"type":"string"}}},"source_list":{"type":"object","required":["public_source_list_attached","public_source_count","basis"],"properties":{"public_source_list_attached":{"type":"boolean"},"public_source_count":{"type":["integer","null"],"minimum":0},"basis":{"type":"string"}}},"interpretation":{"type":"string"},"limitations":{"type":"array","items":{"type":"string"}}},"x-levels":[{"level":1,"key":"PUBLIC_METADATA_RECORD","label":"Public metadata record","definition":"The paper has a public HTML page, citation exports, and manifest metadata."},{"level":2,"key":"PUBLIC_ARTIFACT_RECORD","label":"Public artifact record","definition":"The paper has a public generated report artifact in addition to metadata."},{"level":3,"key":"CLAIM_AGGREGATE_RECORD","label":"Claim aggregate record","definition":"The paper has aggregate public claim-grounding counts attached."},{"level":4,"key":"EXTERNAL_ARCHIVAL_RECORD","label":"External archival record","definition":"The paper has an external public DOI or archival record."}]}