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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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