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

allow file format pattern e.g. application/vnd.ms-excel (#232) #242

Merged
merged 2 commits into from
Jan 28, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion schema/1_0_final/single_entry.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"format": {
"title":"Format",
"description":"The file format or API type of the distribution.",
"pattern": "^[-\\w]+/[-\\w]+([+][-\\w]+)?$",
"pattern": "^[-\\w]+/[-\\w]+(\\.[-\\w]+)*([+][-\\w]+)?$",
"type": "string"
}
}
Expand Down