require: do not allow additional properties (#37174)
This commit is contained in:
parent
75bf6d665c
commit
97beb2658b
@ -35,6 +35,7 @@
|
|||||||
"oneOf": [
|
"oneOf": [
|
||||||
{
|
{
|
||||||
"type": "object",
|
"type": "object",
|
||||||
|
"additionalProperties": False,
|
||||||
"properties": {
|
"properties": {
|
||||||
"one_of": {"type": "array"},
|
"one_of": {"type": "array"},
|
||||||
"any_of": {"type": "array"},
|
"any_of": {"type": "array"},
|
||||||
|
Loading…
Reference in New Issue
Block a user