{ "type": "object", "properties": { "virtualServiceName": { "allOf": [ { "$ref": "#/components/schemas/ResourceName" }, { "description": "The name of the virtual service that traffic is routed to." } ] } }, "required": [ "virtualServiceName" ], "description": "An object that represents the virtual service that traffic is routed to.", "$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-gateway-route-virtual-service-schema.json", "title": "GatewayRouteVirtualService" }