Skip to content

Commit ced5159

Browse files
author
dwcaraway
committed
Updated data.json single entry to the latest version
1 parent 77fd243 commit ced5159

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ckanext/datajson/schema/1_0_final/single_entry.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
},
3838
"contactPoint": {
3939
"title":"Contact Name",
40-
"description":"Contact person’s name for the asset.",
40+
"description":"Contact person’s name for the asset.",
4141
"type": "string"
4242
},
4343
"dataDictionary": {
@@ -48,7 +48,7 @@
4848
},
4949
"dataQuality": {
5050
"title":"Data Quality",
51-
"description":"Whether the dataset meets the agency’s Information Quality Guidelines (true/false).",
51+
"description":"Whether the dataset meets the agency’s Information Quality Guidelines (true/false).",
5252
"type": "boolean"
5353
},
5454
"description": {
@@ -72,7 +72,7 @@
7272
"format": {
7373
"title":"Format",
7474
"description":"The file format or API type of the distribution.",
75-
"pattern": "^[-\\w]+/[-\\w]+([+][-\\w]+)?$",
75+
"pattern": "^[-\\w]+/[-\\w]+(\\.[-\\w]+)*([+][-\\w]+)?$",
7676
"type": "string"
7777
}
7878
}
@@ -104,7 +104,7 @@
104104
},
105105
"landingPage": {
106106
"title":"Homepage URL",
107-
"description":"Alternative landing page used to redirect user to a contextual, Agency-hosted “homepage” for the Dataset or API when selecting this resource from the Data.gov user interface.",
107+
"description":"Alternative landing page used to redirect user to a contextual, Agency-hosted “homepage” for the Dataset or API when selecting this resource from the Data.gov user interface.",
108108
"type": "string",
109109
"format": "uri"
110110
},
@@ -124,7 +124,7 @@
124124
},
125125
"mbox": {
126126
"title":"Contact Email",
127-
"description":"Contact person’s email address.",
127+
"description":"Contact person’s email address.",
128128
"type": "string",
129129
"format": "email"
130130
},
@@ -204,4 +204,4 @@
204204
"format": "uri"
205205
}
206206
}
207-
}
207+
}

0 commit comments

Comments
 (0)