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