{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Checkout_Put", "title": "Checkout_Put", "required": [ "customer_message" ], "type": "object", "properties": { "customer_message": { "type": "string", "description": "" } }, "x-internal": false }