Last active
May 18, 2020 00:04
-
-
Save philhawksworth/4fcaa9bb6798390dcb8f6eb07717ecc7 to your computer and use it in GitHub Desktop.
Inventory data for API and UI demo
This file contains hidden or 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
{ | |
"prod-cat-outfit-pirate" : { "stock": 0 }, | |
"prod-cat-outfit-bunny" : { "stock": 500 }, | |
"prod-cat-outfit-lion" : { "stock": 7 }, | |
"prod-cat-book" : { "stock": 1000 } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment