mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/jibo-cli.git
synced 2026-06-16 18:56:17 +00:00
17 lines
253 B
JSON
17 lines
253 B
JSON
|
|
{
|
||
|
|
"TestDebugBehavior": {
|
||
|
|
"type": "leaf",
|
||
|
|
"options": [
|
||
|
|
{
|
||
|
|
"type": "string",
|
||
|
|
"field": "text",
|
||
|
|
"description": "Debug text to log.",
|
||
|
|
"defaultValue": "null"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
"meta": {
|
||
|
|
"verison": 1
|
||
|
|
}
|
||
|
|
}
|