Skip to content

Commit 7dc5a67

Browse files
author
ykhadilkar
committed
Merge branch 'inventory' of https://github.com/GSA/ckan into inventory
2 parents 3f1c916 + 5ce6290 commit 7dc5a67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ckan/logic/schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def default_resource_schema():
7272
'package_id': [ignore],
7373
'url': [not_empty, unicode, remove_whitespace],
7474
'description': [ignore_missing, unicode],
75-
'format': [not_empty, unicode],
75+
'format': [ignore_missing, unicode],
7676
'hash': [ignore_missing, unicode],
7777
'state': [ignore],
7878
'position': [ignore],

0 commit comments

Comments
 (0)