{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateSelfServiceProfileSsoTicketResponseContent", "title": "CreateSelfServiceProfileSsoTicketResponseContent", "type": "object", "additionalProperties": false, "properties": { "ticket": { "type": "string", "description": "The URL for the created ticket." } } }