From b615c9618583f77ea1f70cca630df7da1bf2b726 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20Cvitanovi=C4=87?= <72022639+petar-cvit@users.noreply.github.com> Date: Mon, 26 Feb 2024 17:51:12 +0100 Subject: [PATCH] Update values.schema.json --- test/values.schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/values.schema.json b/test/values.schema.json index 78ab970..0be9fc6 100644 --- a/test/values.schema.json +++ b/test/values.schema.json @@ -22,9 +22,9 @@ "type": "string" }, "nesto-int": { - "type": "string", - "min": 2, - "min": 5, + "type": "integer", + "minimum": 2, + "maximum": 5, "multipleOf": 2 } },