Adding dots to description

This commit is contained in:
DaanV2
2022-07-22 19:41:04 +02:00
parent 61327eac6e
commit 8b3778de6d
457 changed files with 2337 additions and 2406 deletions

View File

@@ -6,11 +6,11 @@
"description": "Defines an entity's behavior for having items equipped to it.",
"properties": {
"slots": {
"description": "List of slots and the item that can be equipped",
"description": "List of slots and the item that can be equipped.",
"type": "array",
"title": "Slots",
"items": {
"description": "A slot and the item that can be equipped",
"description": "A slot and the item that can be equipped.",
"title": "Slots",
"type": "object",
"properties": {
@@ -26,7 +26,7 @@
"title": "Accepted Items",
"items": {
"type": "string",
"description": "A item name",
"description": "A item name.",
"$ref": "../../../../general/item/identifier.json",
"title": "Accepted Items"
}