From 4969d86d25a3b2245c279b59fc6fe5a6d41378bc Mon Sep 17 00:00:00 2001 From: Lyuba Zehl Date: Tue, 20 Jun 2023 18:01:49 +0200 Subject: [PATCH 1/2] Update softwareVersion.schema.tpl.json --- schemas/products/softwareVersion.schema.tpl.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/schemas/products/softwareVersion.schema.tpl.json b/schemas/products/softwareVersion.schema.tpl.json index 7abdfd55..c3ed1ef1 100644 --- a/schemas/products/softwareVersion.schema.tpl.json +++ b/schemas/products/softwareVersion.schema.tpl.json @@ -144,6 +144,17 @@ "items": { "type": "string" } - } + }, + "supportedConstruct":{ + "type": "array", + "minItems": 1, + "uniqueItems": true, + "_instruction": "Add all constructs (e.g., brain atlas version or model version) that are supported by this software version.", + "_linkedTypes": [ + "https://openminds.ebrains.eu/core/ModelVersion", + "https://openminds.ebrains.eu/sands/BrainAtlasVersion", + "https://openminds.ebrains.eu/sands/CommonCoordinateSpaceVersion" + ] + } } } From 238b2c298369171bbccdca85c8dc5e274cc39986 Mon Sep 17 00:00:00 2001 From: Lyuba Zehl Date: Wed, 16 Oct 2024 13:14:08 +0200 Subject: [PATCH 2/2] Update softwareVersion.schema.tpl.json --- .../products/softwareVersion.schema.tpl.json | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) diff --git a/schemas/products/softwareVersion.schema.tpl.json b/schemas/products/softwareVersion.schema.tpl.json index c3ed1ef1..1ab3ed99 100644 --- a/schemas/products/softwareVersion.schema.tpl.json +++ b/schemas/products/softwareVersion.schema.tpl.json @@ -64,7 +64,10 @@ "uniqueItems": true, "_instruction": "Add all software versions that supplement this software version.", "_linkedTypes": [ - "https://openminds.ebrains.eu/core/SoftwareVersion" + "https://openminds.ebrains.eu/core/ModelVersion", + "https://openminds.ebrains.eu/core/SoftwareVersion", + "https://openminds.ebrains.eu/sands/BrainAtlasVersion", + "https://openminds.ebrains.eu/sands/CommonCoordinateSpaceVersion" ] }, "inputFormat": { @@ -144,17 +147,6 @@ "items": { "type": "string" } - }, - "supportedConstruct":{ - "type": "array", - "minItems": 1, - "uniqueItems": true, - "_instruction": "Add all constructs (e.g., brain atlas version or model version) that are supported by this software version.", - "_linkedTypes": [ - "https://openminds.ebrains.eu/core/ModelVersion", - "https://openminds.ebrains.eu/sands/BrainAtlasVersion", - "https://openminds.ebrains.eu/sands/CommonCoordinateSpaceVersion" - ] - } + } } }