action mozilla_get_bucket { label: "get_bucket" provider: mozilla method: GET path: "/buckets/{id}" encoding: json input: { type: "object" properties: { "If-Match": { type: "string" } "If-None-Match": { type: "string" } _fields: { type: "array" items: { type: "string" } } } additionalProperties: false } output: { type: "object" properties: { data: { type: "object" properties: { "collection:schema": { type: "object" } "group:schema": { type: "object" } "record:schema": { type: "object" } } } permissions: { type: "object" properties: { "collection:create": { type: "array" items: { type: "string" } } "group:create": { type: "array" items: { type: "string" } } read: { type: "array" items: { type: "string" } } write: { type: "array" items: { type: "string" } } } } } } }