{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "VirtualGatewayClientPolicyTls", "description": "An object that represents a Transport Layer Security (TLS) client policy.", "type": "object", "properties": { "certificate": {}, "enforce": {}, "ports": {}, "validation": {} }, "required": [ "validation" ] }