{
  "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"
  }
}