blob: f568b9f18fa98bcec1b658a1488846ec8a12f5f7 [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",
"description": "Tenant identifier",
"example": "Tenant123"
}
}
}
}
}
}