{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "EthernetSummary", "type": "object", "description": "Summary of a virtual network adapter", "properties": { "nic": { "type": "string", "description": "Identifier of the network adapter" } } }