{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/ReassignMeetingErrorDescriptionObject",
"title": "ReassignMeetingErrorDescriptionObject",
"type": "object",
"required": [
"description"
],
"properties": {
"description": {
"type": "string",
"example": "The meeting is not found.",
"description": "Detailed description for the host reassignment of `meetingId` if it fails."
}
}
}