{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionMetadataXmlADFS", "title": "ConnectionMetadataXmlADFS", "description": "Inline XML alternative to 'adfs_server'. Cannot be set together with 'adfs_server'.", "anyOf": [ { "$ref": "#/components/schemas/ConnectionMetadataXml" } ] }