Inventory: generate exact schema for validation & documentation

This commit is contained in:
Johannes Kirschbauer
2024-07-14 13:30:02 +02:00
parent 77577a9f27
commit d49a23b890
8 changed files with 209 additions and 205 deletions

View File

@@ -1,6 +1,6 @@
{ options, lib, ... }:
let
jsonschema = import ../../lib/jsonschema { inherit lib; };
jsonschema = import ../../lib/jsonschema { inherit lib; } { };
in
{
options.clanSchema = lib.mkOption {