74 lines
1.6 KiB
JSON
74 lines
1.6 KiB
JSON
{
|
|
"summary": [
|
|
{
|
|
"name": "uptask",
|
|
"title": "上游任务",
|
|
"primary": [
|
|
"id"
|
|
],
|
|
"catelog": "entity"
|
|
}
|
|
],
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"title": "id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "userid",
|
|
"title": "用户id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "executor_taskid",
|
|
"title": "执行方任务id",
|
|
"type": "str",
|
|
"length": 64
|
|
},
|
|
{
|
|
"name": "convert_func_name",
|
|
"title": "响应转换函数名",
|
|
"type": "str",
|
|
"length": 128
|
|
},
|
|
{
|
|
"name": "local_bizid",
|
|
"title": "本地业务id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "status",
|
|
"title": "状态",
|
|
"type": "str",
|
|
"length": 24
|
|
},
|
|
{
|
|
"name": "response_data",
|
|
"title": "相应数据",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"name": "start_timestamp",
|
|
"title": "开始时间",
|
|
"type": "time"
|
|
},
|
|
{
|
|
"name": "end_timestamp",
|
|
"title": "结束时间",
|
|
"type": "time"
|
|
}
|
|
],
|
|
"indexes": [
|
|
{
|
|
"name": "idx1",
|
|
"idxtype": "unique",
|
|
"idxfields": [
|
|
"executor_taskid"
|
|
]
|
|
}
|
|
]
|
|
} |