@wmfs/tymly-cardscript-plugin
Version:
Plugin which handles interactions to do with Cardscript
27 lines (26 loc) • 585 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, form, or progress"
},
"uiRefresh": {
"type": "integer",
"description": "If the uiType is progress, the suggest refresh time in seconds"
},
"dataPath": {
"type": "string",
"description": "Path to data"
},
"defaults": {
"type": "object",
"description": "Default values"
}
},
"required": []
}