We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents db2e7d0 + b8f25bb commit 895fe0eCopy full SHA for 895fe0e
internal/model/v3/item.go
@@ -12,7 +12,7 @@ type Item struct {
12
Existence json.RawMessage `json:"existence" swaggertype:"object"`
13
SortID int `json:"sortId"`
14
Rarity int `json:"rarity"`
15
- Type string `json:"type"`
+ ItemType string `json:"type"`
16
Group null.String `json:"group,omitempty" swaggertype:"string"`
17
Sprite null.String `json:"sprite,omitempty" swaggertype:"string"`
18
Keywords json.RawMessage `json:"keywords,omitempty" swaggertype:"object"`
0 commit comments