fix(build): Add action messages to app schema

This commit is contained in:
SamTolmay 2021-02-16 14:45:01 +02:00
parent 6c2b4d0b42
commit 2aff1cbf3a

View File

@ -345,18 +345,7 @@
"type": "Action \"type\" should be a string."
}
},
"success": {
"type": "string",
"errorMessage": {
"type": "Action \"success\" should be a string."
}
},
"error": {
"type": "string",
"errorMessage": {
"type": "Action \"error\" should be a string."
}
},
"messages": {},
"skip": {},
"params": {}
},