action bbc_get_categories { label: "List of categories" description: "Retrieve Categories\n" provider: bbc method: GET path: "/categories" encoding: json input: { type: "object" properties: { "X-API-Key": { type: "string" } kind: { type: "string" } } required: ["X-API-Key"] additionalProperties: false } output: { type: "object" additionalProperties: true } }