public release 4.2.0 - see README.md and CHANGES.md for details
This commit is contained in:
16
pmsco/schema/runfile.schema.json
Normal file
16
pmsco/schema/runfile.schema.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"$schema": "https://json-schema.org/draft/2020-12/schema",
|
||||
"$id": "file:runfile.schema.json",
|
||||
"title": "PMSCO Runfile",
|
||||
"description": "PMSCO Runfile",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"schedule": {
|
||||
"$ref": "file:schedule.schema.json"
|
||||
},
|
||||
"project": {
|
||||
"$ref": "file:project.schema.json"
|
||||
}
|
||||
},
|
||||
"required": ["project"]
|
||||
}
|
||||
Reference in New Issue
Block a user