{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "DnsServiceDiscovery", "description": "An object that represents the DNS service discovery information for your virtual node.", "type": "object", "properties": { "hostname": {}, "ipPreference": {}, "responseType": {} }, "required": [ "hostname" ] }