{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"properties": {
"a_dynamic": {
"type": "object",
"additionalProperties": {
"type": "object",
"properties": {
"a_cell": { "type": "array" },
"a_customization_element": { "type": "array" },
"a_type": { "type": "object" },
"is_dynamic": { "type": "boolean" },
"is_export": { "type": "boolean" },
"is_hide_by_default": { "type": "boolean" },
"is_hide_if_empty": { "type": "boolean" },
"is_null": { "type": "boolean" },
"is_order": { "type": "boolean" },
"is_show": { "type": "boolean" },
"is_store": { "type": "boolean" },
"s_cast": { "type": ["string", "null"] },
"s_class": { "type": ["string", "null"] },
"s_class_css": { "type": "string" },
"s_format": { "type": ["string", "null"] },
"s_name": { "type": "string" },
"s_sort": { "type": "string" },
"s_type": { "type": ["string", "null"] },
"text_title": { "type": ["string", "null"] },
"text_title_export": { "type": ["string", "null"] },
"text_title_info": { "type": ["string", "null"] }
}
}
},
"a_field": {
"type": "array",
"items": { "type": "string" }
},
"a_row": {
"type": "array",
"items": {
"type": "array",
"items": { "type": ["string", "number", "boolean", "null"] }
}
},
"a_stale": { "type": "array" },
"a_warning": { "type": "array" },
"dtu_complete": { "type": "string", "format": "date-time" },
"dtu_queue": { "type": "string", "format": "date-time" },
"dtu_start": { "type": "string", "format": "date-time" },
"i_cas_change": { "type": "integer" },
"id_report_status": { "type": "integer" },
"s_report": { "type": "string" },
"text_error": { "type": "string" },
"status": { "type": "string" },
"k_log": { "type": "string" },
"s_version": { "type": "string" },
"__a_message": {
"type": "array",
"items": { "type": "string" }
}
},
"required": ["a_dynamic", "a_field", "a_row", "status"]
}