Version 1.0.0 Tentative

This commit is contained in:
Benjamin Toby
2023-10-29 11:49:04 +01:00
parent 05f380f691
commit 50472dc67f
6 changed files with 194 additions and 35 deletions
+11 -1
View File
@@ -3,7 +3,17 @@
"type": "object",
"properties": {
"start": {
"type": "string"
"anyOf": [
{
"type": "array",
"items": {
"type": "string"
}
},
{
"type": "string"
}
]
},
"preflight": {
"anyOf": [