Echo Dfr Dfr073 Structure

Map Output Object

Type: object Properties: 5 Required: 5
GovernmentEnvironmentalOpenDataAirQualityWaterQualityHazardousWasteComplianceEmissions

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

Properties

CenterLatitude CenterLongitude IconBaseURL MapData PopUpBaseURL

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-dfr-dfr073-structure.json",
  "name": "dfr073",
  "description": "Map Output Object",
  "type": "object",
  "properties": {
    "CenterLatitude": {
      "type": "string",
      "description": "The latitude of the facility in degrees, to four decimal places.",
      "example": "38.798026"
    },
    "CenterLongitude": {
      "type": "string",
      "description": "The longitude of the facility in degrees, to four decimal places.",
      "example": "-77.062981"
    },
    "IconBaseURL": {
      "type": "string",
      "description": "URL where all the icons are located",
      "example": "https://echo.epa.gov/app/map/icons/"
    },
    "MapData": {
      "type": "array",
      "items": {
        "$ref": "#/definitions/dfr018_MapData"
      },
      "description": "An array of facility geospatial information.",
      "example": [
        "string"
      ]
    },
    "PopUpBaseURL": {
      "type": "string",
      "description": "Combine this URL with the PUC to get popup info",
      "example": "https://echodata.epa.gov/echo/cwa_rest_services.pop_up?p_id="
    }
  },
  "required": [
    "IconBaseURL",
    "PopUpBaseURL",
    "CenterLatitude",
    "CenterLongitude",
    "MapData"
  ]
}