From b34126214e320ac8c3e56c9c6a8c3ce6ebd06c6f Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Mon, 10 Jun 2019 15:42:04 +0100 Subject: Remove type from time values and force it to be string --- app/utils/dataset_schema.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'app') diff --git a/app/utils/dataset_schema.json b/app/utils/dataset_schema.json index 2aec504..457cc69 100644 --- a/app/utils/dataset_schema.json +++ b/app/utils/dataset_schema.json @@ -54,18 +54,10 @@ "title": "The Time Schema", "default": null, "required": [ - "type", "format", "raw" ], "properties": { - "type": { - "$id": "#/properties/time/properties/type", - "type": "string", - "title": "The Type Schema", - "default": "", - "pattern": "^(.*)$" - }, "format": { "$id": "#/properties/time/properties/format", "type": "string", @@ -79,6 +71,7 @@ "title": "The Raw Schema", "items": { "$id": "#/properties/time/properties/raw/items", + "type": "string", "title": "The Items Schema", "default": "" } -- cgit v1.2.3