action zalando_get_article_reviews { label: "Get Article Reviews" description: "Zalando API Article Reviews Schema" provider: zalando method: GET path: "/article-reviews" encoding: json input: { type: "object" properties: { articleId: { type: "string" } articleModelId: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }