require: do not allow additional properties (#37174)
This commit is contained in:
parent
75bf6d665c
commit
97beb2658b
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
"oneOf": [
|
||||
{
|
||||
"type": "object",
|
||||
"additionalProperties": False,
|
||||
"properties": {
|
||||
"one_of": {"type": "array"},
|
||||
"any_of": {"type": "array"},
|
||||
|
|
Loading…
Reference in a new issue