UNPKG

234 BJSONView Raw
1{
2 "$id": "remove",
3 "type": "object",
4 "required": [
5 "username"
6 ],
7 "properties": {
8 "username": {
9 "type": "string",
10 "minLength": 3,
11 "maxLength": 50
12 }
13 }
14}
\No newline at end of file