Allow extra fields in activities.

This commit is contained in:
2016-10-12 14:29:28 +02:00
parent ade62033ba
commit 0146b568c0
2 changed files with 7 additions and 1 deletions

View File

@@ -684,6 +684,11 @@ activities_schema = {
},
'required': False,
},
# If the object type is 'node', the node type can be stored here.
'node_type': {
'type': 'string',
'required': False,
}
}
notifications_schema = {