{
  "id": "religiousorgs",
  "name": "Religious Organizations",
  "description": "Congregations, religious buildings, denomination taxonomy, and map-based discovery.",
  "kind": "api",
  "audience": "public",
  "access": "open",
  "auth": "No authentication is required for documented public read operations.",
  "lifecycle": "active",
  "health": "operational",
  "canonicalUrl": "https://religiousorgs.datasourceapi.com",
  "aliases": [],
  "docsUrl": "https://religiousorgs.datasourceapi.com/api/v1/docs",
  "docsMediaType": "text/html",
  "openapiUrl": "https://religiousorgs.datasourceapi.com/openapi.yaml",
  "openapiMediaType": "application/yaml",
  "statusUrl": "https://religiousorgs.datasourceapi.com/api/v1/status",
  "statusMediaType": "application/json",
  "repository": "https://github.com/coopalliance/cca-religiousorgs",
  "serviceBinding": {
    "supported": true,
    "description": "Approved fleet applications can use organization metadata through a service binding."
  },
  "provenance": [
    {
      "name": "OpenStreetMap",
      "description": "Religious buildings and mapped places of worship.",
      "url": "https://www.openstreetmap.org/"
    },
    {
      "name": "Public organization sources",
      "description": "Denomination directories, LDS locator, RCMS, and a curated sourced religion taxonomy."
    }
  ],
  "freshness": {
    "cadence": "Weekly release checks and monthly archive-first refresh.",
    "lastVerified": "2026-09-03"
  },
  "capabilities": [
    "congregations",
    "denominations",
    "places-of-worship",
    "religion-taxonomy"
  ],
  "examples": [
    {
      "label": "Service status",
      "description": "Inspect source and release health.",
      "method": "GET",
      "url": "https://religiousorgs.datasourceapi.com/api/v1/status"
    }
  ],
  "operations": [
    {
      "operationId": "getReligiousOrganizationsStatus",
      "summary": "Get religious-organization source health.",
      "method": "GET",
      "path": "/api/v1/status"
    }
  ],
  "agentReadiness": {
    "level": "partial",
    "score": 70,
    "summary": "OpenAPI, docs, and status are published, with incomplete examples and response schemas expected in some operations."
  }
}