Should instructions be an array instead?
Or maybe have an array with ingredients?
"ingredients": [ "4 apples", "3 diamonds", "a pinch of thyme"]
or
"ingredients": [{"name": "apples", "amount" : "4"}, {"name" : "diamonds", "amount" : "3"}, {"name" : "thyme", "amount" : "a pinch of"}]
:+1: on having an array with ingredients! I guess that could make sense for the instructions, too, but then perhaps we should rename it to steps or something.
It can still be named instructions but been an array instead
I think we should have both! One array for instructions and one for ingredients.
Two arrays sounds good! :+1: