{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PaymentTerminalCommandCustomerData", "title": "Customer data for payment terminal command.", "required": [ "FullName" ], "type": "object", "properties": { "FullName": { "minLength": 1, "type": "string", "description": "Full name of the customer." } }, "additionalProperties": false, "x-schema-id": "PaymentTerminalCommandCustomerData" }