Updated
This commit is contained in:
@@ -3,8 +3,9 @@
|
||||
"additionalProperties": false,
|
||||
"description": "The function set_lore",
|
||||
"title": "Set Lore",
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"function": { "type": "string", "const": "set_lore", "description": "UNDOCUMENTATED", "title": "TODO Title" },
|
||||
"lore": { "type": "array", "items": { "type": "string" }, "description": "UNDOCUMENTATED", "title": "TODO Title" }
|
||||
"function": { "type": "string", "const": "set_lore", "description": "UNDOCUMENTATED", "title": "Function" },
|
||||
"lore": { "type": "array", "items": { "type": "string" }, "description": "UNDOCUMENTATED", "title": "Lore" }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user