Skip to content

Commit

Permalink
Allow population by field name (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
lord-haffi authored Jan 9, 2024
1 parent 60cc1b1 commit a4a3b1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/bo4e_generator/parser.py
Original file line number Diff line number Diff line change
@@ -203,6 +203,7 @@ def parse_bo4e_schemas(
base_path=input_directory,
remove_special_field_name_prefix=True,
allow_extra_fields=False,
allow_population_by_field_name=True,
)
parse_result = parser.parse()
if not isinstance(parse_result, dict):

0 comments on commit a4a3b1e

Please sign in to comment.