Small fix on user schema

This commit is contained in:
Eibriel
2015-05-21 12:04:46 -03:00
parent 8424bcf15e
commit c523f79013

View File

@@ -38,7 +38,7 @@ users_schema = {
'groups': { 'groups': {
'type': 'list', 'type': 'list',
'default': [], 'default': [],
'items': { 'schema': {
'type': 'objectid', 'type': 'objectid',
'data_relation': { 'data_relation': {
'resource': 'groups', 'resource': 'groups',