{
"type": "object",
"properties": {
"status": {
"allOf": [
{
"$ref": "#/components/schemas/VirtualServiceStatusCode"
},
{
"description": "The current status of the virtual service."
}
]
}
},
"required": [
"status"
],
"description": "An object that represents the status of a virtual service.",
"$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-service-status-schema.json",
"title": "VirtualServiceStatus"
}