{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/adyen/refs/heads/main/json-schema/management-terminal-connectivity-wifi-schema.json", "title": "TerminalConnectivityWifi", "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" } } }