action adafruit_create_feed { label: "Create a new Feed" description: "" provider: adafruit method: POST path: "/{username}/feeds" encoding: json input: { type: "object" properties: { group_key: { type: "string" } username: { type: "string" } } required: ["username"] additionalProperties: false } output: { type: "object" additionalProperties: true } }