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