{ "type": "object", "properties": { "virtualGateway": { "allOf": [ { "$ref": "#/components/schemas/VirtualGatewayData" }, { "description": "A full description of the virtual gateway that was updated." } ] } }, "required": [ "virtualGateway" ], "$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-update-virtual-gateway-output-schema.json", "title": "UpdateVirtualGatewayOutput", "description": "UpdateVirtualGatewayOutput schema from AWS App Mesh" }