{
"type": "object",
"properties": {
"virtualService": {
"allOf": [
{
"$ref": "#/components/schemas/VirtualServiceData"
},
{
"description": "A full description of the virtual service that was updated."
}
]
}
},
"required": [
"virtualService"
],
"description": "",
"$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-update-virtual-service-output-structure.json",
"name": "UpdateVirtualServiceOutput"
}