action epa_get_air_rest_services_get_geojson { label: "Clean Air Act GeoJSON Service" description: "Based on the QID obtained from a get_facilities or get_facility_info query, return GeoJSON of the facilities found." provider: epa method: GET path: "/air_rest_services.get_geojson" encoding: json input: { type: "object" properties: { output: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }