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': {
'type': 'list',
'default': [],
'items': {
'schema': {
'type': 'objectid',
'data_relation': {
'resource': 'groups',