Updated titles

This commit is contained in:
DaanV2
2021-07-01 16:32:59 +02:00
parent 0b1527e81a
commit bd92fde1b8
30 changed files with 132 additions and 124 deletions

View File

@@ -42,19 +42,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"
]
},
"causes_pregnancy": {
"type": "boolean",