From e7e4636d0842d7ac1efda433d8cabdd6a5ca96c7 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Fri, 8 Sep 2023 09:49:27 -0500 Subject: [PATCH] fix: schema_version is required at top level 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 --- edm4hep.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edm4hep.yaml b/edm4hep.yaml index ff415c177..8cd26e84a 100644 --- a/edm4hep.yaml +++ b/edm4hep.yaml @@ -1,9 +1,9 @@ --- +schema_version: 1 options: getSyntax: True exposePODMembers: False includeSubfolder: True - schema_version: 1 components: