rename parts to subrecipes

This commit is contained in:
Emi Vasilek 2023-11-06 07:41:55 +01:00
parent 6b31462d2c
commit 353aee80cb
3 changed files with 31 additions and 21 deletions

View file

@ -28,7 +28,7 @@
"type": "array",
"items": { "type": "string" }
},
"parts": {
"subrecipes": {
"type": "array",
"items": { "$ref": "/recipe.json" }
}