UNPKG

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