UNPKG

297 BJSONView Raw
1{
2 "type": "object",
3 "required": [
4 "organizationId",
5 "username",
6 "inviteToken"
7 ],
8 "properties": {
9 "organizationId": {
10 "type": "string"
11 },
12 "username": {
13 "type": "string"
14 },
15 "inviteToken": {
16 "type": "string",
17 "minLength": 1
18 }
19 }
20}