{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-panorama/refs/heads/main/json-structure/openapi-ethernet-status-structure.json", "name": "EthernetStatus", "description": "A device's Ethernet status.", "type": "object", "properties": { "ConnectionStatus": { "allOf": [ { "$ref": "#/components/schemas/NetworkConnectionStatus" }, { "description": "The device's connection status." } ] }, "HwAddress": { "allOf": [ { "$ref": "#/components/schemas/HwAddress" }, { "description": "The device's physical address." } ] }, "IpAddress": { "allOf": [ { "$ref": "#/components/schemas/IpAddress" }, { "description": "The device's IP address." } ] } } }