{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/echo-cwa-cwa12-structure.json", "name": "cwa12", "description": "Map Output Object", "type": "object", "properties": { "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/cwa11" }, "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=" }, "QueryID": { "type": "string", "description": "Sequential number assigned to entire search result", "example": "245" } }, "required": [ "QueryID", "IconBaseURL", "PopUpBaseURL", "MapData" ] }