action reverb_get_products_reviews_id { label: "View a review" description: "View a review" provider: reverb method: GET path: "/products/reviews/{id}" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }