blob: 237a9c4949cd74a2f2c441b96a46c90f4965d162 [file] [log] [blame]
Claudine Chiufb8b8162016-04-01 23:50:51 +00001{
2 "type": "object",
3 "title": "TenantId",
4 "required": [
5 "id"
6 ],
7 "properties": {
8 "id": {
9 "type": "String",
Claudine Chiu1decd532016-04-19 18:30:01 +000010 "description": "Tenant identifier",
11 "example": "Tenant123"
Claudine Chiufb8b8162016-04-01 23:50:51 +000012 }
13 }
14}