jsonschema: Disallow additional properties

This commit is contained in:
Luis Hebendanz 2024-06-24 13:14:33 +02:00
parent 1622d15419
commit 23621780cf

View File

@ -65,6 +65,7 @@ rec {
required
// {
type = "object";
additionalProperties = false;
inherit properties;
};