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