Skip to content

Instantly share code, notes, and snippets.

@elf-pavlik
Created June 24, 2014 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save elf-pavlik/f26562c3c1719bf06273 to your computer and use it in GitHub Desktop.
Save elf-pavlik/f26562c3c1719bf06273 to your computer and use it in GitHub Desktop.
{
"@id": "https://example.net/jane/assets/231231",
"@type": "IndividualProduct",
"model": {
"@id": "http://fairphone.com/v1",
"@type": "ProductModel",
"name": "Fairphone V1"
},
"potentialAction": [
{
"@type": "GiveAction",
"object": "https://example.net/jane/assets/231231"
},
{
"@type": "BorrowAction",
"object": "https://example.net/jane/assets/231231"
},
{
"@type": "UseAction",
"object": "https://example.net/jane/assets/231231"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment