{ "type": "object", "name": "CartLineDetail", "properties": { "cartLineProductId": { "type": "string" }, "cartLineItemQuantity": { "type": "integer" }, "cartLineItemAmount": { "type": "integer" }, "cartLineProductCatalogId": { "type": "string" } }, "required": [ "cartLineProductId", "cartLineItemQuantity", "cartLineItemAmount", "cartLineProductCatalogId" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }