{
"@context": "http://schema.org",
"@type": "Recipe",
"name": "recipe_name",
"recipeIngredient": [
"ingredient_1",
"ingredient_2"
],
"description": "description",
"recipeInstructions": [
{
"@type": "HowToStep",
"text": "instruction_1"
},
{
"@type": "HowToStep",
"text": "instruction_2"
}
],
"author": {
"@type": "Person",
"name": "author_name"
}
}