{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EndMeetingRequestObject", "title": "EndMeetingRequestObject", "type": "object", "properties": { "reason": { "type": "string", "example": "Agenda has been completed and the meeting is ended.", "description": "The reason for ending the meeting. This field is optional." } } }