fix(server): missing integer type (#20075)

This commit is contained in:
Daimolean 2025-07-22 17:29:14 +08:00 committed by GitHub
parent 166452640d
commit 496b0c7076
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 24 additions and 18 deletions

View file

@ -13805,25 +13805,25 @@
"type": "string"
},
"boundingBoxX1": {
"type": "number"
"type": "integer"
},
"boundingBoxX2": {
"type": "number"
"type": "integer"
},
"boundingBoxY1": {
"type": "number"
"type": "integer"
},
"boundingBoxY2": {
"type": "number"
"type": "integer"
},
"id": {
"type": "string"
},
"imageHeight": {
"type": "number"
"type": "integer"
},
"imageWidth": {
"type": "number"
"type": "integer"
},
"personId": {
"nullable": true,