Skip to content

Instantly share code, notes, and snippets.

@tbarisic
Last active February 6, 2017 10:22
Show Gist options
  • Save tbarisic/4f60030ca06373e46e789f3cabd1a9f7 to your computer and use it in GitHub Desktop.
Save tbarisic/4f60030ca06373e46e789f3cabd1a9f7 to your computer and use it in GitHub Desktop.
{
"data": {
"type": "recipes",
"attributes": {
"totalTime": 200,
"processingTime": 100,
"preparationTime": 100,
"processingMethod": "Raw",
"visibility": "e0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11",
"source": "d0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11",
"type": "c0eebc99-9c0b-4ef8-bb6d-6bb9bd380a11",
"country": "HR"
},
"relationships": {
"device": {
"data": {"id": "d5ec6b75-ca0d-4c83-9c6a-85645e11cbcd", "type": "devices"}
},
"coverImage": {
"data": {"id": "69ca5e25-9318-4c38-83fb-87bf97e206c4", "type": "media"}
},
"ingredientOverviewImage": {
"data": {"id": "74a2f013-294b-40be-ae55-b5fd73388458", "type": "media"}
},
"equipmentOverviewImage": {
"data": {"id": "4b8ec2d4-d014-4cb3-9f48-5cb30d145a2e", "type": "media"}
},
"tags": {
"data": [
{"id": "9dc144b8-a670-4986-bf86-5080d1104e50", "type": "tags"},
{"id": "5ef8a560-9a5d-4c3e-af65-da3ea9b60d7b", "type": "tags"}
]
},
"recipeTranslations": {
"data": [
{
"type": "recipeTranslations",
"attributes": {
"language": "en",
"title": "Malaysian potato fritters",
"shortDescription": "Fritters made of potato"
}
}
]
},
"recipeIngredients": {
"data": [
{
"type": "recipeIngredients",
"attributes": {
"amount": 5
},
"relationships": {
"food": {
"data": {
"id": "1350",
"type": "food"
}
},
"serving": {
"data": {
"id": "50030",
"type": "serving"
}
}
}
}
]
},
"processingSteps": {
"data": [
{
"type": "processingStep",
"attributes": {
"order": 1,
"duration": 23,
"stepType": "a1eebc99-9c0b-4ef8-bb6d-6bb9bd380a11",
"temperatureC": 230.1,
"temperatureF": 230.2,
"processingMethod": "a1debc99-9c0b-4ef8-bb6d-6bb9bd380a11"
},
"relationships": {
"stepImage": {
"data": {"id": "69ca5e25-9318-4c38-83fb-87bf97e206c4", "type": "media"}
},
"processingStepTranslations": {
"data": [
{
"type": "processingStepTranslations",
"attributes": {
"language": "de_DE",
"description": "This is a processing step"
}
}
]
}
}
}
]
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment