{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "CreateGatewayRouteInput", "type": "object", "properties": { "clientToken": {}, "gatewayRouteName": {}, "spec": {}, "tags": {} }, "required": [ "gatewayRouteName", "spec" ] }