{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "EthernetInfo", "type": "object", "properties": { "label": { "type": "string" }, "type": { "type": "string" }, "mac_type": { "type": "string" }, "mac_address": { "type": "string" }, "state": { "type": "string" }, "start_connected": { "type": "boolean" }, "backing": { "type": "object" }, "allow_guest_control": { "type": "boolean" }, "wake_on_lan_enabled": { "type": "boolean" } } }