This repository was archived by the owner on Feb 24, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
071ae1a
commit 84008bb
Showing
1 changed file
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
{ | ||
"inventory": [ | ||
{ | ||
"name": "+5 Dexterity Vest", | ||
"sellIn": 10, | ||
"quality": 20 | ||
}, | ||
{ | ||
"name": "+5 Dexterity Vest", | ||
"sellIn": 10, | ||
"quality": 20 | ||
}, | ||
{ | ||
"name": "+5 Dexterity Vest", | ||
"sellIn": 10, | ||
"quality": 20 | ||
}, | ||
{ | ||
"name": "+5 Dexterity Vest", | ||
"sellIn": 10, | ||
"quality": 20 | ||
}, | ||
{ | ||
"name": "Aged Brie", | ||
"sellIn": 2, | ||
"quality": 0 | ||
}, | ||
{ | ||
"name": "Aged Brie", | ||
"sellIn": 2, | ||
"quality": 0 | ||
}, | ||
{ | ||
"name": "Aged Brie", | ||
"sellIn": 2, | ||
"quality": 0 | ||
}, | ||
{ | ||
"name": "Sulfuras, Hand of Ragnaros", | ||
"sellIn": 0, | ||
"quality": 80 | ||
}, | ||
{ | ||
"name": "Backstage passes to a TAFKAL80ETC concert", | ||
"sellIn": 15, | ||
"quality": 20 | ||
}, | ||
{ | ||
"name": "Conjured Mana Cake", | ||
"sellIn": 3, | ||
"quality": 6 | ||
} | ||
] | ||
} |