Created
August 4, 2016 14:27
-
-
Save adammcarth/fe5795b36b81c803a4ba827aa836b936 to your computer and use it in GitHub Desktop.
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
[{ | |
"userId": "", | |
"email": "", | |
"pin": "", | |
"recordList": [ | |
{ | |
"type": "discogs", | |
"id": "<discogs_id>" | |
}, | |
{ | |
"type": "someOtherService", | |
"id": "", | |
"options": { | |
"notes": "Becky is currently borrowing this from me." | |
} | |
}, | |
{ | |
"type": "custom", | |
"options": { | |
"artist": "Flight Facilities", | |
"title": "Down To Earth", | |
"release": "LP", | |
"type": "Limited Edition (Whi)" | |
} | |
}, | |
... | |
], | |
"grabList": [ | |
... | |
] | |
}, | |
{ | |
... | |
}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment