From 8e44f609536c66cb854c7eef235303a2a243f829 Mon Sep 17 00:00:00 2001 From: Ulrike Schlegel <54898984+UlrikeS91@users.noreply.github.com> Date: Mon, 15 Apr 2024 15:00:41 +0200 Subject: [PATCH] Make license optional for BrainAtlasVersion This is needed to make it possible to reigster the Paxinos and Watson atlas. It has a copyright, so it does not have a license. --- schemas/atlas/brainAtlasVersion.schema.tpl.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/schemas/atlas/brainAtlasVersion.schema.tpl.json b/schemas/atlas/brainAtlasVersion.schema.tpl.json index e0f1f6dd0..3a2f5bc5a 100644 --- a/schemas/atlas/brainAtlasVersion.schema.tpl.json +++ b/schemas/atlas/brainAtlasVersion.schema.tpl.json @@ -3,8 +3,7 @@ "_extends": "/core/schemas/products/researchProductVersion.schema.tpl.json", "required": [ "coordinateSpace", - "hasTerminology", - "license" + "hasTerminology" ], "properties": { "abbreviation": {