root.description object
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
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"
}
}