TenantView
Represents a tenant linked to a document.
uidstringrequired
Unique identifier of the tenant
Example:
tenant-123namestringrequired
Name of the tenant
Example:
John DoeTenantView
{
"uid": "tenant-123",
"name": "John Doe"
}