初始化代码
This commit is contained in:
24
Schema/AdminAuthAuthRequest.json
Normal file
24
Schema/AdminAuthAuthRequest.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"user": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"account": {
|
||||
"type": "string",
|
||||
"format": "regex",
|
||||
"pattern": "\/^[a-z0-9]+$\/i",
|
||||
"minLength": 0,
|
||||
"maxLength": 15
|
||||
},
|
||||
"passwd": {
|
||||
"type": "string",
|
||||
"format": "regex",
|
||||
"pattern": "\/^[a-z0-9]+$\/i",
|
||||
"minLength": 0,
|
||||
"maxLength": 32
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user