{ "name": "RouteTable", "description": "Describes a route table", "type": "object", "properties": [ { "name": "routeTableId", "type": "string", "description": "The ID of the route table", "required": false }, { "name": "vpcId", "type": "string", "description": "The ID of the VPC", "required": false }, { "name": "routes", "type": "array", "description": "The routes in the route table", "required": false }, { "name": "associations", "type": "array", "description": "The associations between the route table and subnets or gateways", "required": false }, { "name": "ownerId", "type": "string", "description": "The ID of the AWS account that owns the route table", "required": false }, { "name": "tags", "type": "array", "description": "Any tags assigned to the route table", "required": false } ] }