action mozilla_get_collections { label: "get_collections" provider: mozilla method: GET path: "/buckets/{bucket_id}/collections" encoding: json input: { type: "object" properties: { "If-Match": { type: "string" } "If-None-Match": { type: "string" } _before: { type: "integer" } _fields: { type: "array" items: { type: "string" } } _limit: { type: "integer" } _since: { type: "integer" } _sort: { type: "array" items: { type: "string" } } _to: { type: "integer" } _token: { type: "string" } id: { type: "string" } last_modified: { type: "integer" } } additionalProperties: false } output: { type: "object" properties: { data: { type: "array" items: { type: "object" properties: { cache_expires: { type: "integer" } schema: { type: "object" } } } } } } }