{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "LeaveOfAbsence", "type": "object", "properties": { "id": { "type": "string" }, "descriptor": { "type": "string" }, "startDate": { "type": "string" }, "estimatedEndDate": { "type": "string" }, "actualEndDate": { "type": "string" }, "status": { "type": "string" }, "lastDayOfWork": { "type": "string" }, "firstDayOfWork": { "type": "string" } } }