From e53b8307b025ff43f5ee73a1c4e1c2faf76c97eb Mon Sep 17 00:00:00 2001 From: Alberto Abella Date: Wed, 18 Sep 2024 15:16:15 +0200 Subject: [PATCH] updated $schema last version --- UVARadiation/schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UVARadiation/schema.json b/UVARadiation/schema.json index b7c87fee8..9b80c7936 100644 --- a/UVARadiation/schema.json +++ b/UVARadiation/schema.json @@ -1,5 +1,5 @@ { - "$schema": "http://json-schema.org/schema#", + "$schema": "https://json-schema.org/draft/2020-12/schema", "$schemaVersion": "0.0.1", "modelTags": "OCF", "$id": "https://smart-data-models.github.io/dataModel.IoTDataModels/UVARadiation/schema.json", @@ -71,4 +71,4 @@ "id", "type" ] -} +} \ No newline at end of file