require: do not allow additional properties (#37174)

This commit is contained in:
Harmen Stoppels
2023-04-25 11:52:51 +02:00
committed by GitHub
parent 75bf6d665c
commit 97beb2658b

View File

@@ -35,6 +35,7 @@
"oneOf": [
{
"type": "object",
"additionalProperties": False,
"properties": {
"one_of": {"type": "array"},
"any_of": {"type": "array"},