{
"type": "object",
"properties": {
"route": {
"allOf": [
{
"$ref": "#/components/schemas/RouteData"
},
{
"description": "The full description of your route."
}
]
}
},
"required": [
"route"
],
"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-describe-route-output-structure.json",
"name": "DescribeRouteOutput"
}