{ "description": "All the network interfaces of the discovered node", "id": "DiscoveredNodeNetworkInterfaces", "module_id": "InventoryCmObj", "properties": { "discovered_node_id": { "description": "Id of the discovered node", "required": true, "title": "Discovered node Id", "type": "string" }, "network_interfaces": { "description": "Network interfaces of the node", "items": { "$ref": "DiscoveredNodeInterfaceProperties }, "required": false, "title": "Discovered Node interfaces", "type": "array" } }, "title": "Discovered node network interfaces", "type": "object" }