{
  "schema_version": "intentforce-evidence-passport/0.3",
  "passport_id": "EP-DEMO-003",
  "title": "Example: a public page responds after a bounded release",
  "status": "verified",
  "observed_at": "2026-09-17T12:00:00Z",
  "scope": {
    "system": "Example WordPress website",
    "change_boundary": "One page and its site-owned metadata",
    "excluded": [
      "Search ranking",
      "Visitor conversion",
      "Third-party cache state"
    ]
  },
  "claim": {
    "statement": "The reviewed public URL returned HTTP 200 and the expected heading after release.",
    "classification": "Observed"
  },
  "evidence": [
    {
      "evidence_id": "http-after-release",
      "type": "http_response",
      "source": "Bounded HTTP verification",
      "observed_at": "2026-09-17T12:00:00Z",
      "url": "https://example.com/reference/"
    }
  ],
  "verification": [
    {
      "check": "Public URL returns HTTP 200 and contains the expected H1",
      "result": "pass",
      "evidence_ids": ["http-after-release"]
    }
  ],
  "boundaries": [
    "This record verifies availability and rendered content only.",
    "It does not prove indexing, ranking, traffic or business impact."
  ],
  "recovery": {
    "available": true,
    "procedure": "Restore the pre-release page snapshot and metadata file, then repeat the public checks.",
    "verified_at": null
  },
  "publisher": {
    "name": "IntentForce",
    "url": "https://www.intentforce.no/"
  }
}
