{
  "id": "weather",
  "name": "Weather",
  "description": "Weather observations, forecasts, alerts, radar, satellite, marine, tropical, hydrologic, and archive data.",
  "kind": "api",
  "audience": "public",
  "access": "open",
  "auth": "No authentication is required for documented public read operations.",
  "lifecycle": "active",
  "health": "degraded",
  "canonicalUrl": "https://weather.datasourceapi.com",
  "aliases": [],
  "docsUrl": "https://weather.datasourceapi.com/api/v1/docs",
  "docsMediaType": "text/html",
  "openapiUrl": "https://weather.datasourceapi.com/openapi.yaml",
  "openapiMediaType": "application/yaml",
  "statusUrl": "https://weather.datasourceapi.com/api/v1/status",
  "statusMediaType": "application/json",
  "repository": "https://github.com/coopalliance/cca-weather",
  "serviceBinding": {
    "supported": true,
    "description": "Approved fleet applications can use weather metadata through a service binding."
  },
  "provenance": [
    {
      "name": "NOAA and National Weather Service",
      "description": "MRMS, NEXRAD, GOES and GLM, forecasts, alerts, buoys, HRRR, GFS, NHC, and hydrologic datasets.",
      "url": "https://www.noaa.gov/"
    },
    {
      "name": "Open-Meteo",
      "description": "ERA5 historical weather data.",
      "url": "https://open-meteo.com/"
    }
  ],
  "freshness": {
    "cadence": "Minute-level dispatcher with source-dependent refresh and daily retention maintenance.",
    "lastVerified": "2026-09-03"
  },
  "capabilities": [
    "forecasts",
    "radar",
    "satellite",
    "severe-weather",
    "weather"
  ],
  "examples": [
    {
      "label": "Service status",
      "description": "Inspect weather layer and source freshness.",
      "method": "GET",
      "url": "https://weather.datasourceapi.com/api/v1/status"
    }
  ],
  "operations": [
    {
      "operationId": "getWeatherStatus",
      "summary": "Get weather layer and service health.",
      "method": "GET",
      "path": "/api/v1/status"
    }
  ],
  "agentReadiness": {
    "level": "partial",
    "score": 62,
    "summary": "OpenAPI and docs are available, but some published weather layers were stale during the last audit."
  }
}