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,7 +4,7 @@
"description": "The function enchant_with_levels",
"title": "Enchant With Levels",
"properties": {
"function": { "type": "string", "const": "enchant_with_levels", "description": "TODO description", "title": "TODO Title" },
"function": { "type": "string", "const": "enchant_with_levels", "description": "UNDOCUMENTATED", "title": "TODO Title" },
"levels": {
"title": "Levels",
"oneOf": [
@@ -16,8 +16,8 @@
"properties": { "min": { "type": "integer", "title": "Minimum" }, "max": { "type": "integer", "title": "Maximum" } }
}
],
"description": "TODO description"
"description": "UNDOCUMENTATED"
},
"treasure": { "type": "boolean", "title": "Treasure", "description": "TODO description" }
"treasure": { "type": "boolean", "title": "Treasure", "description": "UNDOCUMENTATED" }
}
}