Embedding Users

This commit is contained in:
Eibriel
2015-05-01 11:32:42 -03:00
parent 1ac5bab7e1
commit ad5b7364d6
2 changed files with 11 additions and 1 deletions

View File

@@ -73,6 +73,11 @@ nodes_schema = {
'user': {
'type': 'objectid',
'required': True,
'data_relation': {
'resource': 'users',
'field': '_id',
'embeddable': True
},
},
'node_type': {
'type': 'objectid',