{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionPingFederateBaseUrlPingFederate", "title": "ConnectionPingFederateBaseUrlPingFederate", "description": "PingFederate base URL constrained to HTTP/HTTPS with length bounds", "allOf": [ { "$ref": "#/components/schemas/ConnectionHttpsUrlWithHttpFallback" }, { "type": "string", "minLength": 1, "maxLength": 256 } ] }