From 7e9e13670666e3a4a74771e25de24bdf4f6e196c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Roar=20Joneid?= <38685892+BjornRoarJoneid@users.noreply.github.com> Date: Mon, 12 Feb 2024 17:07:23 +0100 Subject: [PATCH] Changed 'unit_type'-type to string --- src/datadoc/datadoc-json-schema.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/datadoc/datadoc-json-schema.json b/src/datadoc/datadoc-json-schema.json index 37e3ab3..781feaf 100644 --- a/src/datadoc/datadoc-json-schema.json +++ b/src/datadoc/datadoc-json-schema.json @@ -87,8 +87,7 @@ "unit_type": { "title": "Unit type", "description": "Unit Type for data file, table or data set. See Definitions of Unit Types https://www.ssb.no/en/metadata/definisjoner-av-statistiske-enheter", - "type": "string", - "$ref": "./no/unitType.json#/unitType" + "type": "string" }, "temporality_type": { "title": "Temporality type",