{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateGuardianEnrollmentTicketResponseContent", "title": "CreateGuardianEnrollmentTicketResponseContent", "type": "object", "additionalProperties": true, "properties": { "ticket_id": { "type": "string", "description": "The ticket_id used to identify the enrollment", "default": "u2x2-u2x2-u2x2-u2x2-u2x2-u2x2" }, "ticket_url": { "type": "string", "description": "The url you can use to start enrollment", "format": "url" } } }