ContentType to content_type rename

This commit is contained in:
2015-09-11 15:16:10 +02:00
parent 00f24bb57e
commit 2470af6ab2

View File

@@ -268,7 +268,7 @@ files_schema = {
'embeddable': True
},
},
'contentType': { # MIME type image/png video/mp4
'content_type': { # MIME type image/png video/mp4
'type': 'string',
'required': True,
},