{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/TerminalConnectivityWifi",
"title": "TerminalConnectivityWifi",
"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"
}
},
"type": "object"
}