{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TerminalConnectivityEthernet", "title": "TerminalConnectivityEthernet", "properties": { "ipAddress": { "description": "The terminal's ethernet IP address.", "type": "string" }, "linkNegotiation": { "description": "The ethernet link negotiation that the terminal uses.", "type": "string" }, "macAddress": { "description": "The terminal's ethernet MAC address.", "type": "string" } }, "type": "object" }