Skip to content

Commit

Permalink
update schema too
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaDaniel committed Jun 18, 2024
1 parent 1034c1e commit 7009baf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/maus/models/anwendungshandbuch.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ class AhbLineSchema(Schema):
value_pool_entry = fields.String(required=False, load_default=None)
name = fields.String(required=False, load_default=None)
ahb_expression = fields.String(required=False, load_default=None)
conditions = fields.String(required=False, load_default=None)
section_name = fields.String(required=False, load_default=None)
index = fields.Int(required=False, load_default=None, dump_default=None)

Expand Down

0 comments on commit 7009baf

Please sign in to comment.