From 5d5e34161c8b27150eeb8ce73c0e849c5c9b98be Mon Sep 17 00:00:00 2001 From: Miles Mason Winther <42948872+mmwinther@users.noreply.github.com> Date: Wed, 13 Mar 2024 16:11:20 +0100 Subject: [PATCH] Owner field type string --- src/datadoc/datadoc-json-schema.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/datadoc/datadoc-json-schema.json b/src/datadoc/datadoc-json-schema.json index 97cdfb0..6ff23d1 100644 --- a/src/datadoc/datadoc-json-schema.json +++ b/src/datadoc/datadoc-json-schema.json @@ -10,7 +10,7 @@ }, "document_version": { "description": "Version of this model", - "const": "3.0.0" + "const": "3.1.0" }, "dataset": { "type": "object", @@ -172,8 +172,8 @@ }, "owner": { "title": "Owner", - "description": "Owner of the data set (responsible division in Statistics Norway). See also Classification of organisational units https://www.ssb.no/en/klass/klassifikasjoner/83", - "$ref": "./languageStringType.json#/languageStringType" + "description": "Owner of the data set (responsible division in Statistics Norway). Values defined by https://www.ssb.no/en/klass/klassifikasjoner/83", + "type": "string" }, "file_path": { "title": "File path",