From ff45354e34121d6a0ecdcb5450d9e9939eca8c70 Mon Sep 17 00:00:00 2001 From: Garrett Michael Flynn Date: Thu, 14 Sep 2023 10:30:46 -0700 Subject: [PATCH] Update schemas/json/dandi/upload.json Co-authored-by: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> --- schemas/json/dandi/upload.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/schemas/json/dandi/upload.json b/schemas/json/dandi/upload.json index 366e702e9..40f130e47 100644 --- a/schemas/json/dandi/upload.json +++ b/schemas/json/dandi/upload.json @@ -2,7 +2,7 @@ "properties": { "dandiset_id": { "type": "string", - "description": "The unique identifier for your dandiset. Will automatically determine whether to upload to the main or staging DANDI server." + "description": "The unique identifier for your dandiset. Will automatically determine whether to upload to the main DANDI archive or the development staging server." }, "cleanup": { "type": "boolean",