{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"a_calendar": {
"type": "object",
"additionalProperties": {
"type": "array",
"items": {}
}
},
"a_session": {
"type": "array",
"items": {
"type": "object",
"properties": {
"dt_date": { "type": "string", "format": "date-time" },
"dt_time": { "type": "string", "format": "time" },
"dtl_date": { "type": "string", "format": "date-time" },
"i_day": { "type": "integer" },
"i_duration": { "type": "integer" },
"is_cancel": { "type": "string" },
"is_event": { "type": "string" },
"k_class": { "type": "string" },
"k_class_period": { "type": "string" },
"k_location": { "type": "string" },
"s_title": { "type": "string" },
"text_timezone": { "type": "string" },
"url_book": { "type": "string", "format": "uri" },
"a_image": {
"type": "array",
"items": {}
},
"a_search_tag": {
"type": "array",
"items": {}
},
"html_description": { "type": "string" },
"i_book": { "type": "integer" },
"i_capacity": { "type": "integer" },
"i_wait": { "type": "integer" },
"is_wait_list_enabled": { "type": "boolean" },
"a_staff": {
"type": "array",
"items": { "type": "string" }
},
"a_virtual_location": {
"type": "array",
"items": {}
},
"hide_application": { "type": "boolean" },
"is_virtual": { "type": "boolean" },
"a_class_tab": {
"type": "array",
"items": { "type": "null" }
}
},
"required": ["dt_date", "dt_time", "dtl_date", "i_day", "i_duration", "s_title", "text_timezone", "url_book", "i_capacity"]
}
},
"is_timezone_different": { "type": "boolean" },
"is_virtual_service": { "type": "boolean" },
"status": { "type": "string" },
"s_version": { "type": "string" }
},
"required": ["a_calendar", "a_session", "status", "s_version"]
}