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
| Property | Description | Values | Mandatory |
|---|---|---|---|
key | Unique key of the asset. Used for referencing in the same package or other packages using packageKey#assetKey. | string | Yes |
name | Name of the asset, used as the default EN translation. | string | Yes |
description | Description of the asset. | string | No |
translations | Array 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. | array | No |