{
  "state_id": "mvg.state.public.2026-03-09T00-00-00Z",
  "generated_at": "2026-03-09T00:00:00Z",
  "nodes": [
    {
      "id": "mvg.evidence.status.aggregate",
      "type": "evidence",
      "label": "Status aggregate",
      "route": "/.well-known/mvg-status.prod.dsse.json",
      "status": "published"
    },
    {
      "id": "mvg.evidence.production.pointer",
      "type": "evidence",
      "label": "Production pointer",
      "route": "/.well-known/mvg-prod.json",
      "status": "READY_TO_SIGN"
    },
    {
      "id": "mvg.evidence.frontdoor.manifest",
      "type": "evidence",
      "label": "Frontdoor manifest",
      "route": "/.well-known/mvg-frontdoor.manifest.prod.dsse.json",
      "status": "published"
    },
    {
      "id": "mvg.evidence.witness.index",
      "type": "evidence",
      "label": "Witness index",
      "route": "/.well-known/keys/witness/index.json",
      "status": "published"
    },
    {
      "id": "mvg.claim.public.posture",
      "type": "claim",
      "label": "Current public posture",
      "status": "HOLD",
      "reason_code": "RC.STATUS.HOLD.REQUIRED_PUBLICATION_PROOF"
    },
    {
      "id": "mvg.claim.production.pointer",
      "type": "claim",
      "label": "Production pointer",
      "status": "HOLD",
      "reason_code": "RC.POINTER.HOLD.READY_TO_SIGN"
    },
    {
      "id": "mvg.claim.witness.index",
      "type": "claim",
      "label": "Witness index",
      "status": "PASS",
      "reason_code": "RC.WITNESS.PASS.PUBLIC_INDEX_PRESENT"
    },
    {
      "id": "mvg.claim.reviewer.routing",
      "type": "claim",
      "label": "Reviewer routing",
      "status": "PASS",
      "reason_code": "RC.ROUTING.PASS.REVIEWER_INDEX_PRESENT"
    },
    {
      "id": "mvg.claim.corroboration.status",
      "type": "claim",
      "label": "Witnessed corroboration",
      "status": "PENDING",
      "reason_code": "RC.CORROBORATION.PENDING.INDEPENDENT_REPLAY"
    }
  ],
  "edges": [
    {
      "from": "mvg.evidence.status.aggregate",
      "to": "mvg.claim.public.posture",
      "label": "supports"
    },
    {
      "from": "mvg.evidence.production.pointer",
      "to": "mvg.claim.production.pointer",
      "label": "supports"
    },
    {
      "from": "mvg.evidence.witness.index",
      "to": "mvg.claim.witness.index",
      "label": "supports"
    },
    {
      "from": "mvg.claim.public.posture",
      "to": "mvg.claim.reviewer.routing",
      "label": "resolves"
    },
    {
      "from": "mvg.claim.public.posture",
      "to": "mvg.claim.corroboration.status",
      "label": "awaits matching replay"
    }
  ]
}