TerminalConnectivityEthernet schema from Adyen API
{ "$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-ethernet-schema.json", "title": "TerminalConnectivityEthernet", "description": "TerminalConnectivityEthernet schema from Adyen API", "type": "object", "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" } } }