mirror of
https://github.com/vale981/ray
synced 2025-03-06 18:41:40 -05:00
set additional_properties to false (#14244)
This commit is contained in:
parent
49c901e33d
commit
54ab6d2801
1 changed files with 2 additions and 1 deletions
|
@ -368,7 +368,8 @@
|
||||||
"type": "array",
|
"type": "array",
|
||||||
"description": "analogous to head_run_options, merged with the global docker run_options."
|
"description": "analogous to head_run_options, merged with the global docker run_options."
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"additionalProperties": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"additionalProperties": false
|
"additionalProperties": false
|
||||||
|
|
Loading…
Add table
Reference in a new issue