36 lines
716 B
JSON
36 lines
716 B
JSON
{
|
|
"summary": [
|
|
{
|
|
"name": "mspcatelog",
|
|
"title": "服务目录",
|
|
"primary": [
|
|
"id"
|
|
]
|
|
}
|
|
],
|
|
"fields": [
|
|
{
|
|
"name": "id",
|
|
"title": "id",
|
|
"type": "str",
|
|
"length": 32
|
|
},
|
|
{
|
|
"name": "name",
|
|
"title": "目录名",
|
|
"type": "str",
|
|
"length": 200
|
|
},
|
|
{
|
|
"name": "description",
|
|
"title": "描述",
|
|
"type": "text"
|
|
},
|
|
{
|
|
"name": "parentid",
|
|
"title": "父目录id",
|
|
"type": "str",
|
|
"length": 32
|
|
}
|
|
]
|
|
} |