Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit a97ef17

Browse files
committed
Adds accessURL and format as possible fields outside of distribution
1 parent 87665b8 commit a97ef17

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: schema/1_0_final/single_entry.json

+12
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,12 @@
2525
}
2626
]
2727
},
28+
"accessURL": {
29+
"title":"Download URL",
30+
"description":"URL providing direct access to the downloadable distribution of a dataset.",
31+
"type": "string",
32+
"format": "uri"
33+
},
2834
"accrualPeriodicity": {
2935
"title":"Frequency",
3036
"description":"Frequency with which dataset is published.",
@@ -124,6 +130,12 @@
124130
}
125131
]
126132
},
133+
"format": {
134+
"title":"Format",
135+
"description":"The file format or API type of the distribution.",
136+
"pattern": "^[-\\w]+/[-\\w]+(\\.[-\\w]+)*([+][-\\w]+)?$",
137+
"type": "string"
138+
},
127139
"identifier": {
128140
"title":"Unique Identifier",
129141
"description":"A unique identifier for the dataset or API as maintained within an Agency catalog or database.",

0 commit comments

Comments
 (0)