{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "TcpRoute", "description": "An object that represents a TCP route type.", "type": "object", "properties": { "action": {}, "match": {}, "timeout": {} }, "required": [ "action" ] }