From 7222e497a5f0204814c40f84882fc8a3d46c06a2 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 11 Sep 2019 17:31:08 +0100 Subject: Schema update: don't allow empty property values --- app/utils/dataset_schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app') diff --git a/app/utils/dataset_schema.json b/app/utils/dataset_schema.json index 2d94ecb..f86af3c 100644 --- a/app/utils/dataset_schema.json +++ b/app/utils/dataset_schema.json @@ -100,14 +100,14 @@ "type": "string", "title": "The Label Schema", "default": "", - "pattern": "^(.*)$" + "pattern": "^(.+)$" }, "type": { "$id": "#/properties/series/items/properties/type", "type": "string", "title": "The Type Schema", "default": "", - "pattern": "^(.*)$" + "pattern": "^(.+)$" }, "raw": { "$id": "#/properties/series/items/properties/raw", -- cgit v1.2.3