{
  "id": "aerospace",
  "name": "Aerospace",
  "description": "FAA aviation facilities, airspace, charts, procedures, safety, restrictions, and weather data.",
  "kind": "api",
  "audience": "public",
  "access": "open",
  "auth": "Public read operations require no authentication; private identity routes are outside this catalog.",
  "lifecycle": "active",
  "health": "operational",
  "canonicalUrl": "https://aerospace.datasourceapi.com",
  "aliases": [],
  "docsUrl": "https://aerospace.datasourceapi.com/api/v1/docs",
  "docsMediaType": "text/html",
  "openapiUrl": "https://aerospace.datasourceapi.com/api/v1/openapi.yaml",
  "openapiMediaType": "application/yaml",
  "statusUrl": "https://aerospace.datasourceapi.com/api/v1/status",
  "statusMediaType": "application/json",
  "repository": "https://github.com/coopalliance/cca-aerospace",
  "serviceBinding": {
    "supported": true,
    "description": "A public API Worker also used by approved fleet services through Cloudflare service bindings."
  },
  "provenance": [
    {
      "name": "Federal Aviation Administration",
      "description": "NASR, aircraft and airmen registries, charts, procedures, obstacles, safety, NOTAM, and TFR data.",
      "url": "https://www.faa.gov/"
    },
    {
      "name": "National Weather Service",
      "description": "Aviation weather observations and advisories.",
      "url": "https://www.weather.gov/"
    }
  ],
  "freshness": {
    "cadence": "Source-dependent: five-minute, 30-minute, and daily ingestion schedules.",
    "lastVerified": "2026-09-03"
  },
  "capabilities": [
    "airports",
    "airspace",
    "aviation-weather",
    "faa-charts",
    "flight-safety"
  ],
  "examples": [
    {
      "label": "Service status",
      "description": "Inspect current source and service health.",
      "method": "GET",
      "url": "https://aerospace.datasourceapi.com/api/v1/status"
    }
  ],
  "operations": [
    {
      "operationId": "getAerospaceStatus",
      "summary": "Get aerospace service and source health.",
      "method": "GET",
      "path": "/api/v1/status"
    }
  ],
  "agentReadiness": {
    "level": "partial",
    "score": 72,
    "summary": "OpenAPI and documentation are published, but fleet-wide response-schema and example coverage remain incomplete."
  }
}