Skip to content

Commit

Permalink
Merge pull request #535 from apdavison/model-config
Browse files Browse the repository at this point in the history
Add a "configuration" property to ModelVersion
  • Loading branch information
lzehl authored Feb 12, 2025
2 parents bac682c + 0ef416d commit ae1015a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions schemas/products/modelVersion.schema.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
"license"
],
"properties": {
"configuration": {
"_instruction": "Add the configuration information for this model version.",
"_linkedTypes": [
"https://openminds.ebrains.eu/core/Configuration",
"https://openminds.ebrains.eu/core/File",
"https://openminds.ebrains.eu/core/PropertyValueList",
"https://openminds.ebrains.eu/core/WebResource"
]
},
"developer": {
"type": "array",
"minItems": 1,
Expand Down

0 comments on commit ae1015a

Please sign in to comment.