Skip to content

Commit

Permalink
fix: schema_version is required at top level
Browse files Browse the repository at this point in the history
The `schema_version` is required in the model dict at top level, not inside the `options` dict. See https://github.com/AIDASoft/podio/blob/48a4bf6702c081288853a642749459ac5e42d6d4/python/podio/podio_config_reader.py#L425-L432
  • Loading branch information
wdconinc authored and tmadlener committed Sep 11, 2023
1 parent ae3132c commit 256769c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edm4hep.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
schema_version: 1
options:
getSyntax: True
exposePODMembers: False
includeSubfolder: True
schema_version: 1

components:

Expand Down

0 comments on commit 256769c

Please sign in to comment.