mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2024-11-12 04:06:53 +08:00
25 lines
763 B
JSON
25 lines
763 B
JSON
{
|
|
"type": "object",
|
|
"required": ["draw", "recordsTotal", "recordsFiltered", "data"],
|
|
"properties": {
|
|
"draw": { "type": "integer" },
|
|
"recordsTotal": { "type": "integer" },
|
|
"recordsFiltered": { "type": "integer" },
|
|
"data": {
|
|
"type": "array",
|
|
"items":{
|
|
"required": ["DT_RowId", "1", "2", "3", "4", "5", "recordUpdateUrl", "recordInfoUrl"],
|
|
"properties": {
|
|
"DT_RowId": { "type": "integer" },
|
|
"1": { "type": "object" },
|
|
"2": { "type": "integer" },
|
|
"3": { "type": "string" },
|
|
"4": { "type": "string" },
|
|
"5": { "type": "string" },
|
|
"recordUpdateUrl": { "type": "string" },
|
|
"recordInfoUrl": { "type": "string" }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|