Заметка
Доступ к этой странице требует авторизации. Вы можете попробовать войти в систему или изменить каталог.
Доступ к этой странице требует авторизации. Вы можете попробовать сменить директорию.
Describes your app to users. For apps submitted to AppSource, these values must match the information in your AppSource entry.
Properties that reference this object type:
Syntax
Properties
short
A short description of the app, used when space is limited.
Type
string
Required
✅
Constraints
Maximum string length: 80.
Supported values
full
The full description of the app.
Type
string
Required
✅
Constraints
Maximum string length: 4000.
Supported values
features
Array of features sections describing what the app can do.
Type
Array of features
Required
—
Constraints
Minimum array items: 1. Maximum array items: 3.
Supported values
Remarks
Ensure that your description accurately describes your experience and provides information to help potential customers understand what your experience does. You must note in the full description, if an external account is required for use. The values of short and full must be different. Your short description must not be repeated within the long description and must not include any other app name.
Examples
{
"description": {
"short": "Short description of your app",
"full": "Full description of your app"
}
}