action mozilla_get_buckets { label: "get_buckets" provider: mozilla method: GET path: "/buckets" 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: { "collection:schema": { type: "object" } "group:schema": { type: "object" } "record:schema": { type: "object" } } } } } } }