Fix limit.model response schema

`additionalProperties` is placed on the wrong level breaking
code generation while not being caught by any validation (sadly).

Change-Id: Id65ef40917c45daabff913923b4039d38f857cf5
This commit is contained in:
Artem Goncharov 2025-05-16 11:28:52 +02:00
parent d57db0fb3c
commit 3c17d3a1c4

View File

@ -305,8 +305,8 @@ limit_model_show_response_body: dict[str, Any] = {
"description": "The name of the enforcement model.",
},
},
},
"additionalProperties": False,
"additionalProperties": False,
}
},
"additionalProperties": False,
}