jsonschema: migrate tests

This commit is contained in:
Johannes Kirschbauer
2024-11-12 13:23:31 +01:00
parent 0e2b519731
commit 5c63ce0058
5 changed files with 144 additions and 28 deletions

View File

@@ -108,7 +108,7 @@ rec {
# Can be customized if needed
# By default the header is not added to the schema
addHeader ? true,
path ? [ "<root>" ],
path ? [ ],
}:
let
options' = filterInvisibleOpts (filterExcludedAttrs (clean options));