action bbci_get_sub_categories { label: "Get sub-categories" description: "Get sub-categories" provider: bbci method: GET path: "/categories/{category}" encoding: json input: { type: "object" properties: { category: { type: "string" } lang: { type: "string" enum: ["en", "cy", "ga", "gd", "pi"] } } required: ["category", "lang"] additionalProperties: false } output: { type: "object" } }