From 0ddd9cbec5355c9a6fc13aeb01064816c6d3424c Mon Sep 17 00:00:00 2001 From: odscjen Date: Thu, 24 Aug 2023 15:17:22 +0100 Subject: [PATCH] update dataset id description --- schema/rdls_schema.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schema/rdls_schema.json b/schema/rdls_schema.json index 0c03cbb..792939c 100644 --- a/schema/rdls_schema.json +++ b/schema/rdls_schema.json @@ -19,7 +19,7 @@ "id": { "title": "Identifier", "type": "string", - "description": "A unique identifier for the dataset. Use of an HTTP URI is recommended.", + "description": "A unique identifier for the dataset. Consult the [dataset identifier guidance](https://rdl-standard.readthedocs.io/en/dev/guides/metadata/#how-to-publish-rdls-metadata) for details on assigning a unique dataset id.", "minLength": 1 }, "title": {