{
"type": "object",
"properties": {
"virtualService": {
"allOf": [
{
"$ref": "#/components/schemas/VirtualServiceData"
},
{
"description": "The full description of your virtual service following the create call."
}
]
}
},
"required": [
"virtualService"
],
"description": "",
"$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-create-virtual-service-output-schema.json",
"title": "CreateVirtualServiceOutput"
}