UNPKG

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