UNPKG

qweb-client

Version:

qweb client.

36 lines 703 B
{ "info": { "title": "机构及子机构列表", "author": "Leon", "description": "列出当前机构及子机构,仅机构账号可用", "auth": true }, "request": {}, "response": { "type": "object", "properties": { "id": { "type": "string", "pattern": "^[A-Za-z0-9]{32}$", "description": "机构ID" }, "name": { "type": "string", "pattern": "^.{1,20}$", "description": "机构名称" }, "subs": { "type": "array", "items": { "$ref": "#" } } }, "additionalProperties": false, "required": [ "id", "name", "subs" ] } }