Updated titles
This commit is contained in:
@@ -3,16 +3,19 @@
|
||||
"additionalProperties": false,
|
||||
"description": "The function enchant_with_levels",
|
||||
"title": "Enchant With Levels",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": {
|
||||
"type": "string",
|
||||
"const": "enchant_with_levels",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"title": "TODO Title"
|
||||
"title": "Function"
|
||||
},
|
||||
"levels": {
|
||||
"title": "Levels",
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED",
|
||||
"oneOf": [
|
||||
{ "type": "integer" },
|
||||
{
|
||||
@@ -21,9 +24,7 @@
|
||||
"required": ["min", "max"],
|
||||
"properties": { "min": { "type": "integer", "title": "Minimum" }, "max": { "type": "integer", "title": "Maximum" } }
|
||||
}
|
||||
],
|
||||
"description": "UNDOCUMENTED",
|
||||
"$comment": "UNDOCUMENTED"
|
||||
]
|
||||
},
|
||||
"treasure": { "type": "boolean", "title": "Treasure", "description": "UNDOCUMENTED", "$comment": "UNDOCUMENTED" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user