From 70ea968fbb54187fea5945b747990899b4934cd7 Mon Sep 17 00:00:00 2001 From: JonHall101 <33930777+JonHall101@users.noreply.github.com> Date: Wed, 4 Dec 2024 16:32:44 +0000 Subject: [PATCH] Update Pump-v1.json --- Plant/Pump-v1.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/Plant/Pump-v1.json b/Plant/Pump-v1.json index c673b3e..ce212e1 100644 --- a/Plant/Pump-v1.json +++ b/Plant/Pump-v1.json @@ -2,11 +2,7 @@ "$id": "https://raw.githubusercontent.com/AMRC-FactoryPlus/schemas/main/Plant/Pump-v1.json", "$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", - "required": [ - "Schema_UUID", - "Instance_UUID" - ], - "Temperature": { + "Properties": { "Schema_UUID": { "const": "5d974f49-d6ed-4b59-9413-4ff084e5da55" }, @@ -134,8 +130,12 @@ "uuid": "2225f645-bf5c-4362-b9b8-bc6758a9e255", "index": 3 }, - "Temperature": { - "$ref": "https://raw.githubusercontent.com/AMRC-FactoryPlus/schemas/main/Sensors/Temperature-v1.json" - } + "Temperature": { + "$ref": "https://raw.githubusercontent.com/AMRC-FactoryPlus/schemas/main/Sensors/Temperature-v1.json" } +}, +"required": [ + "Schema_UUID", + "Instance_UUID" +] }