Skip to content

Commit 8e44f60

Browse files
authored
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.
1 parent 3a54291 commit 8e44f60

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

schemas/atlas/brainAtlasVersion.schema.tpl.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"_extends": "/core/schemas/products/researchProductVersion.schema.tpl.json",
44
"required": [
55
"coordinateSpace",
6-
"hasTerminology",
7-
"license"
6+
"hasTerminology"
87
],
98
"properties": {
109
"abbreviation": {

0 commit comments

Comments
 (0)