action openaq_get_tile_v2_locations_tiles_z_x_y_pbf_get { label: "Get Tile" provider: openaq method: GET path: "/v2/locations/tiles/{z}/{x}/{y}.pbf" encoding: json input: { type: "object" properties: { isAnalysis: { type: "boolean" } isMobile: { type: "boolean" } lastUpdatedFrom: { type: "object" } lastUpdatedTo: { type: "object" } location: { type: "array" description: "limit data to location id" items: { type: "integer" } } parameter: { type: "object" } project: { type: "integer" } x: { type: "integer" } y: { type: "integer" } z: { type: "integer" } } required: ["x", "y", "z"] additionalProperties: false } output: { type: "object" additionalProperties: true } }