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