action zalando_get_article_reviews_review_id { label: "Get Article Reviews by reviewId" description: "Zalando API ArticleReviews Schema" provider: zalando method: GET path: "/article-reviews/{reviewId}" encoding: json input: { type: "object" properties: { reviewId: { type: "string" } } required: ["reviewId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }