{
  "id": "maps",
  "name": "Maps",
  "description": "Shared MapLibre styles, TileJSON documents, vector tiles, and geographic boundary layers.",
  "kind": "tile_service",
  "audience": "public",
  "access": "open",
  "auth": "Public map styles and tiles require no authentication.",
  "lifecycle": "active",
  "health": "operational",
  "canonicalUrl": "https://maps.datasourceapi.com",
  "aliases": [],
  "docsUrl": "https://maps.datasourceapi.com/docs",
  "docsMediaType": "text/html",
  "openapiUrl": "https://maps.datasourceapi.com/api/v1/openapi.json",
  "openapiMediaType": "application/json",
  "repository": "https://github.com/coopalliance/zipmap",
  "serviceBinding": {
    "supported": true,
    "description": "Several fleet services consume map metadata through an approved Cloudflare service binding."
  },
  "provenance": [
    {
      "name": "OpenStreetMap",
      "description": "Basemap data and cartographic context.",
      "url": "https://www.openstreetmap.org/"
    },
    {
      "name": "U.S. Census Bureau",
      "description": "TIGER/Line geographic boundary layers.",
      "url": "https://www.census.gov/geographies/mapping-files/time-series/geo/tiger-line-file.html"
    }
  ],
  "freshness": {
    "cadence": "Release-based map and boundary updates; deployment cadence is not published.",
    "lastVerified": "2026-09-03"
  },
  "capabilities": [
    "boundaries",
    "map-styles",
    "tilejson",
    "vector-tiles"
  ],
  "examples": [
    {
      "label": "Map viewer",
      "description": "Open the shared interactive map.",
      "method": "GET",
      "url": "https://maps.datasourceapi.com/map.html"
    }
  ],
  "operations": [],
  "agentReadiness": {
    "level": "not_applicable",
    "score": 0,
    "summary": "This is a tile and style service, so it is intentionally excluded from callable API inventories."
  }
}