{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Device", "title": "Device", "type": "string", "enum": [ "CashierDisplay", "CashierInput", "CustomerDisplay", "CustomerInput" ] }