feat: support multiple rate limits

This commit is contained in:
Xin Lin
2026-02-09 17:56:05 -08:00
parent f101300dba
commit 5d24c10bfe
36 changed files with 1432 additions and 166 deletions

View File

@@ -3456,6 +3456,18 @@
}
]
},
"limit_id": {
"type": [
"string",
"null"
]
},
"limit_name": {
"type": [
"string",
"null"
]
},
"plan_type": {
"anyOf": [
{