lib/jsonschema: render defaults for submodule options
this relaxes the constraint that options of type `submodule` are always required, and will render benign default values.
This commit is contained in:
committed by
Valentin Gagarin
parent
15fe06fbf5
commit
af7915a564
@@ -324,6 +324,7 @@ in
|
||||
};
|
||||
};
|
||||
};
|
||||
default = { };
|
||||
};
|
||||
};
|
||||
|
||||
@@ -354,6 +355,7 @@ in
|
||||
};
|
||||
};
|
||||
};
|
||||
default = { };
|
||||
required = [ "opt" ];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user