UNPKG
qweb-client
Version:
latest (1.0.0)
1.0.0
qweb client.
qweb-client
/
schema
/
account.password.change.json
14 lines
•
265 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"info"
:
{
"title"
:
"账户信息编辑"
,
"author"
:
"Sophia"
,
"description"
:
"账户信息编辑"
,
"auth"
:
true
}
,
"request"
:
{
"type"
:
"string"
,
"pattern"
:
"^[0-9a-zA-Z]{6,16}$"
,
"description"
:
"新密码"
}
,
"response"
:
{
}
}