{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateTransitGatewayRequest", "title": "CreateTransitGatewayRequest", "description": "Request schema for creating a transit gateway.", "type": "object", "oneOf": [ { "$ref": "#/components/schemas/CreateAwsTransitGateway" }, { "$ref": "#/components/schemas/CreateAwsVpcPeeringGateway" }, { "$ref": "#/components/schemas/CreateAwsResourceEndpointGateway" }, { "$ref": "#/components/schemas/CreateAzureTransitGateway" }, { "$ref": "#/components/schemas/CreateAzureVHubPeeringGateway" }, { "$ref": "#/components/schemas/CreateGCPVPCPeeringTransitGateway" } ] }