1{
2    "structversion": "2022-07-04",
3    "schema": "baddate",
4    "id": "10",
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": "Text",
20            "config": {
21                "visibility": {
22                    "inpage": true,
23                    "ineditor": true
24                },
25                "prefix": "",
26                "postfix": "",
27                "label": {
28                    "en": "Location"
29                },
30                "hint": {
31                    "en": ""
32                }
33            }
34        },
35        {
36            "colref": 2,
37            "ismulti": true,
38            "isenabled": true,
39            "sort": 20,
40            "label": "assignees",
41            "class": "User",
42            "config": {
43                "visibility": {
44                    "inpage": true,
45                    "ineditor": true
46                },
47                "existingonly": true,
48                "autocomplete": {
49                    "fullname": true,
50                    "mininput": 2,
51                    "maxresult": 5
52                },
53                "label": {
54                    "en": "Assigned to"
55                },
56                "hint": {
57                    "en": ""
58                }
59            }
60        },
61        {
62            "colref": 3,
63            "ismulti": false,
64            "isenabled": true,
65            "sort": 30,
66            "label": "status",
67            "class": "Dropdown",
68            "config": {
69                "visibility": {
70                    "inpage": true,
71                    "ineditor": true
72                },
73                "values": "Ongoing, Completed, Cancelled",
74                "label": {
75                    "en": "Status"
76                },
77                "hint": {
78                    "en": ""
79                }
80            }
81        }
82    ]
83}
84