{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-structure/management-terminal-connectivity-wifi-structure.json", "description": "TerminalConnectivityWifi schema from Adyen API", "type": "object", "properties": { "ipAddress": { "description": "The terminal's IP address in the Wi-Fi network.", "type": "string" }, "macAddress": { "description": "The terminal's MAC address in the Wi-Fi network.", "type": "string" }, "ssid": { "description": "The SSID of the Wi-Fi network that the terminal is connected to.", "type": "string" } }, "name": "TerminalConnectivityWifi" }