{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ServiceProfiles", "title": "ServiceProfiles", "type": "array", "items": { "type": "string", "enum": [ "Batch", "CardReader", "Communication", "Loyalty", "OneTimeRes", "PIN", "Reservation", "Sound", "StoredValue", "Synchro" ] } }