upgradeCatalogSchema

Function

Apply schema upgrades to Catalog objects

Parameters

Parameter Type Default Notes
catalog Required any

Returns

Property Type Notes
schemaVersion number

Schema Version

collections Optional IHubCollection[]

Collections within the Catalog

emojii Optional string

Optional Emoji to show in the UI

integrity Optional {
collections:
string
scopes:
string
}

Hashes to verify the integrity of the catalog Only verified when the catalog is loaded into the editor If the hashes do not match, the catalog will not be loaded and the user will simply have the option to reset the catalog

scopes Optional ICatalogScope

Filter defines the "scopes" of the Catalog, on a per entity type basis

title Optional string

Title for the Gallery


Function defined in common/src/search/upgradeCatalogSchema.ts:12