{
  "schema": "pactverity.data-centre-assurance-receipt.v0.1",
  "receiptId": "synthetic-dc-evaluation-001",
  "profileStatus": "evaluation",
  "facility": {
    "facilityId": "SYNTHETIC-DC-01",
    "name": "Fictional North Campus",
    "jurisdiction": "Example only",
    "operator": "Fictional Operator"
  },
  "period": {
    "start": "2026-08-01T00:00:00Z",
    "end": "2026-08-31T23:59:59Z",
    "timezone": "UTC"
  },
  "evidence": [
    {
      "evidenceId": "availability-august",
      "metric": "availability",
      "sourceType": "operator_reported",
      "observedAt": "2026-09-01T09:00:00Z",
      "value": 9995,
      "unit": "basis_points",
      "sourceReference": "synthetic-report://availability/2026-08",
      "digest": "1111111111111111111111111111111111111111111111111111111111111111",
      "signer": "fictional-operator-key"
    }
  ],
  "checks": [
    {
      "checkId": "minimum-monthly-availability",
      "evidenceId": "availability-august",
      "operator": "gte",
      "threshold": 9990,
      "result": "pass",
      "reason": "Synthetic observed availability meets the synthetic threshold."
    }
  ],
  "outcome": "pass",
  "limitations": [
    "All values, entities and references in this example are fictional.",
    "Operator-reported evidence has not been independently observed or audited.",
    "This example demonstrates the proposed receipt shape only."
  ],
  "payloadDigest": "2222222222222222222222222222222222222222222222222222222222222222",
  "signatures": [],
  "issuedAt": "2026-09-03T17:00:00Z"
}
