{ "type": "object", "properties": { "virtualRouterName": { "allOf": [ { "$ref": "#/components/schemas/ResourceName" }, { "description": "The name of the virtual router that is acting as a service provider." } ] } }, "required": [ "virtualRouterName" ], "description": "An object that represents a virtual node service provider.", "$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-virtual-router-service-provider-schema.json", "title": "VirtualRouterServiceProvider" }