action bigoven_recipe_raves { label: "Get the recipe/comment tuples for those recipes with 4 or 5 star ratings" provider: bigoven method: GET path: "/recipes/raves" encoding: json input: { type: "object" properties: { pg: { type: "integer" format: "int32" } rpp: { type: "integer" format: "int32" } } additionalProperties: false } output: { type: "array" } }