Files
jibo-cli/templates/asset-pack-template/schemas/test-debug-behavior.json

17 lines
253 B
JSON

{
"TestDebugBehavior": {
"type": "leaf",
"options": [
{
"type": "string",
"field": "text",
"description": "Debug text to log.",
"defaultValue": "null"
}
]
},
"meta": {
"verison": 1
}
}