We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 416c548 commit 5ce6290Copy full SHA for 5ce6290
1 file changed
ckan/logic/schema.py
@@ -72,7 +72,7 @@ def default_resource_schema():
72
'package_id': [ignore],
73
'url': [not_empty, unicode, remove_whitespace],
74
'description': [ignore_missing, unicode],
75
- 'format': [not_empty, unicode],
+ 'format': [ignore_missing, unicode],
76
'hash': [ignore_missing, unicode],
77
'state': [ignore],
78
'position': [ignore],
0 commit comments