Update api/v1/types.go

main
Astra 2024-06-28 18:59:13 +02:00
parent b86e9d96cf
commit 4e41e5f1a1
1 changed files with 1 additions and 1 deletions

View File

@ -220,7 +220,7 @@ type File struct {
type PhotoLabel struct { type PhotoLabel struct {
PhotoID uint `json:"PhotoID"` PhotoID uint `json:"PhotoID"`
LabelID uint `json:"LabelID"` LabelID uint `json:"LabelID"`
LabelSrc string `json:"LabelSrc""` LabelSrc string `json:"LabelSrc"`
Uncertainty int `json:"Uncertainty"` Uncertainty int `json:"Uncertainty"`
Photo *Photo `json:"Photo"` Photo *Photo `json:"Photo"`
Label *Label `json:"Label"` Label *Label `json:"Label"`