Skip to content

Commit bac682c

Browse files
authored
Merge pull request #530 from apdavison/model-entrypoint
Add an "entryPoint" property to ModelVersion as a way to improve specification of how to run simulations with a model
2 parents 7a0f47b + 63af7ba commit bac682c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

schemas/products/modelVersion.schema.tpl.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@
2222
"core:SWHID"
2323
]
2424
},
25+
"entryPoint": {
26+
"type": "string",
27+
"_instruction": "Add the entry point for this model version (for example, the path of the main script file within the repository)."
28+
},
2529
"format": {
2630
"type": "array",
2731
"minItems": 1,

0 commit comments

Comments
 (0)