{
  "id": "community",
  "name": "Community",
  "description": "Community profiles, boundaries, demographics, health, environmental, risk, and food-access indicators.",
  "kind": "api",
  "audience": "public",
  "access": "open",
  "auth": "No authentication is required for documented public read operations.",
  "lifecycle": "active",
  "health": "operational",
  "canonicalUrl": "https://community.datasourceapi.com",
  "aliases": [],
  "docsUrl": "https://community.datasourceapi.com/docs",
  "docsMediaType": "text/html",
  "openapiUrl": "https://community.datasourceapi.com/api/v1/openapi.json",
  "openapiMediaType": "application/json",
  "statusUrl": "https://community.datasourceapi.com/api/v1/status",
  "statusMediaType": "application/json",
  "repository": "https://github.com/coopalliance/cca-community",
  "serviceBinding": {
    "supported": true,
    "description": "The public Worker is available to approved fleet applications through a service binding."
  },
  "provenance": [
    {
      "name": "U.S. Census Bureau",
      "description": "ACS and TIGERweb demographics and boundaries.",
      "url": "https://www.census.gov/"
    },
    {
      "name": "Public risk and health programs",
      "description": "CDC PLACES and SVI, EPA EJScreen, FEMA NRI, and USDA Food Access datasets."
    }
  ],
  "freshness": {
    "cadence": "Daily and six-hour checks with source freshness windows ranging from 7 to 90 days.",
    "lastVerified": "2026-09-03"
  },
  "capabilities": [
    "boundaries",
    "community-profiles",
    "demographics",
    "environment",
    "public-health"
  ],
  "examples": [
    {
      "label": "Service status",
      "description": "Inspect current community source coverage and health.",
      "method": "GET",
      "url": "https://community.datasourceapi.com/api/v1/status"
    }
  ],
  "operations": [
    {
      "operationId": "getCommunityStatus",
      "summary": "Get community service and source health.",
      "method": "GET",
      "path": "/api/v1/status"
    }
  ],
  "agentReadiness": {
    "level": "partial",
    "score": 70,
    "summary": "Machine-readable documentation is available, with incomplete operation identifiers and examples in the wider fleet audit."
  }
}