Skip to content

Commit a4a3b1e

Browse files
authored
Allow population by field name (#41)
1 parent 60cc1b1 commit a4a3b1e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/bo4e_generator/parser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,7 @@ def parse_bo4e_schemas(
203203
base_path=input_directory,
204204
remove_special_field_name_prefix=True,
205205
allow_extra_fields=False,
206+
allow_population_by_field_name=True,
206207
)
207208
parse_result = parser.parse()
208209
if not isinstance(parse_result, dict):

0 commit comments

Comments
 (0)