24 lines
486 B
JSON
24 lines
486 B
JSON
{
|
|
"tblname":"uapiio",
|
|
"params":{
|
|
"title":"API输入输出",
|
|
"description":"API的输入输出定义",
|
|
"sortby": "name",
|
|
"data_filter": {
|
|
"AND": [
|
|
{"field": "name", "op": "LIKE", "var": "name_input"},
|
|
{"field": "description", "op": "LIKE", "var": "description_input"}
|
|
]
|
|
},
|
|
"filter_labels": {
|
|
"name_input": "类型名",
|
|
"description_input": "类型说明"
|
|
},
|
|
"browserfields":{
|
|
"exclouded":["id"],
|
|
"alters":{}
|
|
},
|
|
"editexclouded":["id"]
|
|
}
|
|
}
|