UNPKG

205 BJSONView Raw
1{
2 "type": "object",
3 "required": [
4 "organizationId",
5 "username"
6 ],
7 "properties": {
8 "organizationId": {
9 "type": "string"
10 },
11 "username": {
12 "type": "string"
13 }
14 }
15}