Skip to content

Instantly share code, notes, and snippets.

@fumi
Created October 19, 2019 21:24
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 fumi/7804b24633f92151080391aeabf3840f to your computer and use it in GitHub Desktop.
Save fumi/7804b24633f92151080391aeabf3840f to your computer and use it in GitHub Desktop.
recipe
{
"@context": [
"https://schema.org/docs/jsonldcontext.json",
{
"@vocab": "http://json2ld.mapper.tokyo/ns/",
"json2ld": "http://json2ld.mapper.tokyo/ns/",
"name": {
"@id": "schema:name"
},
"ingredient": {
"@id": "schema:recipeIngredient"
},
"yield": {
"@id": "schema:yield"
},
"instructions": {
"@id": "json2ld:instructions"
},
"step": {
"@id": "schema:step"
},
"description": {
"@id": "schema:description"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment