{ "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-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/aws-app-mesh/refs/heads/main/json-structure/app-mesh-service-discovery-structure.json", "name": "ServiceDiscovery" }