{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/echo-case-crs3-locations-structure.json", "name": "crs3_Locations", "description": "This section provides geographic locational information for the criminal activity.", "type": "object", "properties": { "City": { "type": "string", "description": "The name of the city, town, village or other locality, when identifiable, within whose boundaries (the majority of) the facility site is located. This is not always the same as the city used for USPS mail delivery.", "example": "Raleigh" }, "County": { "type": "string", "description": "The name of the county, when identifiable, within whose boundaries (the majority of) the criminal activity was located. The county was derived in ECHO based on the latitude and longitude provided in the Summary of Criminal Prosecutions database.", "example": "037" }, "EPARegion": { "type": "string", "description": "The EPA region in which the facility is located", "example": "04" }, "Latitude": { "type": "string", "description": "The latitude of the facility or permit holder as maintained in each data system.", "example": "34.606651" }, "Longitude": { "type": "string", "description": "The longitude of the facility or permit holder as maintained in each data system", "example": "-86.982419" }, "State": { "type": "string", "description": "The two letter abbreviation that represents the state or state equivalent for the U.S.", "example": "FL" }, "Zip": { "type": "string", "description": "US postal ZIP code, as maintained by ICIS.", "example": "53140" } }, "required": [ "City", "State", "County", "Zip", "EPARegion", "Latitude", "Longitude" ] }