{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TransitGatewayResponse", "title": "TransitGatewayResponse", "oneOf": [ { "$ref": "#/components/schemas/AwsTransitGatewayResponse" }, { "$ref": "#/components/schemas/AwsVpcPeeringGatewayResponse" }, { "$ref": "#/components/schemas/AzureTransitGatewayResponse" }, { "$ref": "#/components/schemas/AzureVHubPeeringGatewayResponse" }, { "$ref": "#/components/schemas/GCPVPCPeeringGatewayResponse" }, { "$ref": "#/components/schemas/AwsResourceEndpointGatewayResponse" } ] }