From 5d261f7704da59576c8a3b796fe5c0904bcdd9ef Mon Sep 17 00:00:00 2001 From: Yaroslav Halchenko Date: Tue, 24 Oct 2023 11:43:25 -0400 Subject: [PATCH] Adjust description of the releaseNotes --- dandischema/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dandischema/models.py b/dandischema/models.py index 3191003..f2e2f31 100644 --- a/dandischema/models.py +++ b/dandischema/models.py @@ -1486,7 +1486,7 @@ class PublishedDandiset(Dandiset, Publishable): ) releaseNotes: Optional[str] = Field( None, - description="User notes for describing the release", + description="The description of the release", nskey="schema", )