This commit is contained in:
DaanV2
2021-06-09 11:12:18 +02:00
parent ada0815fa6
commit 13dad248b8
76 changed files with 351 additions and 327 deletions

View File

@@ -77,19 +77,19 @@
"type": "string",
"description": "An item that can be used to get the entity into the `love` state",
"$ref": "../../../../general/item/identifier.json",
"title": "TODO Title"
"title": "Breed Item"
}
},
{ "type": "string", "$ref": "../../../../general/item/identifier.json", "title": "TODO Title" }
{ "type": "string", "$ref": "../../../../general/item/identifier.json" }
]
},
"breeds_with": {
"description": "The list of entity definitions that this entity can breed with.",
"title": "Breeds With",
"oneOf": [
{ "type": "object", "$ref": "#/definitions/breeds_with_spec" },
{ "uniqueItems": true, "type": "array", "items": { "type": "object", "$ref": "#/definitions/breeds_with_spec" } }
],
"title": "TODO Title"
]
},
"deny_parents_variant": {
"type": "object",