Replaced undocumented

This commit is contained in:
DaanV2
2021-06-16 16:19:12 +02:00
parent 8a6f695326
commit 9036e74f6e
376 changed files with 1410 additions and 1437 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": "UNDOCUMENTATED", "title": "TODO Title" },
"function": { "type": "string", "const": "enchant_with_levels", "description": "UNDOCUMENTED", "title": "TODO Title" },
"levels": {
"title": "Levels",
"oneOf": [
@@ -16,8 +16,8 @@
"properties": { "min": { "type": "integer", "title": "Minimum" }, "max": { "type": "integer", "title": "Maximum" } }
}
],
"description": "UNDOCUMENTATED"
"description": "UNDOCUMENTED"
},
"treasure": { "type": "boolean", "title": "Treasure", "description": "UNDOCUMENTATED" }
"treasure": { "type": "boolean", "title": "Treasure", "description": "UNDOCUMENTED" }
}
}