{ "type": "object", "properties": { "awsCloudMap": { "allOf": [ { "$ref": "#/components/schemas/AwsCloudMapServiceDiscovery" }, { "description": "Specifies any Cloud Map information for the virtual node." } ] }, "dns": { "allOf": [ { "$ref": "#/components/schemas/DnsServiceDiscovery" }, { "description": "Specifies the DNS information for the virtual node." } ] } }, "description": "An object that represents the service discovery information for a virtual node.", "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-schema/app-mesh-service-discovery-schema.json", "title": "ServiceDiscovery" }