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