{ "$schema": "https://json-structure.org/meta/extended/v0/#", "$id": "cartiteminput-structure.json", "title": "CartItemInput", "description": "Request to add an item to the cart.", "type": "object", "properties": { "productId": { "type": "string", "description": "Product SKU to add." }, "quantity": { "type": "int32", "description": "Quantity to add." } } }