Cip Service Cipsrv Domains State Structure

cipsrv_domains_state schema from CIP-service Indexing API

Type: object Properties: 3
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

geoid stusps name

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-state-structure.json",
  "name": "cipsrv_domains_state",
  "description": "cipsrv_domains_state schema from CIP-service Indexing API",
  "type": "object",
  "properties": {
    "geoid": {
      "type": "string",
      "example": "12345"
    },
    "stusps": {
      "type": "string",
      "example": "string"
    },
    "name": {
      "type": "string",
      "example": "EPA Facility"
    }
  }
}