-
Notifications
You must be signed in to change notification settings - Fork 0
/
mango2dv-rdr-1.0.0-published.json
153 lines (153 loc) · 4.31 KB
/
mango2dv-rdr-1.0.0-published.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
{
"schema_name": "publish2rdr",
"version": "1.0.0",
"status": "published",
"properties": {
"title": {
"title": "Title",
"type": "text",
"placeholder": "",
"pattern": "",
"required": true,
"help": "The main title of the Dataset"
},
"author": {
"title": "Author",
"properties": {
"authorName": {
"title": "Name",
"type": "text",
"placeholder": "Last-name, First-name",
"pattern": "",
"required": true,
"help": "The name of the author, such as the person's name or the name of the organization"
},
"authorAffiliation": {
"title": "Affiliation",
"type": "text",
"placeholder": "",
"pattern": "",
"required": true,
"help": "The name of the entity affiliated with the author, e.g. an organization's name"
}
},
"type": "object",
"required": false,
"repeatable": false,
"help": "The entity, e.g. person or organization, that created the Dataset"
},
"datasetContact": {
"title": "Point of Contact",
"properties": {
"datasetContactName": {
"title": "Name",
"type": "text",
"placeholder": "Last-name, First-name",
"pattern": "",
"required": true,
"help": "The name of the author, such as the person's name or the name of the organization"
},
"datasetContactEmail": {
"title": "E-mail",
"type": "text",
"placeholder": "",
"pattern": "",
"required": true,
"help": "The point of contact's email address"
}
},
"type": "object",
"required": false,
"repeatable": false,
"help": "The entity, e.g. person or organization, that users of the Dataset can contact with questions"
},
"dsDescription": {
"title": "Description",
"properties": {
"dsDescriptionValue": {
"title": "Text of the description",
"type": "textarea",
"placeholder": "This dataset contains data used in...",
"pattern": "",
"required": true,
"help": "The name of the author, such as the person's name or the name of the organization"
}
},
"type": "object",
"required": false,
"repeatable": true,
"help": "A summary describing the purpose, nature, and scope of the Dataset"
},
"keyword": {
"title": "Keyword",
"properties": {
"keywordValue": {
"title": "Keyword",
"type": "text",
"placeholder": "",
"pattern": "",
"required": true,
"help": "Input type: text"
}
},
"type": "object",
"required": false,
"repeatable": true,
"help": "A keyword to help find the dataset."
},
"technicalFormat": {
"title": "File types",
"type": "text",
"placeholder": "csv, tiff, pdf...",
"pattern": "",
"required": true,
"help": "Input type: text"
},
"access": {
"title": "Access",
"properties": {
"accessRights": {
"title": "Access Rights",
"type": "select",
"values": [
"open",
"restricted",
"embargoed",
"closed"
],
"multiple": false,
"ui": "radio"
},
"dateAvailable": {
"title": "Date Available",
"type": "datetime-local",
"placeholder": "",
"pattern": "",
"help": "Input type is datetime-local, leave as empty string if access is open."
},
"legitimateOptout": {
"title": "Legitimate Opt-out",
"type": "select",
"values": [
"privacy",
"intellectual property rights",
"ethical aspects",
"aspects of dual use",
"other"
],
"multiple": false,
"ui": "radio",
"help": "Choose one of 5 options, choose other if access is open."
}
},
"type": "object",
"required": false,
"repeatable": false,
"help": "Access rights to the dataset."
}
},
"edited_by": "u0112360",
"realm": "datateam_set",
"title": "ManGO Dataset to Dataverse RDR",
"parent": ""
}