1{
2    "structversion": "2022-07-04",
3    "schema": "valid",
4    "id": "1",
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": "Date",
20            "config": {
21                "visibility": {
22                    "inpage": true,
23                    "ineditor": true
24                },
25                "format": "j M Y",
26                "prefilltoday": false,
27                "pastonly": false,
28                "futureonly": false,
29                "label": {
30                    "en": "Due by"
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": "User",
44            "config": {
45                "visibility": {
46                    "inpage": true,
47                    "ineditor": true
48                },
49                "existingonly": true,
50                "autocomplete": {
51                    "fullname": true,
52                    "mininput": 2,
53                    "maxresult": 5
54                },
55                "label": {
56                    "en": "Assigned to"
57                },
58                "hint": {
59                    "en": ""
60                }
61            }
62        },
63        {
64            "colref": 3,
65            "ismulti": false,
66            "isenabled": true,
67            "sort": 30,
68            "label": "status",
69            "class": "Dropdown",
70            "config": {
71                "visibility": {
72                    "inpage": true,
73                    "ineditor": true
74                },
75                "values": "Ongoing, Completed, Cancelled",
76                "label": {
77                    "en": "Status"
78                },
79                "hint": {
80                    "en": ""
81                }
82            }
83        }
84    ]
85}
86