1{ 2 "structversion": "2016-03-21", 3 "schema": "testtable", 4 "columns": [ 5 { 6 "ismulti": false, 7 "isenabled": true, 8 "sort": 70, 9 "label": "testcolumn", 10 "class": "Text", 11 "config": { 12 "prefix": "", 13 "postfix": "" 14 } 15 }, 16 { 17 "ismulti": true, 18 "isenabled": true, 19 "sort": 40, 20 "label": "testMulitColumn", 21 "class": "Text", 22 "config": { 23 "prefix": "", 24 "postfix": "" 25 } 26 } 27 ] 28} 29