{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/echo-cwa-cwa11-structure.json", "name": "cwa11", "description": "Map Data Object", "type": "object", "properties": { "CWAstatus": { "type": "string", "description": "Quarterly compliance status for the most recent 13 quarters. Each letter indicates the compliance status for the corresponding quarter.", "example": "VV_______V_VV" }, "FormalCount": { "type": "string", "description": "The number of formal enforcement actions that have been taken against the facility", "example": "1" }, "ICON": { "type": "string", "description": "Name of each individual icon file within the URL base", "example": "CAA-IC-MN-N.png" }, "InformalCount": { "type": "string", "description": "The number of informal enforcement actions that have been taken against the facility", "example": "1" }, "LAT": { "type": "string", "description": "The latitude of the facility in degrees, to four decimal places", "example": "38.798026" }, "LON": { "type": "string", "description": "The longitude of the facility in degrees, to four decimal places", "example": "-77.062981" }, "LastInsp": { "type": "string", "description": "The unique identifier for the last inspection", "example": "901" }, "NAME": { "type": "string", "description": "For DFR, this is the Facility name. The name corresponds to the TYPE value", "example": "VIRGINIA CONCRETE ALEXANDRIA PLANT" }, "PUV": { "type": "string", "description": "Pop up value. Combine with PopUpBaseURL to give the popup for the facility", "example": "110001891506" }, "TYPE": { "type": "string", "description": "For DFR, this is always facility", "example": "Facility" } }, "required": [ "LAT", "LON", "ICON", "TYPE", "NAME", "PUV", "CWAstatus", "LastInsp", "FormalCount", "InformalCount" ] }