{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/management-opi-structure.json", "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" } }, "name": "Opi" }