1{
2    "structversion": "2022-07-04",
3    "schema": "valid2",
4    "id": "2",
5    "user": "testuser",
6    "config": {
7        "allowed editors": "",
8        "label": {
9            "en": "Tasks"
10        }
11    },
12    "columns": [
13        {
14            "colref": 1,
15            "ismulti": false,
16            "isenabled": true,
17            "sort": 10,
18            "label": "duedate",
19            "class": "DateTime",
20            "config": {
21                "visibility": {
22                    "inpage": true,
23                    "ineditor": true
24                },
25                "format": "H:i, j M Y",
26                "prefilltoday": false,
27                "pastonly": false,
28                "futureonly": false,
29                "label": {
30                    "en": "Start Time"
31                },
32                "hint": {
33                    "en": ""
34                }
35            }
36        },
37        {
38            "colref": 2,
39            "ismulti": true,
40            "isenabled": true,
41            "sort": 20,
42            "label": "assignees",
43            "class": "Mail",
44            "config": {
45                "visibility": {
46                    "inpage": true,
47                    "ineditor": true
48                },
49                "prefix": "",
50                "postfix": "",
51                "label": {
52                    "en": ""
53                },
54                "hint": {
55                    "en": ""
56                }
57            }
58        },
59        {
60            "colref": 3,
61            "ismulti": true,
62            "isenabled": true,
63            "sort": 30,
64            "label": "status",
65            "class": "Text",
66            "config": {
67                "visibility": {
68                    "inpage": true,
69                    "ineditor": true
70                },
71                "prefix": "",
72                "postfix": "",
73                "label": {
74                    "en": "Location"
75                },
76                "hint": {
77                    "en": ""
78                }
79            }
80        }
81    ]
82}
83