action zalando_get_brands_key { label: "Get Single Brand by Key" description: "Zalando API Brand Schema" provider: zalando method: GET path: "/brands/{key}" encoding: json input: { type: "object" properties: { key: { type: "string" } } required: ["key"] additionalProperties: false } output: { type: "object" additionalProperties: true } }