24 lines
645 B
JSON
Executable File
24 lines
645 B
JSON
Executable File
{
|
|
"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
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |