{
  "disclaimer": "Seed sample data — demonstration only. Snapshot: 2026-09-16. No live inventory or measured metrics.",
  "results": [
    {
      "index_metadata": {
        "outcomes_verified": false,
        "probe_p95_ms": 340,
        "proposed_capability": false
      },
      "record": {
        "actions": {
          "availability": {
            "auth": "none",
            "idempotent": true,
            "method": "POST",
            "timeout_ms_recommended": 3000,
            "url": "https://stainmydeck.com/api/v1/availability"
          },
          "booking": {
            "auth": "api_key",
            "idempotent": false,
            "method": "POST",
            "timeout_ms_recommended": 8000,
            "url": "https://stainmydeck.com/api/v1/bookings"
          },
          "cancel": {
            "auth": "api_key",
            "idempotent": true,
            "method": "POST",
            "timeout_ms_recommended": 5000,
            "url": "https://stainmydeck.com/api/v1/bookings/{booking_id}/cancel"
          },
          "quote": {
            "auth": "none",
            "idempotent": true,
            "input_schema": "https://agentserviceschema.org/schemas/v0.1/actions/quote-input.json",
            "method": "POST",
            "output_schema": "https://agentserviceschema.org/schemas/v0.1/actions/quote-output.json",
            "timeout_ms_recommended": 5000,
            "url": "https://stainmydeck.com/api/v1/quote"
          },
          "status": {
            "auth": "api_key",
            "idempotent": true,
            "method": "GET",
            "timeout_ms_recommended": 3000,
            "url": "https://stainmydeck.com/api/v1/bookings/{booking_id}"
          }
        },
        "capabilities": [
          "home.exterior.deck_staining"
        ],
        "coverage": {
          "areas": [
            "spokane-wa"
          ],
          "exclusions": [],
          "type": "metro"
        },
        "description": "On-demand deck staining: photo-based quotes, verified local contractors, online booking.",
        "endpoint_id": "com.stainmydeck",
        "extensions": {
          "home": {
            "bonded": true,
            "crew_size": "2-3",
            "extension_version": "0.1.0",
            "insured": true,
            "license_number": "STAINML123JD"
          }
        },
        "name": "StainMyDeck",
        "operator": {
          "contact_email": "ops@stainmydeck.com",
          "legal_name": "StainMyDeck LLC",
          "website": "https://stainmydeck.com"
        },
        "pricing": {
          "currency": "USD",
          "model": "quote_based",
          "notes": "Range covers typical residential decks; final price confirmed after photo review.",
          "price_range": {
            "max": 2500,
            "min": 400
          }
        },
        "record_updated_at": "2026-09-16T07:00:00Z",
        "reputation": {
          "aggregate_rating": 4.7,
          "completion_rate_90d": 0.94,
          "dispute_rate_90d": 0.02,
          "review_count": 61
        },
        "schema_org_type": "HomeAndConstructionBusiness",
        "schema_version": "0.1",
        "verification": {
          "checks": [
            {
              "checked_at": "2026-09-16T06:00:00Z",
              "expires_at": "2027-09-16T06:00:00Z",
              "result": "pass",
              "source": "verifiedserviceschema.org",
              "type": "domain_ownership"
            },
            {
              "checked_at": "2026-09-16T06:00:00Z",
              "expires_at": "2026-09-17T06:00:00Z",
              "result": "pass",
              "source": "verifiedserviceschema.org/probes",
              "type": "liveness_probe"
            },
            {
              "checked_at": "2026-09-16T06:00:00Z",
              "expires_at": "2026-10-16T06:00:00Z",
              "result": "pass",
              "source": "verifiedserviceschema.org/conformance",
              "type": "schema_validation"
            },
            {
              "checked_at": "2026-09-15T06:00:00Z",
              "expires_at": "2026-10-15T06:00:00Z",
              "result": "pass",
              "source": "verifiedserviceschema.org/conformance",
              "type": "synthetic_transaction"
            },
            {
              "checked_at": "2026-09-01T06:00:00Z",
              "evidence_url": "https://secure.lni.wa.gov/verify/",
              "expires_at": "2026-11-30T06:00:00Z",
              "result": "pass",
              "source": "WA Dept. of Labor & Industries",
              "type": "license_check"
            },
            {
              "checked_at": "2026-09-01T06:00:00Z",
              "expires_at": "2026-11-30T06:00:00Z",
              "result": "pass",
              "source": "operator attestation + COI review",
              "type": "insurance_check"
            }
          ],
          "last_verified_at": "2026-09-16T06:00:00Z",
          "level": 3,
          "status": "verified"
        }
      }
    },
    {
      "index_metadata": {
        "outcomes_verified": false,
        "probe_p95_ms": 410,
        "proposed_capability": false
      },
      "record": {
        "actions": {
          "availability": {
            "auth": "none",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/com.getmygutters/availability"
          },
          "booking": {
            "auth": "api_key",
            "idempotent": false,
            "method": "POST",
            "url": "https://example.com/demo/com.getmygutters/booking"
          },
          "cancel": {
            "auth": "api_key",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/com.getmygutters/cancel"
          },
          "quote": {
            "auth": "none",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/com.getmygutters/quote"
          },
          "status": {
            "auth": "api_key",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/com.getmygutters/status"
          }
        },
        "capabilities": [
          "home.exterior.gutter_cleaning"
        ],
        "coverage": {
          "areas": [
            "spokane-wa"
          ],
          "exclusions": [],
          "type": "metro"
        },
        "description": "Gutter debris removal and downspout flush with photo-based quotes.",
        "endpoint_id": "com.getmygutters",
        "name": "GetMyGutters",
        "operator": {
          "contact_email": "ops@example.com",
          "legal_name": "GetMyGutters (illustrative operator)",
          "website": "https://example.com"
        },
        "pricing": {
          "currency": "USD",
          "model": "quote_based"
        },
        "record_updated_at": "2026-09-16T07:00:00Z",
        "schema_version": "0.1",
        "verification": {
          "checks": [
            {
              "checked_at": "2026-09-16T06:00:00Z",
              "expires_at": "2026-09-17T06:00:00Z",
              "result": "pass",
              "source": "Illustrative program check — not performed",
              "type": "domain_ownership"
            },
            {
              "checked_at": "2026-09-16T06:00:00Z",
              "expires_at": "2026-09-17T06:00:00Z",
              "result": "pass",
              "source": "Illustrative program check — not performed",
              "type": "liveness_probe"
            },
            {
              "checked_at": "2026-09-16T06:00:00Z",
              "expires_at": "2026-09-17T06:00:00Z",
              "result": "pass",
              "source": "Illustrative program check — not performed",
              "type": "schema_validation"
            }
          ],
          "last_verified_at": "2026-09-16T06:00:00Z",
          "level": 2,
          "status": "probed"
        }
      }
    },
    {
      "index_metadata": {
        "outcomes_verified": false,
        "probe_p95_ms": 380,
        "proposed_capability": false
      },
      "record": {
        "actions": {
          "availability": {
            "auth": "none",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/com.sealmyfence/availability"
          },
          "booking": {
            "auth": "api_key",
            "idempotent": false,
            "method": "POST",
            "url": "https://example.com/demo/com.sealmyfence/booking"
          },
          "cancel": {
            "auth": "api_key",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/com.sealmyfence/cancel"
          },
          "quote": {
            "auth": "none",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/com.sealmyfence/quote"
          },
          "status": {
            "auth": "api_key",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/com.sealmyfence/status"
          }
        },
        "capabilities": [
          "home.exterior.fence_sealing"
        ],
        "coverage": {
          "areas": [
            "coeur-dalene-id"
          ],
          "exclusions": [],
          "type": "metro"
        },
        "description": "Cleaning and sealant application for wood fences.",
        "endpoint_id": "com.sealmyfence",
        "name": "SealMyFence",
        "operator": {
          "contact_email": "ops@example.com",
          "legal_name": "SealMyFence (illustrative operator)",
          "website": "https://example.com"
        },
        "pricing": {
          "currency": "USD",
          "model": "quote_based"
        },
        "record_updated_at": "2026-09-16T07:00:00Z",
        "schema_version": "0.1",
        "verification": {
          "checks": [
            {
              "checked_at": "2026-09-16T06:00:00Z",
              "expires_at": "2026-09-17T06:00:00Z",
              "result": "pass",
              "source": "Illustrative program check — not performed",
              "type": "domain_ownership"
            },
            {
              "checked_at": "2026-09-16T06:00:00Z",
              "expires_at": "2026-09-17T06:00:00Z",
              "result": "pass",
              "source": "Illustrative program check — not performed",
              "type": "liveness_probe"
            },
            {
              "checked_at": "2026-09-16T06:00:00Z",
              "expires_at": "2026-09-17T06:00:00Z",
              "result": "pass",
              "source": "Illustrative program check — not performed",
              "type": "schema_validation"
            }
          ],
          "last_verified_at": "2026-09-16T06:00:00Z",
          "level": 2,
          "status": "probed"
        }
      }
    },
    {
      "index_metadata": {
        "outcomes_verified": false,
        "probe_p95_ms": null,
        "proposed_capability": false
      },
      "record": {
        "actions": {
          "availability": {
            "auth": "none",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/com.trimmyhedges/availability"
          },
          "booking": {
            "auth": "api_key",
            "idempotent": false,
            "method": "POST",
            "url": "https://example.com/demo/com.trimmyhedges/booking"
          },
          "cancel": {
            "auth": "api_key",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/com.trimmyhedges/cancel"
          },
          "quote": {
            "auth": "none",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/com.trimmyhedges/quote"
          },
          "status": {
            "auth": "api_key",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/com.trimmyhedges/status"
          }
        },
        "capabilities": [
          "home.exterior.hedge_trimming"
        ],
        "coverage": {
          "areas": [
            "spokane-wa"
          ],
          "exclusions": [],
          "type": "metro"
        },
        "description": "Shaping and cutback of hedges and shrubs, one-time or recurring.",
        "endpoint_id": "com.trimmyhedges",
        "name": "TrimMyHedges",
        "operator": {
          "contact_email": "ops@example.com",
          "legal_name": "TrimMyHedges (illustrative operator)",
          "website": "https://example.com"
        },
        "pricing": {
          "currency": "USD",
          "model": "quote_based"
        },
        "record_updated_at": "2026-09-16T07:00:00Z",
        "schema_version": "0.1",
        "verification": {
          "checks": [],
          "last_verified_at": null,
          "level": 1,
          "status": "self_asserted"
        }
      }
    },
    {
      "index_metadata": {
        "outcomes_verified": false,
        "probe_p95_ms": null,
        "proposed_capability": false
      },
      "record": {
        "actions": {
          "availability": {
            "auth": "none",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/com.edgemylawn/availability"
          },
          "booking": {
            "auth": "api_key",
            "idempotent": false,
            "method": "POST",
            "url": "https://example.com/demo/com.edgemylawn/booking"
          },
          "cancel": {
            "auth": "api_key",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/com.edgemylawn/cancel"
          },
          "quote": {
            "auth": "none",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/com.edgemylawn/quote"
          },
          "status": {
            "auth": "api_key",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/com.edgemylawn/status"
          }
        },
        "capabilities": [
          "home.exterior.lawn_edging"
        ],
        "coverage": {
          "areas": [
            "spokane-wa"
          ],
          "exclusions": [],
          "type": "metro"
        },
        "description": "Edge cutting along walks, drives, and beds.",
        "endpoint_id": "com.edgemylawn",
        "name": "EdgeMyLawn",
        "operator": {
          "contact_email": "ops@example.com",
          "legal_name": "EdgeMyLawn (illustrative operator)",
          "website": "https://example.com"
        },
        "pricing": {
          "currency": "USD",
          "model": "quote_based"
        },
        "record_updated_at": "2026-09-16T07:00:00Z",
        "schema_version": "0.1",
        "verification": {
          "checks": [],
          "last_verified_at": null,
          "level": 1,
          "status": "self_asserted"
        }
      }
    },
    {
      "index_metadata": {
        "outcomes_verified": false,
        "probe_p95_ms": 360,
        "proposed_capability": false
      },
      "record": {
        "actions": {
          "availability": {
            "auth": "none",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/com.saltmydriveway/availability"
          },
          "booking": {
            "auth": "api_key",
            "idempotent": false,
            "method": "POST",
            "url": "https://example.com/demo/com.saltmydriveway/booking"
          },
          "cancel": {
            "auth": "api_key",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/com.saltmydriveway/cancel"
          },
          "quote": {
            "auth": "none",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/com.saltmydriveway/quote"
          },
          "status": {
            "auth": "api_key",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/com.saltmydriveway/status"
          }
        },
        "capabilities": [
          "home.exterior.driveway_winter"
        ],
        "coverage": {
          "areas": [
            "spokane-wa"
          ],
          "exclusions": [],
          "type": "metro"
        },
        "description": "Driveway salting and snow clearing, on-call all winter.",
        "endpoint_id": "com.saltmydriveway",
        "name": "SaltMyDriveway",
        "operator": {
          "contact_email": "ops@example.com",
          "legal_name": "SaltMyDriveway (illustrative operator)",
          "website": "https://example.com"
        },
        "pricing": {
          "currency": "USD",
          "model": "quote_based"
        },
        "record_updated_at": "2026-09-16T07:00:00Z",
        "schema_version": "0.1",
        "verification": {
          "checks": [
            {
              "checked_at": "2026-09-16T06:00:00Z",
              "expires_at": "2026-09-17T06:00:00Z",
              "result": "pass",
              "source": "Illustrative program check — not performed",
              "type": "domain_ownership"
            },
            {
              "checked_at": "2026-09-16T06:00:00Z",
              "expires_at": "2026-09-17T06:00:00Z",
              "result": "pass",
              "source": "Illustrative program check — not performed",
              "type": "liveness_probe"
            },
            {
              "checked_at": "2026-09-16T06:00:00Z",
              "expires_at": "2026-09-17T06:00:00Z",
              "result": "pass",
              "source": "Illustrative program check — not performed",
              "type": "schema_validation"
            }
          ],
          "last_verified_at": "2026-09-16T06:00:00Z",
          "level": 2,
          "status": "probed"
        }
      }
    },
    {
      "index_metadata": {
        "outcomes_verified": false,
        "probe_p95_ms": 440,
        "proposed_capability": false
      },
      "record": {
        "actions": {
          "availability": {
            "auth": "none",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/com.movemyhottub/availability"
          },
          "booking": {
            "auth": "api_key",
            "idempotent": false,
            "method": "POST",
            "url": "https://example.com/demo/com.movemyhottub/booking"
          },
          "cancel": {
            "auth": "api_key",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/com.movemyhottub/cancel"
          },
          "quote": {
            "auth": "none",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/com.movemyhottub/quote"
          },
          "status": {
            "auth": "api_key",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/com.movemyhottub/status"
          }
        },
        "capabilities": [
          "home.moving.hot_tub"
        ],
        "coverage": {
          "areas": [
            "spokane-wa"
          ],
          "exclusions": [],
          "type": "metro"
        },
        "description": "Specialty hot-tub relocation with crane and crew options.",
        "endpoint_id": "com.movemyhottub",
        "name": "MoveMyHotTub",
        "operator": {
          "contact_email": "ops@example.com",
          "legal_name": "MoveMyHotTub (illustrative operator)",
          "website": "https://example.com"
        },
        "pricing": {
          "currency": "USD",
          "model": "quote_based"
        },
        "record_updated_at": "2026-09-16T07:00:00Z",
        "schema_version": "0.1",
        "verification": {
          "checks": [
            {
              "checked_at": "2026-09-16T06:00:00Z",
              "expires_at": "2026-09-17T06:00:00Z",
              "result": "pass",
              "source": "Illustrative program check — not performed",
              "type": "domain_ownership"
            },
            {
              "checked_at": "2026-09-16T06:00:00Z",
              "expires_at": "2026-09-17T06:00:00Z",
              "result": "pass",
              "source": "Illustrative program check — not performed",
              "type": "liveness_probe"
            },
            {
              "checked_at": "2026-09-16T06:00:00Z",
              "expires_at": "2026-09-17T06:00:00Z",
              "result": "pass",
              "source": "Illustrative program check — not performed",
              "type": "schema_validation"
            }
          ],
          "last_verified_at": "2026-09-16T06:00:00Z",
          "level": 2,
          "status": "probed"
        }
      }
    },
    {
      "index_metadata": {
        "outcomes_verified": false,
        "probe_p95_ms": null,
        "proposed_capability": false
      },
      "record": {
        "actions": {
          "availability": {
            "auth": "none",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/com.bookmybounce/availability"
          },
          "booking": {
            "auth": "api_key",
            "idempotent": false,
            "method": "POST",
            "url": "https://example.com/demo/com.bookmybounce/booking"
          },
          "cancel": {
            "auth": "api_key",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/com.bookmybounce/cancel"
          },
          "quote": {
            "auth": "none",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/com.bookmybounce/quote"
          },
          "status": {
            "auth": "api_key",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/com.bookmybounce/status"
          }
        },
        "capabilities": [
          "home.events.bounce_house"
        ],
        "coverage": {
          "areas": [
            "spokane-wa"
          ],
          "exclusions": [],
          "type": "metro"
        },
        "description": "Bounce house rental with delivery, setup, and takedown.",
        "endpoint_id": "com.bookmybounce",
        "name": "BookMyBounce",
        "operator": {
          "contact_email": "ops@example.com",
          "legal_name": "BookMyBounce (illustrative operator)",
          "website": "https://example.com"
        },
        "pricing": {
          "currency": "USD",
          "model": "fixed",
          "price_range": {
            "min": 149
          }
        },
        "record_updated_at": "2026-09-16T07:00:00Z",
        "schema_version": "0.1",
        "verification": {
          "checks": [],
          "last_verified_at": null,
          "level": 1,
          "status": "self_asserted"
        }
      }
    },
    {
      "index_metadata": {
        "outcomes_verified": false,
        "probe_p95_ms": 220,
        "proposed_capability": true
      },
      "record": {
        "actions": {
          "availability": {
            "auth": "none",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/com.legalbarry/availability"
          },
          "booking": {
            "auth": "api_key",
            "idempotent": false,
            "method": "POST",
            "url": "https://example.com/demo/com.legalbarry/booking"
          },
          "cancel": {
            "auth": "api_key",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/com.legalbarry/cancel"
          },
          "quote": {
            "auth": "none",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/com.legalbarry/quote"
          },
          "status": {
            "auth": "api_key",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/com.legalbarry/status"
          }
        },
        "capabilities": [
          "legal.attorney_verification"
        ],
        "coverage": {
          "areas": [],
          "exclusions": [],
          "type": "remote"
        },
        "description": "Illustrative attorney-license verification API; proposed capability.",
        "endpoint_id": "com.legalbarry",
        "name": "LegalBarry Verify",
        "operator": {
          "contact_email": "ops@example.com",
          "legal_name": "LegalBarry Verify (illustrative operator)",
          "website": "https://example.com"
        },
        "pricing": {
          "currency": "USD",
          "model": "tiered",
          "notes": "Illustrative per-verification pricing."
        },
        "record_updated_at": "2026-09-16T07:00:00Z",
        "reputation": {
          "completion_rate_90d": 0.99,
          "dispute_rate_90d": 0.01
        },
        "schema_version": "0.1",
        "verification": {
          "checks": [
            {
              "checked_at": "2026-09-16T06:00:00Z",
              "expires_at": "2026-09-17T06:00:00Z",
              "result": "pass",
              "source": "Illustrative program check — not performed",
              "type": "domain_ownership"
            },
            {
              "checked_at": "2026-09-16T06:00:00Z",
              "expires_at": "2026-09-17T06:00:00Z",
              "result": "pass",
              "source": "Illustrative program check — not performed",
              "type": "liveness_probe"
            },
            {
              "checked_at": "2026-09-16T06:00:00Z",
              "expires_at": "2026-09-17T06:00:00Z",
              "result": "pass",
              "source": "Illustrative program check — not performed",
              "type": "schema_validation"
            },
            {
              "checked_at": "2026-09-16T06:00:00Z",
              "expires_at": "2026-09-17T06:00:00Z",
              "result": "pass",
              "source": "Illustrative authority check — not performed",
              "type": "identity_check"
            },
            {
              "checked_at": "2026-09-16T06:00:00Z",
              "expires_at": "2026-09-17T06:00:00Z",
              "result": "pass",
              "source": "Illustrative authority check — not performed",
              "type": "license_check"
            },
            {
              "checked_at": "2026-09-16T06:00:00Z",
              "expires_at": "2026-09-17T06:00:00Z",
              "result": "pass",
              "source": "Illustrative authority check — not performed",
              "type": "synthetic_transaction"
            }
          ],
          "last_verified_at": "2026-09-16T06:00:00Z",
          "level": 3,
          "status": "verified"
        }
      }
    },
    {
      "index_metadata": {
        "outcomes_verified": false,
        "probe_p95_ms": 390,
        "proposed_capability": true
      },
      "record": {
        "actions": {
          "availability": {
            "auth": "none",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/com.makeupheat/availability"
          },
          "booking": {
            "auth": "api_key",
            "idempotent": false,
            "method": "POST",
            "url": "https://example.com/demo/com.makeupheat/booking"
          },
          "cancel": {
            "auth": "api_key",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/com.makeupheat/cancel"
          },
          "quote": {
            "auth": "none",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/com.makeupheat/quote"
          },
          "status": {
            "auth": "api_key",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/com.makeupheat/status"
          }
        },
        "capabilities": [
          "beauty.bridal_makeup"
        ],
        "coverage": {
          "areas": [
            "seattle-wa"
          ],
          "exclusions": [],
          "type": "metro"
        },
        "description": "Bridal and event makeup artists, bookable by appointment; proposed capability.",
        "endpoint_id": "com.makeupheat",
        "name": "MakeupHeat",
        "operator": {
          "contact_email": "ops@example.com",
          "legal_name": "MakeupHeat (illustrative operator)",
          "website": "https://example.com"
        },
        "pricing": {
          "currency": "USD",
          "model": "fixed",
          "price_range": {
            "min": 150
          }
        },
        "record_updated_at": "2026-09-16T07:00:00Z",
        "schema_version": "0.1",
        "verification": {
          "checks": [
            {
              "checked_at": "2026-09-16T06:00:00Z",
              "expires_at": "2026-09-17T06:00:00Z",
              "result": "pass",
              "source": "Illustrative program check — not performed",
              "type": "domain_ownership"
            },
            {
              "checked_at": "2026-09-16T06:00:00Z",
              "expires_at": "2026-09-17T06:00:00Z",
              "result": "pass",
              "source": "Illustrative program check — not performed",
              "type": "liveness_probe"
            },
            {
              "checked_at": "2026-09-16T06:00:00Z",
              "expires_at": "2026-09-17T06:00:00Z",
              "result": "pass",
              "source": "Illustrative program check — not performed",
              "type": "schema_validation"
            }
          ],
          "last_verified_at": "2026-09-16T06:00:00Z",
          "level": 2,
          "status": "probed"
        }
      }
    },
    {
      "index_metadata": {
        "outcomes_verified": false,
        "probe_p95_ms": null,
        "proposed_capability": false
      },
      "record": {
        "actions": {
          "availability": {
            "auth": "none",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/org.example.suspended-service/availability"
          },
          "booking": {
            "auth": "api_key",
            "idempotent": false,
            "method": "POST",
            "url": "https://example.com/demo/org.example.suspended-service/booking"
          },
          "cancel": {
            "auth": "api_key",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/org.example.suspended-service/cancel"
          },
          "quote": {
            "auth": "none",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/org.example.suspended-service/quote"
          },
          "status": {
            "auth": "api_key",
            "idempotent": true,
            "method": "POST",
            "url": "https://example.com/demo/org.example.suspended-service/status"
          }
        },
        "capabilities": [
          "home.exterior.deck_painting"
        ],
        "coverage": {
          "areas": [
            "spokane-wa"
          ],
          "exclusions": [],
          "type": "metro"
        },
        "description": "Fictional suspension example. This is not a report about a real business.",
        "endpoint_id": "org.example.suspended-service",
        "name": "Example suspended service",
        "operator": {
          "contact_email": "ops@example.com",
          "legal_name": "Example suspended service (illustrative operator)",
          "website": "https://example.com"
        },
        "pricing": {
          "currency": "USD",
          "model": "quote_based"
        },
        "record_updated_at": "2026-09-16T07:00:00Z",
        "schema_version": "0.1",
        "verification": {
          "checks": [
            {
              "checked_at": "2026-09-10T06:00:00Z",
              "expires_at": "2026-12-09T06:00:00Z",
              "result": "fail",
              "source": "Fictional licensing authority — demonstration only",
              "type": "license_check"
            }
          ],
          "last_verified_at": null,
          "level": 0,
          "status": "suspended",
          "suspended_at": "2026-09-10T06:05:00Z",
          "suspension_reason": "Illustrative failed license check. No real operator or authority is implicated."
        }
      }
    }
  ],
  "snapshot_at": "2026-09-16T13:00:00Z"
}