Property description
The settings property can define four types of configurations.
Minimal JSON
{}{
"createAssetMappingsForExistingAssets": true,
"notifications": [
{
"notificationTemplateKey": "packageKey_example_notification_template",
"recipientUserRelationTypeKey": "core_steward"
}
],
"search": [
{
"isSearchable": true
}
],
"useDefaultTranslationsNamespace": true
}Nested properties
| Property | Values | Description |
|---|---|---|
createAssetMappingsForExistingAssets | boolean | Determines whether asset mapping will be created for existing assets as well. |
notifications | json | Definition of user notifications settings at the package level. |
search | json | Definition of search parameters settings at the package level. |
setting | json | Specifies the default settings for the environment. Supported key values are: concept_table_template: Configure the behavior of concept tables. |
useDefaultTranslationsNamespace | boolean | Determines whether the default translation of the namespace will be used for the package. |