Cip Service Cipsrv Domains Structure

cipsrv_domains schema from CIP-service Indexing API

Type: object Properties: 2
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

cipsrv_domains is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

states tribes

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/cip-service-cipsrv-domains-structure.json",
  "name": "cipsrv_domains",
  "description": "cipsrv_domains schema from CIP-service Indexing API",
  "type": "object",
  "properties": {
    "states": {
      "$ref": "#/components/schemas/cipsrv_domains_states"
    },
    "tribes": {
      "$ref": "#/components/schemas/cipsrv_domains_tribes"
    }
  }
}