action openaq_mobilegentilejson_v2_locations_tiles_mobile_generalized_tiles_js { label: "Mobilegentilejson" provider: openaq method: GET path: "/v2/locations/tiles/mobile-generalized/tiles.json" encoding: json output: { type: "object" description: "TileJSON model.\nBased on https://github.com/mapbox/tilejson-spec/tree/master/2.2.0" required: ["tiles"] properties: { attribution: { type: "string" } bounds: { type: "array" items: { type: "number" } } data: { type: "array" items: { type: "string" } } description: { type: "string" } grids: { type: "array" items: { type: "string" } } legend: { type: "string" } maxzoom: { type: "integer" } minzoom: { type: "integer" } name: { type: "string" } scheme: { type: "string" } template: { type: "string" } tilejson: { type: "string" } tiles: { type: "array" items: { type: "string" } } version: { type: "string" } } } }