action bigoven_get_recipe_recipe_id_review { label: "Get *my* review for the recipe {recipeId}, where \"me\" is determined by standard authentication headers" provider: bigoven method: GET path: "/recipe/{recipeId}/review" encoding: json input: { type: "object" properties: { recipeId: { type: "integer" format: "int32" } } required: ["recipeId"] additionalProperties: false } output: { type: "object" } }