{ "type": "object", "name": "RequestProductInformationBundledComponentsRequest", "properties": { "productContexts": { "type": "array", "description": "", "items": { "type": "object", "properties": { "product2Id": { "type": "string" } }, "required": [ "product2Id" ] } }, "retrievalType": { "type": "string" } }, "required": [ "productContexts", "retrievalType" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }