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