1{
2    "structversion": "2022-07-04",
3    "schema": "missingdate",
4    "id": "30",
5    "user": "testuser",
6    "config": {
7        "allowed editors": "",
8        "label": {
9            "en": "Tasks"
10        }
11    },
12    "columns": [
13        {
14            "colref": 2,
15            "ismulti": true,
16            "isenabled": true,
17            "sort": 20,
18            "label": "assignees",
19            "class": "User",
20            "config": {
21                "visibility": {
22                    "inpage": true,
23                    "ineditor": true
24                },
25                "existingonly": true,
26                "autocomplete": {
27                    "fullname": true,
28                    "mininput": 2,
29                    "maxresult": 5
30                },
31                "label": {
32                    "en": "Assigned to"
33                },
34                "hint": {
35                    "en": ""
36                }
37            }
38        },
39        {
40            "colref": 3,
41            "ismulti": false,
42            "isenabled": true,
43            "sort": 30,
44            "label": "status",
45            "class": "Dropdown",
46            "config": {
47                "visibility": {
48                    "inpage": true,
49                    "ineditor": true
50                },
51                "values": "Ongoing, Completed, Cancelled",
52                "label": {
53                    "en": "Status"
54                },
55                "hint": {
56                    "en": ""
57                }
58            }
59        }
60    ]
61}
62