Response for connections with strategy=ad
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ConnectionResponseContentAD", "title": "ConnectionResponseContentAD", "description": "Response for connections with strategy=ad", "allOf": [ { "type": "object", "properties": { "strategy": { "const": "ad" }, "options": { "$ref": "#/components/schemas/ConnectionOptionsAD" }, "provisioning_ticket_url": { "$ref": "#/components/schemas/ConnectionProvisioningTicketUrl" } }, "required": [ "strategy" ] }, { "$ref": "#/components/schemas/ConnectionPurposes" }, { "$ref": "#/components/schemas/ConnectionResponseCommon" } ] }