We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f1c916 + 5ce6290 commit 7dc5a67Copy full SHA for 7dc5a67
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