Skip to content

Instantly share code, notes, and snippets.

@fabianekc
Created January 25, 2023 23:40
Show Gist options
  • Save fabianekc/e42ba788952a5598f27dc6385015a226 to your computer and use it in GitHub Desktop.
Save fabianekc/e42ba788952a5598f27dc6385015a226 to your computer and use it in GitHub Desktop.
{
"@context": {
"@version": 1.1,
"@vocab": "https://soya.ownyourdata.eu/MarketMaker/"
},
"@graph": [
{
"@type": "MarketMaker",
"marketmaker_did": "asdf",
"shop_did": "asdf",
"good_did": "asdf",
"jar_id": "1",
"sold_at": "2023-01-20",
"price": 8,
"weight": 500
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment