Version 1.0.0 Tentative
This commit is contained in:
@@ -3,7 +3,17 @@
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"start": {
|
||||
"type": "string"
|
||||
"anyOf": [
|
||||
{
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "string"
|
||||
}
|
||||
]
|
||||
},
|
||||
"preflight": {
|
||||
"anyOf": [
|
||||
|
||||
Reference in New Issue
Block a user