Echo Rcra Rcra09 Structure

GeoJSON Feature Object

Type: object Properties: 3 Required: 3
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

geometry properties type

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/echo-rcra-rcra09-structure.json",
  "name": "rcra09",
  "description": "GeoJSON Feature Object",
  "type": "object",
  "properties": {
    "geometry": {
      "$ref": "#/definitions/geo"
    },
    "properties": {
      "$ref": "#/definitions/rcra10"
    },
    "type": {
      "type": "string",
      "description": "Static marker indicating object is a GeoJSON Feature.",
      "example": "Feature"
    }
  },
  "required": [
    "type",
    "geometry",
    "properties"
  ]
}