```go Tags []Tag `json:"tags" example:"cute" doc:"Tags for the pet"` ``` should be ```go Tags []Tag `json:"tags" example:["cute"] doc:"Tags for the pet"` ```