add a markdown source field to recipe
This commit is contained in:
parent
cb541423c7
commit
247fd37560
4 changed files with 41 additions and 1 deletions
|
@ -8,6 +8,7 @@
|
|||
"additionalProperties": false,
|
||||
"properties": {
|
||||
"title": { "type": "string" },
|
||||
"source": { "type": "string" },
|
||||
"ingredients": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue