mirror of
https://github.com/immich-app/immich.git
synced 2025-12-12 15:50:43 -08:00
fix(server): missing integer type (#20075)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user