mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix(server): missing integer type (#20075)
This commit is contained in:
parent
166452640d
commit
496b0c7076
3 changed files with 24 additions and 18 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue