{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ProductExpressUpdateList", "title": "ProductExpressUpdateList", "type": "object", "properties": { "productExpressUpdateElements": { "type": "array", "items": { "type": "object", "properties": { "code": { "type": "string", "description": "Product code" }, "catalogId": { "type": "string", "description": "Catalog identifier" }, "catalogVersion": { "type": "string", "description": "Catalog version" } } } } } }