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

PropertyValuesDescription
createAssetMappingsForExistingAssetsbooleanDetermines whether asset mapping will be created for existing assets as well.
notificationsjsonDefinition of user notifications settings at the package level.
searchjsonDefinition of search parameters settings at the package level.
settingjsonSpecifies the default settings for the environment. Supported key values are: concept_table_template: Configure the behavior of concept tables.
useDefaultTranslationsNamespacebooleanDetermines whether the default translation of the namespace will be used for the package.