{
	"title":"Some delicious food",
	"portions": 4,
	"url":"https://example.org",
	"steps":[
		{
			"text":"Prepare vegetables.",
			"ingredients":[
				{"type":"carrot", "amount":"3 pieces"},
				{"type":"tomato", "amount":250}
			]
		},
		{
			"text":"Cook those vegetables",
			"ingredients":[
				{"type":"water", "amount":null},
				{"type":"salt", "amount":null}
			]
		}
	]
}