{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/TransitGatewayCIDRBlocks", "title": "Transit Gateway CIDR Blocks", "description": "CIDR blocks for constructing a route table for the transit gateway, when attaching to the owning\nnetwork.\n", "type": "array", "items": { "type": "string" }, "example": [ "10.0.0.0/8", "100.64.0.0/10", "172.16.0.0/12" ] }