{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "WorkLeaveReason", "type": "string", "enum": [ "OutOfTheOffice", "OnVacation", "PersonalLeave", "BusinessTrip", "SickLeave", "ParentalLeave", "EducationalLeave" ] }