{
"type": "object",
"properties": {
"a_promotion": {
"type": "object",
"properties": {
"a_access": {
"type": "object",
"properties": {
"a_class": {"type": "array"},
"a_event": {
"type": "array",
"items": {
"type": "object",
"properties": {
"k_class": {"type": "string"}
},
"additionalProperties": false
}
},
"a_resource": {"type": "array"},
"a_service": {"type": "array"},
"is_class_all": {"type": "string"},
"is_event_all": {"type": "string"}
},
"additionalProperties": false
},
"a_image": {
"type": "object",
"properties": {
"i_height": {"type": "integer"},
"i_height_src": {"type": "integer"},
"i_rotate": {"type": "integer"},
"i_width": {"type": "integer"},
"i_width_src": {"type": "integer"},
"id_type_src": {"type": "integer"},
"is-resize": {"type": "boolean"},
"url-view": {"type": "string"},
"url-thumbnail": {"type": "string"},
"url": {"type": "string"}
},
"additionalProperties": false
},
"dl_expire": {"type": ["null", "string"]},
"i_duration": {"type": "string"},
"i_limit": {"type": "string"},
"id_duration": {"type": "integer"},
"id_duration_type": {"type": "integer"},
"id_program": {"type": "integer"},
"is_introductory": {"type": "string"},
"is_online": {"type": "string"},
"k_promotion": {"type": "string"},
"m_price": {"type": "string"},
"text_description": {"type": "string"},
"text_title": {"type": "string"},
"url_buy": {"type": "string"}
},
"additionalProperties": false
},
"status": {"type": "string"},
"s_version": {"type": "string"}
},
"additionalProperties": false
}