date | String | the date for which the time slot is being provided. In the example, the date is set to "2023-04-17", indicating that the time slot is for that particular date. |
slot_id | String | the unique identifier of the time slot. |
time_from | String | the starting time of the time slot. In the example, the time_from is set to "10:00:00", representing 10:00 AM. |
time_to | String | the ending time of the time slot. In the example, the time_to is set to "17:00:00", representing 05:00 PM. |
label_en | String | the label or description of the time slot in English. In this case, the label is "Tomorrow, 10:00 AM - 05:00 PM", indicating that the time slot is for the following day and spans from 10:00 AM to 05:00 PM. |
label_ar | String | the localized or translated version of the time slot label in Arabic. In the given JSON, the Arabic label is "غدا, 10:00 ص - 05:00 م", which also means "Tomorrow, 10:00 AM - 05:00 PM" in Arabic. |