{
"type": "object",
"properties": {
"listeners": {
"allOf": [
{
"$ref": "#/components/schemas/VirtualRouterListeners"
},
{
"description": "The listeners that the virtual router is expected to receive inbound traffic from. You can specify one listener."
}
]
}
},
"description": "An object that represents the specification of a virtual router.",
"$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-spec-schema.json",
"title": "VirtualRouterSpec"
}