79 lines
1.4 KiB
JSON
79 lines
1.4 KiB
JSON
{
|
|
"summary": [
|
|
{
|
|
"name": "drag_template",
|
|
"title": "拖拽编程模板",
|
|
"primary": [
|
|
"id"
|
|
]
|
|
}
|
|
],
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"title": "模板ID",
|
|
"type": "str",
|
|
"length": 255,
|
|
"nullable": "no"
|
|
},
|
|
{
|
|
"name": "name",
|
|
"title": "模板名称",
|
|
"type": "str",
|
|
"length": 255,
|
|
"nullable": "no"
|
|
},
|
|
{
|
|
"name": "category",
|
|
"title": "模板分类",
|
|
"type": "str",
|
|
"length": 255,
|
|
"default": "通用"
|
|
},
|
|
{
|
|
"name": "description",
|
|
"title": "描述",
|
|
"type": "str",
|
|
"length": 255
|
|
},
|
|
{
|
|
"name": "blocks",
|
|
"title": "块列表 JSON",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"name": "connections",
|
|
"title": "连线列表 JSON",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"name": "created_at",
|
|
"title": "创建时间",
|
|
"type": "timestamp",
|
|
"nullable": "no"
|
|
},
|
|
{
|
|
"name": "updated_at",
|
|
"title": "更新时间",
|
|
"type": "timestamp",
|
|
"nullable": "no"
|
|
}
|
|
],
|
|
"indexes": [
|
|
{
|
|
"name": "idx_drag_template_name",
|
|
"idxtype": "index",
|
|
"idxfields": [
|
|
"name"
|
|
]
|
|
},
|
|
{
|
|
"name": "idx_drag_template_category",
|
|
"idxtype": "index",
|
|
"idxfields": [
|
|
"category"
|
|
]
|
|
}
|
|
],
|
|
"codes": []
|
|
} |