diff --git a/e02/schema/notebook_Schema.json b/e02/schema/notebook_Schema.json index 5cb0732..baa6af7 100644 --- a/e02/schema/notebook_Schema.json +++ b/e02/schema/notebook_Schema.json @@ -4,15 +4,15 @@ "properties": { "sample": { "default": null, - "maxLength": 128, "minLength": 1, + "maxLength": 128, "title": "Sample name", "type": "string" }, "timestamp": { "default": null, - "maxLength": 1, - "minLength": 128, + "minLength": 1, + "maxLength": 128, "title": "Time stamp", "type": "string" },