DeleteGatewayRouteOutput schema from AWS App Mesh
{ "type": "object", "properties": { "gatewayRoute": { "allOf": [ { "$ref": "#/components/schemas/GatewayRouteData" }, { "description": "The gateway route that was deleted." } ] } }, "required": [ "gatewayRoute" ], "$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-delete-gateway-route-output-schema.json", "title": "DeleteGatewayRouteOutput", "description": "DeleteGatewayRouteOutput schema from AWS App Mesh" }