add a markdown source field to recipe

This commit is contained in:
Emi Vasilek 2023-11-21 03:12:41 +01:00
parent cb541423c7
commit 247fd37560
4 changed files with 41 additions and 1 deletions

View file

@ -8,6 +8,7 @@
"additionalProperties": false,
"properties": {
"title": { "type": "string" },
"source": { "type": "string" },
"ingredients": {
"type": "array",
"items": {