From ce1c5dc6e15417f922a573375970cabf178510b5 Mon Sep 17 00:00:00 2001 From: Adam Parker Date: Mon, 2 Sep 2024 16:49:10 +0100 Subject: [PATCH] Update name of diagnostic schema file reference --- ukaea-schema/facility/hive/pulse.schema.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ukaea-schema/facility/hive/pulse.schema.json b/ukaea-schema/facility/hive/pulse.schema.json index c3e528c..1f883b5 100644 --- a/ukaea-schema/facility/hive/pulse.schema.json +++ b/ukaea-schema/facility/hive/pulse.schema.json @@ -180,8 +180,9 @@ "diagnostics": { "type": "array", "items": { - "$ref": "./hive.diagnostic.json" - } + "$ref": "./diagnostic.schema.json#" + }, + "$comment": "diagnostic.schema.json is within HIVE directory, not to be confused with toplevel" } } }