From 938245bcf986daf56505ccde4f2fc8e6f01f204e Mon Sep 17 00:00:00 2001 From: jmkerloch Date: Thu, 12 Dec 2024 09:37:46 +0100 Subject: [PATCH] feat(json schema): definition is deprecated, use defs instead - https://json-schema.org/draft/2019-09/release-notes#semi-incompatible-changes --- docs/schemas/profile/rules.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/schemas/profile/rules.json b/docs/schemas/profile/rules.json index 9fadd360..8163ae5d 100644 --- a/docs/schemas/profile/rules.json +++ b/docs/schemas/profile/rules.json @@ -58,7 +58,7 @@ "type": "string" } }, - "definitions": { + "defs": { "conditionArray": { "type": "array", "title": "Condition Array",