{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionPingFederateBaseUrl", "title": "ConnectionPingFederateBaseUrl", "description": "URL provided by PingFederate which returns information used for creating the connection", "oneOf": [ { "$ref": "#/components/schemas/ConnectionPingFederateBaseUrlPingFederate" } ] }