action crucible_get_all_reviews { label: "getAllReviews" provider: crucible method: GET path: "/rest-service/reviews-v1" encoding: json input: { type: "object" properties: { state: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }