UNPKG

334 BJSONView Raw
1{
2 "$id": "alias",
3 "type": "object",
4 "required": [
5 "username",
6 "alias"
7 ],
8 "properties": {
9 "username": {
10 "type": "string",
11 "minLength": 1,
12 "maxLength": 64
13 },
14 "alias": {
15 "$ref": "common.json#/definitions/alias"
16 }
17 }
18}