action mozilla_get_record { label: "get_record" provider: mozilla method: GET path: "/buckets/{bucket_id}/collections/{collection_id}/records/{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" } permissions: { type: "object" properties: { read: { type: "array" items: { type: "string" } } write: { type: "array" items: { type: "string" } } } } } } }