Cip Service Coordinates2 Structure

coordinates2 schema from CIP-service Indexing API

Type: array Properties: 0
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

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-coordinates2-structure.json",
  "name": "coordinates2",
  "description": "coordinates2 schema from CIP-service Indexing API",
  "type": "array",
  "items": {
    "$ref": "#/components/schemas/coordinates1"
  }
}