{ "$id": "https://graphrarebench.org/schemas/evidence_bundle_public_v1.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "additionalProperties": true, "properties": { "asset_inventory_version": { "type": "string" }, "case_base_hash": { "type": "string" }, "case_base_path": { "const": "cases/graphrarebench_cases.jsonl" }, "case_id": { "type": "string" }, "created_at": { "type": "string" }, "evidence_bundle_id": { "type": "string" }, "evidence_items": { "items": { "type": "object" }, "type": "array" }, "graph_path_alignment_ids": { "items": { "type": "string" }, "type": "array" }, "retrieval_run_id": { "type": "string" } }, "required": [ "evidence_bundle_id", "case_id", "case_base_path", "case_base_hash", "retrieval_run_id", "asset_inventory_version", "evidence_items", "graph_path_alignment_ids", "created_at" ], "title": "GraphRareBench public evidence bundle sidecar", "type": "object" }