{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CartUpdatePutRequestData", "title": "Cart Update Put Request Data", "type": "object", "properties": { "customer_id": { "type": "integer" } }, "x-internal": false }