action epa_get_air_rest_services_get_map { label: "Clean Air Act Map Service" description: "The purpose of the GET_MAP service is to display facility coordinates and facility clusters related to a get_facilities facility query. Currently, the maximum number of coordinates returned is 500. GET_MAP performs automatic clustering at the state, county, and zip code levels to maximize the number of coordinates returned." provider: epa method: GET path: "/air_rest_services.get_map" encoding: json input: { type: "object" properties: { output: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }