UNDOCUMENTATED description, or needs to be filled in

This commit is contained in:
DaanV2
2021-06-09 09:40:37 +02:00
parent c4174e2457
commit 0bff0baa33
156 changed files with 481 additions and 465 deletions

View File

@@ -4,11 +4,11 @@
"description": "The function looting_enchant",
"title": "Looting Enchant",
"properties": {
"function": { "type": "string", "const": "looting_enchant", "description": "TODO description", "title": "TODO Title" },
"function": { "type": "string", "const": "looting_enchant", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"count": {
"type": "object",
"properties": { "min": { "type": "integer" }, "max": { "type": "integer" } },
"description": "TODO description",
"description": "UNDOCUMENTATED",
"title": "TODO Title",
"additionalProperties": false
}