action zalando_get_brands { label: "Shop Brands" description: "Zalando API Brands Schema" provider: zalando method: GET path: "/brands" encoding: json input: { type: "object" properties: { brandFamilyKey: { type: "string" } brandFamilyName: { type: "string" } key: { type: "string" } name: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }