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:
parent
d57db0fb3c
commit
3c17d3a1c4
@ -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,
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user