Skip to content

Commit 5ce6290

Browse files
author
Alex Perfilov
committed
format is not required anymore
1 parent 416c548 commit 5ce6290

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)