rcra09

GeoJSON Feature Object

GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

Properties

Name Type Description
geometry object
properties object
type string Static marker indicating object is a GeoJSON Feature.
View JSON Schema on GitHub

JSON Schema

echo-rcra-rcra09-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-schema/echo-rcra-rcra09-schema.json",
  "title": "rcra09",
  "description": "GeoJSON Feature Object",
  "type": "object",
  "properties": {
    "geometry": {
      "$ref": "#/definitions/geo"
    },
    "properties": {
      "$ref": "#/definitions/rcra10"
    },
    "type": {
      "description": "Static marker indicating object is a GeoJSON Feature.",
      "example": "Feature",
      "title": "Feature",
      "type": "string"
    }
  },
  "required": [
    "type",
    "geometry",
    "properties"
  ]
}