File tree Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Expand file tree Collapse file tree 1 file changed +18
-4
lines changed Original file line number Diff line number Diff line change 28
28
"accessURL" : {
29
29
"title" :" Download URL" ,
30
30
"description" :" URL providing direct access to the downloadable distribution of a dataset." ,
31
- "type" : " string" ,
32
- "format" : " uri"
31
+ "anyOf" : [
32
+ {
33
+ "type" : " string" ,
34
+ "format" : " uri"
35
+ },
36
+ {
37
+ "type" : " null"
38
+ }
39
+ ]
33
40
},
34
41
"accrualPeriodicity" : {
35
42
"title" :" Frequency" ,
133
140
"format" : {
134
141
"title" :" Format" ,
135
142
"description" :" The file format or API type of the distribution." ,
136
- "pattern" : " ^[-\\ w]+/[-\\ w]+(\\ .[-\\ w]+)*([+][-\\ w]+)?$" ,
137
- "type" : " string"
143
+ "anyOf" : [
144
+ {
145
+ "pattern" : " ^[-\\ w]+/[-\\ w]+(\\ .[-\\ w]+)*([+][-\\ w]+)?$" ,
146
+ "type" : " string"
147
+ },
148
+ {
149
+ "type" : " null"
150
+ }
151
+ ]
138
152
},
139
153
"identifier" : {
140
154
"title" :" Unique Identifier" ,
You can’t perform that action at this time.
0 commit comments