{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/Opi",
"title": "Opi",
"properties": {
"enablePayAtTable": {
"description": "Indicates if Pay at table is enabled.",
"type": "boolean"
},
"payAtTableStoreNumber": {
"description": "The store number to use for Pay at Table.",
"type": "string"
},
"payAtTableURL": {
"description": "The URL and port number used for Pay at Table communication.",
"type": "string"
}
},
"type": "object"
}