Skip to content

Commit f12b81b

Browse files
committed
Merge pull request project-open-data#242 from FuhuXia/master
allow file format pattern e.g. application/vnd.ms-excel (project-open-data#232)
2 parents b214410 + 0523e17 commit f12b81b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/1_0_final/single_entry.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -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
}

0 commit comments

Comments
 (0)