{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/management-opi-schema.json", "title": "Opi", "description": "Opi schema from Adyen API", "type": "object", "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" } } }