This repository was archived by the owner on Jun 18, 2024. It is now read-only.
File tree 1 file changed +41
-20
lines changed
1 file changed +41
-20
lines changed Original file line number Diff line number Diff line change 25
25
}
26
26
]
27
27
},
28
+ "accessURL" : {
29
+ "title" :" Download URL" ,
30
+ "description" :" URL providing direct access to the downloadable distribution of a dataset." ,
31
+ "anyOf" : [
32
+ {
33
+ "type" : " string" ,
34
+ "format" : " uri"
35
+ },
36
+ {
37
+ "type" : " null"
38
+ }
39
+ ]
40
+ },
28
41
"accrualPeriodicity" : {
29
42
"title" :" Frequency" ,
30
43
"description" :" Frequency with which dataset is published." ,
48
61
"items" : {
49
62
"type" : " string" ,
50
63
"pattern" : " [0-9]{3}:[0-9]{2}"
51
- }
64
+ },
65
+ "minItems" : 1 ,
66
+ "uniqueItems" : true
52
67
},
53
68
{
54
69
"type" : " null"
55
70
}
56
- ],
57
- "minItems" : 1 ,
58
- "uniqueItems" : true
71
+ ]
59
72
},
60
73
"contactPoint" : {
61
74
"title" :" Contact Name" ,
97
110
"description" :" Holds multiple download URLs for datasets composed of multiple files and/or file types" ,
98
111
"anyOf" : [
99
112
{
100
- "type" : " array" ,
113
+ "type" : " array" ,
101
114
"items" : {
102
115
"type" : " object" ,
116
+ "required" : [" accessURL" , " format" ],
103
117
"properties" : {
104
118
"accessURL" : {
105
119
"title" :" Download URL" ,
123
137
}
124
138
]
125
139
},
140
+ "format" : {
141
+ "title" :" Format" ,
142
+ "description" :" The file format or API type of the distribution." ,
143
+ "anyOf" : [
144
+ {
145
+ "pattern" : " ^[-\\ w]+/[-\\ w]+(\\ .[-\\ w]+)*([+][-\\ w]+)?$" ,
146
+ "type" : " string"
147
+ },
148
+ {
149
+ "type" : " null"
150
+ }
151
+ ]
152
+ },
126
153
"identifier" : {
127
154
"title" :" Unique Identifier" ,
128
155
"description" :" A unique identifier for the dataset or API as maintained within an Agency catalog or database." ,
165
192
"keyword" : {
166
193
"title" : " Tags" ,
167
194
"description" : " Tags (or keywords) help users discover your dataset; please include terms that would be used by technical and non-technical users." ,
168
- "anyOf" : [
169
- {
170
- "type" : " array" ,
171
- "items" : {
172
- "type" : " string"
173
- },
174
- "minItems" : 1 ,
175
- "uniqueItems" : true
176
- },
177
- {
178
- "type" : " null"
179
- }
180
- ]
195
+ "type" : " array" ,
196
+ "items" : {
197
+ "type" : " string" ,
198
+ "minLength" : 1
199
+ },
200
+ "minItems" : 1
181
201
},
182
202
"landingPage" : {
183
203
"title" :" Homepage URL" ,
263
283
"anyOf" : [
264
284
{
265
285
"type" : " string" ,
266
- "minLength " : 1
286
+ "pattern " : " [0-9]{3}-[0-9]{9} "
267
287
},
268
288
{
269
289
"type" : " null"
377
397
{
378
398
"type" : " array" ,
379
399
"items" : {
380
- "type" : " string"
400
+ "type" : " string" ,
401
+ "minLength" : 1
381
402
},
382
403
"minItems" : 1 ,
383
404
"uniqueItems" : true
You can’t perform that action at this time.
0 commit comments