UNPKG

465 BJSONView Raw
1{
2 "$id": "getInternalData",
3 "type": "object",
4 "required": [
5 "username"
6 ],
7 "properties": {
8 "username": {
9 "type": "string",
10 "minLength": 3,
11 "maxLength": 50
12 },
13 "fields": {
14 "type": "array",
15 "minItems": 1,
16 "items": {
17 "type": "string",
18 "minLength": 1,
19 "maxLength": 50
20 }
21 }
22 }
23}
\No newline at end of file