Property description

The providerCategories asset allows the categorization of providers.

Minimal JSON

{
  "key": "",
  "name": ""
}
{
  "key": "storage",
  "name": "Storage",
  "translations": [
    {
      "languageKey": "cs-CZ",
      "name": "Datov\u00E1 \u00FAlo\u017Ei\u0161t\u011B"
    }
  ]
}

Example taken from the core package.

Nested properties

PropertyDescriptionValuesMandatory
keyUnique key of the asset. Used for referencing in the same package or other packages using packageKey#assetKey.stringYes
nameName of the asset, used as the default EN translation.stringYes
descriptionDescription of the asset.stringNo
translationsArray of translation keys and their definitions that determine how the text is displayed in the UI for the specific asset. For more information, see Translations.arrayNo