Fix(inventory/extraModules): use more narrow type for better persistence

This commit is contained in:
Johannes Kirschbauer
2025-06-03 18:57:34 +02:00
parent bbbc13c973
commit e5c0c1e69c
2 changed files with 3 additions and 2 deletions

View File

@@ -448,7 +448,8 @@ in
type = types.listOf (
types.oneOf [
types.str
types.anything
types.path
(types.attrsOf types.anything)
]
);
};