From 2da7cc1cfd4a15cc657116d386ebc4ccebf59d5f Mon Sep 17 00:00:00 2001 From: LTLA Date: Mon, 26 Feb 2024 11:31:51 -0800 Subject: [PATCH] Mention that the description can be Markdown. --- schemas/bioconductor/v1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/bioconductor/v1.json b/schemas/bioconductor/v1.json index ed90979..2087bd7 100644 --- a/schemas/bioconductor/v1.json +++ b/schemas/bioconductor/v1.json @@ -12,7 +12,7 @@ "description": { "type": "string", - "description": "Description of the object.", + "description": "Description of the object. This can be interpreted as Markdown.", "_attributes": [ "free_text" ] },