1{
2    "structversion": "2022-07-04",
3    "schema": "missignassignees",
4    "id": "20",
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": 3,
39            "ismulti": false,
40            "isenabled": true,
41            "sort": 30,
42            "label": "status",
43            "class": "Dropdown",
44            "config": {
45                "visibility": {
46                    "inpage": true,
47                    "ineditor": true
48                },
49                "values": "Ongoing, Completed, Cancelled",
50                "label": {
51                    "en": "Status"
52                },
53                "hint": {
54                    "en": ""
55                }
56            }
57        }
58    ]
59}
60