Skip to content

Instantly share code, notes, and snippets.

@franckc
Last active August 31, 2018 19:21
Show Gist options
  • Save franckc/2c741ad71fdd0d04b9720289e46d5ee0 to your computer and use it in GitHub Desktop.
Save franckc/2c741ad71fdd0d04b9720289e46d5ee0 to your computer and use it in GitHub Desktop.
{
"schemaVersion": "1.0.0",
"listingId": "000-123-456",
"listingType": "unit",
"category": "ForSale",
"subCategory": "Mushrooms",
"language": "en-US",
"title": "my listing",
"description": "my description",
"expiry": "1996-12-19T16:39:57-08:00",
"media": [
{
"url": "ipfs://ddfsfsdsdsddf",
"contentType": "image/png",
"dimension": {
"height": 300,
"width": 600
}
},
{
"url": "ipfs://ddfsfsdsdsddf",
"contentType": "image/jpeg",
"dimension": {
"height": 300,
"width": 600
}
}
],
"unitsAvailable": 1,
"price": {
"currency": "ETH",
"amount": "200"
},
"commission": {
"currency": "OGN",
"amount": "10"
},
"securityDeposit": {
"currency": "ETH",
"amount": "100"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment