{
"schema": {
"type": "object",
"properties": {
"condition": {
"title": "是否渲染",
"type": "boolean",
"default": true
},
"value": {
"title": "绑定值",
"type": "string"
},
"placeholder": {
"title": "输入框占位文本",
"type": "object",
"default": {
"type": "i18n",
"zh_CN": "占位文本",
"en_US": "placeholder",
"key": ""
}
}
}
}
}