From 597d94942608a68fc30fdddd86cefdd64fb7adce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Kleinb=C3=B6lting?= Date: Wed, 31 Jul 2024 13:25:30 +0200 Subject: [PATCH] Require project.status = "finished" for final schema. --- dsp-meta/resources/schema-metadata-final.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsp-meta/resources/schema-metadata-final.json b/dsp-meta/resources/schema-metadata-final.json index f831843f..e8490722 100644 --- a/dsp-meta/resources/schema-metadata-final.json +++ b/dsp-meta/resources/schema-metadata-final.json @@ -134,7 +134,6 @@ "type": "string", "description": "The status of the dataset.", "enum": [ - "ongoing", "finished" ], "default": "ongoing" @@ -269,6 +268,7 @@ "required": [ "__type", "shortcode", + "status", "name", "description", "startDate",