{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://assignee.net/schemas/benchmark-evidence-v1","title":"Assignee Research Benchmark Evidence","type":"object","required":["schema","schema_version","contract_version","contract_updated","publisher","html_url","json_url","model","benchmark","source_count","source_coverage","source_profile","reported_range","spread_pp","severity","entries","interpretation","limitations"],"properties":{"schema":{"const":"https://assignee.net/schemas/benchmark-evidence-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"}}},"html_url":{"type":"string","format":"uri"},"json_url":{"type":"string","format":"uri"},"model":{"type":"string"},"benchmark":{"type":"string"},"source_count":{"type":"integer"},"source_coverage":{"type":"object","required":["record_count","distinct_source_count","coverage_level","basis"],"properties":{"record_count":{"type":"integer"},"distinct_source_count":{"type":"integer"},"coverage_level":{"enum":["LIMITED","MODERATE","BROAD"]},"basis":{"type":"string"}}},"source_profile":{"type":"object","required":["source_url_count","missing_source_url_count","domains","year_min","year_max","basis"],"properties":{"source_url_count":{"type":"integer"},"missing_source_url_count":{"type":"integer"},"domains":{"type":"array","items":{"type":"string"}},"year_min":{"type":["integer","null"]},"year_max":{"type":["integer","null"]},"basis":{"type":"string"}}},"reported_range":{"type":"object","required":["min_score_pct","max_score_pct"],"properties":{"min_score_pct":{"type":["number","null"]},"max_score_pct":{"type":["number","null"]}}},"spread_pp":{"type":"number"},"severity":{"enum":["NONE","LOW","MEDIUM","HIGH"]},"entries":{"type":"array","items":{"type":"object","required":["model","benchmark","score_pct","source_title","source_url","source_domain","year"],"properties":{"model":{"type":"string"},"benchmark":{"type":"string"},"score_pct":{"type":["number","null"]},"source_title":{"type":"string"},"source_url":{"type":["string","null"]},"source_domain":{"type":["string","null"]},"year":{"type":["integer","string","null"]}}}},"interpretation":{"type":"string"},"limitations":{"type":"array","items":{"type":"string"}}}}