Skip to content

Commit ae1015a

Browse files
authored
Merge pull request #535 from apdavison/model-config
Add a "configuration" property to ModelVersion
2 parents bac682c + 0ef416d commit ae1015a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

schemas/products/modelVersion.schema.tpl.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
"license"
77
],
88
"properties": {
9+
"configuration": {
10+
"_instruction": "Add the configuration information for this model version.",
11+
"_linkedTypes": [
12+
"https://openminds.ebrains.eu/core/Configuration",
13+
"https://openminds.ebrains.eu/core/File",
14+
"https://openminds.ebrains.eu/core/PropertyValueList",
15+
"https://openminds.ebrains.eu/core/WebResource"
16+
]
17+
},
918
"developer": {
1019
"type": "array",
1120
"minItems": 1,

0 commit comments

Comments
 (0)