validation endpoint implementation #7

Merged
tux merged 19 commits from experiments-cerberus into master 2021-01-05 14:34:02 +01:00
Showing only changes of commit 25a0f902ab - Show all commits

View file

@ -79,13 +79,16 @@ def validate(entity):
schema = {
'finanzdaten': {
'type': 'dict',
'type': 'dict',
'required': True,
'schema': schema_fin},
'mitgliederdaten': {
'type': 'dict',
'type': 'dict',
'required': True,
'schema': schema_membership},
'stammdaten': {
'type': 'dict',
'type': 'dict',
'required': True,
'schema': schema_base},
'id': {
'type': 'string',