oneOf -> anyOf
This commit is contained in:
@@ -64,7 +64,7 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "The event or commands to execute.",
|
"description": "The event or commands to execute.",
|
||||||
"title": "Commands",
|
"title": "Commands",
|
||||||
"oneOf": [
|
"anyOf": [
|
||||||
{ "pattern": "^@s .+$", "title": "Event" },
|
{ "pattern": "^@s .+$", "title": "Event" },
|
||||||
{ "pattern": "^/.+$", "title": "Command" },
|
{ "pattern": "^/.+$", "title": "Command" },
|
||||||
{ "pattern": "^.+;$", "title": "Molang" }
|
{ "pattern": "^.+;$", "title": "Molang" }
|
||||||
|
|||||||
Reference in New Issue
Block a user