-
Notifications
You must be signed in to change notification settings - Fork 6
/
datapackage.json
97 lines (97 loc) · 2.13 KB
/
datapackage.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
{
"resources": [
{
"name": "oss.dataset.-.december.2022.v3",
"type": "table",
"path": "data/OSS.Dataset.-.December.2022.v3.csv",
"scheme": "file",
"format": "csv",
"mediatype": "text/csv",
"encoding": "utf-8",
"schema": {
"fields": [
{
"name": "Government",
"type": "string"
},
{
"name": "Region",
"type": "string"
},
{
"name": "Issuing Area of Government",
"type": "string"
},
{
"name": "Title",
"type": "string"
},
{
"name": "Type",
"type": "string"
},
{
"name": "Date",
"type": "integer"
},
{
"name": "OSS Specific?",
"type": "string"
},
{
"name": "Stated Objective: Cost",
"type": "string"
},
{
"name": "Stated Objective: Sovereignty",
"type": "string"
},
{
"name": "Stated Objective: Support for National Industry",
"type": "string"
},
{
"name": "Stated Objective: Modernization",
"type": "string"
},
{
"name": "Stated Objective: Transparency",
"type": "string"
},
{
"name": "Stated Objective: Security",
"type": "string"
},
{
"name": "Action",
"type": "string"
},
{
"name": "Term",
"type": "string"
},
{
"name": "Status",
"type": "string"
},
{
"name": "Comments",
"type": "string"
},
{
"name": "Source",
"type": "string"
},
{
"name": "Source II",
"type": "string"
},
{
"name": "Notes",
"type": "string"
}
]
}
}
]
}