action bbc_post_my_plays { label: "Write Play Event" provider: bbc method: POST path: "/my/plays" encoding: json input: { type: "object" properties: { Authorization: { type: "string" } "X-API-Key": { type: "string" } } required: ["Authorization", "X-API-Key"] additionalProperties: false } output: { type: "object" additionalProperties: true } }