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