Skip to content

Commit

Permalink
Merge pull request #530 from apdavison/model-entrypoint
Browse files Browse the repository at this point in the history
Add an "entryPoint" property to ModelVersion as a way to improve specification of how to run simulations with a model
  • Loading branch information
lzehl authored Feb 3, 2025
2 parents 7a0f47b + 63af7ba commit bac682c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schemas/products/modelVersion.schema.tpl.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
"core:SWHID"
]
},
"entryPoint": {
"type": "string",
"_instruction": "Add the entry point for this model version (for example, the path of the main script file within the repository)."
},
"format": {
"type": "array",
"minItems": 1,
Expand Down

0 comments on commit bac682c

Please sign in to comment.