blob: 237a9c4949cd74a2f2c441b96a46c90f4965d162 [file] [log] [blame]
{
"type": "object",
"title": "TenantId",
"required": [
"id"
],
"properties": {
"id": {
"type": "String",
"description": "Tenant identifier",
"example": "Tenant123"
}
}
}