An object that represents the specification of a virtual node.
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "VirtualNodeSpec", "description": "An object that represents the specification of a virtual node.", "type": "object", "properties": { "backendDefaults": {}, "backends": {}, "listeners": {}, "logging": {}, "serviceDiscovery": {} } }