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