17 lines
413 B
JSON
17 lines
413 B
JSON
{
|
|
"type": "object",
|
|
"properties": {
|
|
"user": {
|
|
"type": "object",
|
|
"properties": {
|
|
"account": {
|
|
"type": "string",
|
|
"format": "regex",
|
|
"pattern": "/^[a-z0-9]+$/i",
|
|
"minLength": 0,
|
|
"maxLength": 9223372036854775807
|
|
}
|
|
}
|
|
}
|
|
}
|
|
} |