sub dicts are required
This commit is contained in:
parent
79d60dc4d4
commit
25a0f902ab
1 changed files with 6 additions and 3 deletions
|
@ -80,12 +80,15 @@ def validate(entity):
|
|||
schema = {
|
||||
'finanzdaten': {
|
||||
'type': 'dict',
|
||||
'required': True,
|
||||
'schema': schema_fin},
|
||||
'mitgliederdaten': {
|
||||
'type': 'dict',
|
||||
'required': True,
|
||||
'schema': schema_membership},
|
||||
'stammdaten': {
|
||||
'type': 'dict',
|
||||
'required': True,
|
||||
'schema': schema_base},
|
||||
'id': {
|
||||
'type': 'string',
|
||||
|
|
Loading…
Reference in a new issue