WorkspaceDbManifest Interface @beta

Metadata stored inside a WorkspaceDb describing the database's contents, to help users understand the purpose of the WorkspaceDb, who to contact with questions about it, and so on.

@note Only the workspaceName field is required, and users may add additional fields for their own purposes.

@note Since the information is stored inside of the WorkspaceDb, it is versioned along with the rest of the contents.

Properties

Name Type Description
contactName Readonly string | undefined The name of the person to contact with questions about this WorkspaceDb.  
description Readonly string | undefined A description of the contents of this WorkspaceDb to help users understand its purpose and appropriate usage.  
lastEditedAt Readonly string | undefined The UTC ISO-8601 time of the most recent edit session close for this WorkspaceDb.  
lastEditedBy Readonly string | undefined The user who held the write lock during the most recent edit session that closed this WorkspaceDb.  
workspaceName Readonly string The name of the WorkspaceDb to be shown in user interfaces.  

Defined in

Last Updated: 29 May, 2026