action reverb_get_categories_uuid { label: "Get category details" description: "Get category details" provider: reverb method: GET path: "/categories/{uuid}" encoding: json input: { type: "object" properties: { uuid: { type: "string" } } required: ["uuid"] additionalProperties: false } output: { type: "object" additionalProperties: true } }