39 lines
808 B
JSON
39 lines
808 B
JSON
{
|
|
"summary": [
|
|
{
|
|
"name": "uapiset",
|
|
"title": "API集",
|
|
"primary": [
|
|
"id"
|
|
],
|
|
"catelog": "entity"
|
|
}
|
|
],
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"title": "id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "name",
|
|
"title": "API集名称",
|
|
"type": "str",
|
|
"length": 200
|
|
},
|
|
{
|
|
"name": "description",
|
|
"title": "描述",
|
|
"type": "text",
|
|
"default": "0"
|
|
},
|
|
{
|
|
"name": "auth_apiname",
|
|
"title": "授权api名",
|
|
"type": "str",
|
|
"length": 200,
|
|
"nullable": "yes"
|
|
}
|
|
]
|
|
} |