clean up command schema format
This commit is contained in:
parent
baa8e51b3e
commit
9164150c06
@ -6,23 +6,23 @@
|
|||||||
"properties": {
|
"properties": {
|
||||||
"path": {
|
"path": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "command path",
|
"description": "command path",
|
||||||
"minLength": 1
|
"minLength": 1
|
||||||
},
|
},
|
||||||
"args": {
|
"args": {
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "list of command args",
|
"description": "list of command args",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"split": {
|
"split": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "split command line args by space"
|
"description": "split command line args by space"
|
||||||
},
|
},
|
||||||
"failonerror": {
|
"failonerror": {
|
||||||
"type": "boolean",
|
"type": "boolean",
|
||||||
"description": "Generate an error if the command fails",
|
"description": "Generate an error if the command fails",
|
||||||
"items": {
|
"items": {
|
||||||
"type": "string"
|
"type": "string"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user