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