Merge "Fix limit.model response schema"

This commit is contained in:
Zuul 2025-05-16 19:09:20 +00:00 committed by Gerrit Code Review
commit 4e014d79f0

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,
}