mirror of
https://github.com/wassname/ray.git
synced 2026-07-01 03:42:52 +08:00
Fix command config portion of project schema (#8057)
This commit is contained in:
@@ -150,18 +150,15 @@
|
||||
}
|
||||
},
|
||||
"config": {
|
||||
"description": "Configuration options for the command",
|
||||
"type": "object",
|
||||
"items": {
|
||||
"description": "Configuration options for the command",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"tmux": {
|
||||
"description": "If true, the command will be run inside of tmux",
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
"properties": {
|
||||
"tmux": {
|
||||
"description": "If true, the command will be run inside of tmux",
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
@@ -171,7 +168,12 @@
|
||||
"additionalProperties": false
|
||||
}
|
||||
},
|
||||
"output_files": {}
|
||||
"output_files": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"name",
|
||||
|
||||
Reference in New Issue
Block a user