{
    "leaveType": {
        "EL": {
            "type": "EL",
            "description": "Earned Leave",
            "country": "IND",
            "countryDescription": "India",
            "absenceReason": {
                "EXM": {
                    "code": "EXM",
                    "desc": "Examination"
                },
                "OTH": {
                    "code": "OTH",
                    "desc": "OTHER"
                },
                "DTR": {
                    "code": "DTR",
                    "desc": "Death Of Relative"
                },
                "SCK": {
                    "code": "SCK",
                    "desc": "Sickness"
                },
                "SLM": {
                    "code": "SLM",
                    "desc": "Self Marriage"
                }
            }
        }
    },
    "leaveNameType": [
        {
            "key": "earnedLeave",
            "value": [
                "EL",
                "BEL"
            ]
        }
    ],
    "upcomingHolidayList": [
        "after",
        "future",
        "upcoming",
        "next",
        "approaching",
        "coming",
        "near",
        "oncoming",
        "forthcoming",
        "following"
    ]
}