blob: 23981e8a18e7b95c37ae6c3ed57f2be2fd6eca91 [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",
10 "example": "Tenant unique identifier"
11 }
12 }
13}