Adding project property to nodes
This commit is contained in:
@@ -245,6 +245,14 @@ nodes_schema = {
|
||||
'embeddable': True
|
||||
},
|
||||
},
|
||||
'project': {
|
||||
'type': 'objectid',
|
||||
'data_relation': {
|
||||
'resource': 'nodes',
|
||||
'field': '_id',
|
||||
'embeddable': True
|
||||
},
|
||||
},
|
||||
'user': {
|
||||
'type': 'objectid',
|
||||
'required': True,
|
||||
|
Reference in New Issue
Block a user