{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EmployeeStatutorySickLeaveObject", "title": "EmployeeStatutorySickLeaveObject", "type": "object", "properties": { "pagination": { "$ref": "#/components/schemas/Pagination" }, "problem": { "$ref": "#/components/schemas/Problem" }, "statutorySickLeave": { "$ref": "#/components/schemas/EmployeeStatutorySickLeave" } } }