@wmfs/tymly
Version:
A framework for building and sharing workflows in Node.js
22 lines • 436 B
JSON
{
"type": "object",
"properties": {
"uiName": {
"type": "string",
"description": "Name of the UI board or form"
},
"uiType": {
"type": "string",
"description": "Type of UI, either board or form"
},
"dataPath": {
"type": "string",
"description": "Path to data"
},
"defaults": {
"type": "object",
"description": "Default values"
}
},
"required": []
}