blob: 91e104bd3a4080f33146bc26632933bdabcad652 [file] [log] [blame]
{
"type": "object",
"title": "tenants",
"required": [
"tenants"
],
"properties": {
"tenants": {
"type": "array",
"xml": {
"name": "tenants",
"wrapped": true
},
"items": {
"type": "object",
"title": "tenant",
"required": [
"id"
],
"properties": {
"id": {
"type": "String",
"example": "Tenant unique identifier"
}
}
}
}
}
}