2 Star 5 Fork 0

DCloud/datacom

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
array.schema.json 1.04 KB
一键复制 编辑 原始数据 按行查看 历史
fxy060608 提交于 2020-12-09 19:14 . add selected
{
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "array",
"items": {
"type": "object",
"required": [
"value",
"text"
],
"properties": {
"value": {
"type": ["string", "number", "integer", "boolean", "null"],
"description": "数组选项的值域(必选)"
},
"text": {
"type": "string",
"description": "数组选项的文本说明(必选)"
},
"group": {
"type": "string",
"description": "数组选项分组标识(可选)"
},
"selected": {
"type": "boolean",
"description": "是否选中当前数组选项(可选),默认 false"
},
"disabled": {
"type": "boolean",
"description": "是否禁用当前数组选项(可选),默认 false,不禁用"
}
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/dcloud/datacom.git
git@gitee.com:dcloud/datacom.git
dcloud
datacom
datacom
master

搜索帮助