{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PatchAwsTransitGateway", "title": "PatchAwsTransitGateway", "description": "Request schema for updating AWS Transit Gateway", "properties": { "cidr_blocks": { "$ref": "#/components/schemas/TransitGatewayCIDRBlocks" } }, "required": [ "cidr_blocks" ], "x-speakeasy-name-override": "AWSTransitGateway" }