{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://assignee.net/schemas/verification-levels-v1","title":"Assignee Research Verification Levels","type":"object","required":["schema","schema_version","contract_version","paper_level","paper_level_key","paper_level_label","basis","generated_from","claim_summary","artifact_types","levels","unsupported_upper_levels","enforcement","limitations"],"properties":{"schema":{"const":"https://assignee.net/schemas/verification-levels-v1"},"schema_version":{"type":"string"},"contract_version":{"type":"string"},"paper_level":{"type":"integer","minimum":0,"maximum":7},"paper_level_key":{"type":"string"},"paper_level_label":{"type":"string"},"basis":{"type":"string"},"generated_from":{"type":"string"},"claim_summary":{"type":"object","required":["source_grounded_claims","aggregate_claim_records","claim_record_source","per_claim_public_records","per_claim_public_record_count","cross_source_corroborated_claims","artifact_inspected_claims","sandbox_executed_claims","independently_reproduced_claims","externally_reviewed_or_formally_verified_claims"],"properties":{"source_grounded_claims":{"type":"integer","minimum":0},"aggregate_claim_records":{"type":"integer","minimum":0},"claim_record_source":{"type":"string"},"per_claim_public_records":{"type":"array","items":{"type":"object"}},"per_claim_public_record_count":{"type":"integer","minimum":0},"cross_source_corroborated_claims":{"type":"integer","minimum":0},"artifact_inspected_claims":{"type":"integer","minimum":0},"sandbox_executed_claims":{"type":"integer","minimum":0},"independently_reproduced_claims":{"type":"integer","minimum":0},"externally_reviewed_or_formally_verified_claims":{"type":"integer","minimum":0}}},"artifact_types":{"type":"array","items":{"type":"string"}},"levels":{"type":"array","items":{"type":"object"}},"unsupported_upper_levels":{"type":"array","items":{"type":"object"}},"enforcement":{"type":"string"},"limitations":{"type":"array","items":{"type":"string"}}},"x-levels":[{"level":0,"key":"GENERATED_NOT_PUBLIC","label":"Generated text, not public","public_claim":false,"definition":"Generated material that is not exposed as a public research record."},{"level":1,"key":"LITERATURE_SYNTHESIS","label":"Literature synthesis from retrieved sources","public_claim":true,"definition":"A public synthesis based on retrieved scientific source material."},{"level":2,"key":"SOURCE_GROUNDED_CLAIMS","label":"Source-grounded claims","public_claim":true,"definition":"At least one extracted claim has supporting context from retrieved source material."},{"level":3,"key":"CROSS_SOURCE_CORROBORATED","label":"Cross-source corroborated claims","public_claim":true,"definition":"A claim is corroborated across multiple inspectable public sources."},{"level":4,"key":"ARTIFACT_INSPECTED","label":"Artifact-inspected claims","public_claim":true,"definition":"A claim is checked against public artifacts beyond citation text."},{"level":5,"key":"SANDBOX_EXECUTED","label":"Code executed in sandbox","public_claim":true,"definition":"Supporting code or computation has been executed in a controlled environment."},{"level":6,"key":"INDEPENDENTLY_REPRODUCED","label":"Independently reproduced result","public_claim":true,"definition":"A result has been independently reproduced from supporting artifacts."},{"level":7,"key":"EXTERNALLY_REVIEWED_OR_FORMAL","label":"Externally reviewed or formally verified","public_claim":true,"definition":"A result has external review evidence or machine-checkable formal verification."}]}