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

Commit 6e26cff

Browse files
committed
allow file format pattern e.g. application/vnd.ms-excel (#232)
1 parent 7dc1ab0 commit 6e26cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)