action bbc_get_container { label: "Playspace Container by ID" description: "Playspace Container by ID\n" provider: bbc method: GET path: "/my/playspace/containers/{id}" encoding: json input: { type: "object" properties: { Authorization: { type: "string" } "X-API-Key": { type: "string" } id: { type: "string" } } required: ["Authorization", "X-API-Key", "id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }