action bigoven_recipe_feedback { label: "Feedback on a Recipe -- for internal BigOven editors" provider: bigoven method: POST path: "/recipe/{recipeId}/feedback" encoding: form input: { type: "object" properties: { feedback: { type: "string" } recipeId: { type: "integer" format: "int32" } } required: ["recipeId"] additionalProperties: false } output: { type: "object" properties: {} } }