UNPKG

302 BJSONView Raw
1{
2 "type": "object",
3 "required": [
4 "organizationId",
5 "metadata"
6 ],
7 "properties": {
8 "organizationId": {
9 "type": "string"
10 },
11 "audience": {
12 "type": "string",
13 "minLength": 1
14 },
15 "metadata": {
16 "$ref": "common.json#/definitions/metadata"
17 }
18 }
19}