Skip to content

Commit 0e7db50

Browse files
committed
Add achievement image links
1 parent 2b76f4d commit 0e7db50

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

schema-static.mjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ type Achievement {
4343
Lowercase, standardized version of the rarity field used for consistent sorting and filtering (e.g., "common", "rare", "legendary").
4444
"""
4545
normalizedRarity: String
46+
"""
47+
URL to the achievement's image.
48+
"""
49+
imageLink: String
4650
}
4751
4852
type Ammo {

0 commit comments

Comments
 (0)