Compare commits

...

1 commit
v2.0.1 ... main

Author SHA1 Message Date
4e41e5f1a1 Update api/v1/types.go 2024-06-28 18:59:13 +02:00

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"`