This commit is contained in:
DaanV2
2021-02-10 02:02:46 +01:00
parent 178be36f29
commit 9a2f8790c5
6 changed files with 41 additions and 36 deletions

View File

@@ -113,9 +113,7 @@
"type": "array",
"description": "Events, commands or transitions to preform on entry of this state",
"title": "On entry",
"items": {
"$ref": "#/definitions/commands"
}
"items": { "$ref": "#/definitions/commands" }
},
"on_exit": {
"type": "array",

View File

@@ -93,10 +93,7 @@
},
"additionalProperties": {
"oneOf": [
{
"type": "string",
"$ref": "#/definitions/commands"
},
{ "type": "string", "$ref": "#/definitions/commands" },
{
"type": "array",
"title": "Collection timelime items",