action epa_get_air_rest_services_get_facility_info { label: "Clean Air Act Facility Enhanced Search" description: "Returns either an array of Facilities or an array of Clusters that meet the specified search criteria." provider: epa method: GET path: "/air_rest_services.get_facility_info" encoding: json input: { type: "object" properties: { output: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }