diff options
Diffstat (limited to 'app/utils/dataset_schema.json')
| -rw-r--r-- | app/utils/dataset_schema.json | 9 |
1 files changed, 1 insertions, 8 deletions
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": "" } |
