Claudine Chiu | fb8b816 | 2016-04-01 23:50:51 +0000 | [diff] [blame] | 1 | { |
2 | "type": "object", | ||||
3 | "title": "tenants", | ||||
4 | "required": [ | ||||
5 | "tenants" | ||||
6 | ], | ||||
7 | "properties": { | ||||
8 | "tenants": { | ||||
9 | "type": "array", | ||||
10 | "xml": { | ||||
11 | "name": "tenants", | ||||
12 | "wrapped": true | ||||
13 | }, | ||||
14 | "items": { | ||||
15 | "type": "object", | ||||
16 | "title": "tenant", | ||||
17 | "required": [ | ||||
18 | "id" | ||||
19 | ], | ||||
20 | "properties": { | ||||
21 | "id": { | ||||
22 | "type": "String", | ||||
Claudine Chiu | 1decd53 | 2016-04-19 18:30:01 +0000 | [diff] [blame] | 23 | "description": "Tenant identifier", |
24 | "example": "Tenant123" | ||||
Claudine Chiu | fb8b816 | 2016-04-01 23:50:51 +0000 | [diff] [blame] | 25 | } |
26 | } | ||||
27 | } | ||||
28 | } | ||||
29 | } | ||||
30 | } |