blob: f568b9f18fa98bcec1b658a1488846ec8a12f5f7 [file] [log] [blame]
Claudine Chiufb8b8162016-04-01 23:50:51 +00001{
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 Chiu1decd532016-04-19 18:30:01 +000023 "description": "Tenant identifier",
24 "example": "Tenant123"
Claudine Chiufb8b8162016-04-01 23:50:51 +000025 }
26 }
27 }
28 }
29 }
30}