Introducing indexing for nodes

This commit is contained in:
2016-02-26 16:17:38 +01:00
parent ea7e5a0955
commit eb92d179e8
5 changed files with 76 additions and 25 deletions

View File

@@ -20,7 +20,6 @@ _file_embedded_schema = {
}
}
users_schema = {
'full_name': {
'type': 'string',
@@ -412,6 +411,9 @@ files_schema = {
'schema': {
'type': 'dict',
'schema': {
'is_public': { # If True, the link will not be hashed or signed
'type': 'boolean'
},
'content_type': { # MIME type image/png video/mp4
'type': 'string',
'required': True,