fix: array-max-length (#19562)

This commit is contained in:
Jason Rasmussen
2025-06-26 15:41:48 -04:00
committed by GitHub
parent 3105094a3d
commit 6fed223405
3 changed files with 87 additions and 3 deletions
+1 -1
View File
@@ -13425,9 +13425,9 @@
"properties": {
"acks": {
"items": {
"maxLength": 1000,
"type": "string"
},
"maxItems": 1000,
"type": "array"
}
},