oneOf -> anyOf

This commit is contained in:
DaanV2
2023-07-16 10:24:54 +02:00
parent 34def4933d
commit df8feeef59

View File

@@ -64,7 +64,7 @@
"type": "string",
"description": "The event or commands to execute.",
"title": "Commands",
"oneOf": [
"anyOf": [
{ "pattern": "^@s .+$", "title": "Event" },
{ "pattern": "^/.+$", "title": "Command" },
{ "pattern": "^.+;$", "title": "Molang" }