diff options
Diffstat (limited to 'app/utils/dataset_schema.json')
| -rw-r--r-- | app/utils/dataset_schema.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/utils/dataset_schema.json b/app/utils/dataset_schema.json index 457cc69..2d94ecb 100644 --- a/app/utils/dataset_schema.json +++ b/app/utils/dataset_schema.json @@ -19,6 +19,13 @@ "default": "", "pattern": "^(.*)$" }, + "longname": { + "$id": "#/properties/longname", + "type": "string", + "title": "The Longname Schema", + "default": "", + "pattern": "^(.+)$" + }, "n_obs": { "$id": "#/properties/n_obs", "type": "integer", |
