Skip to main content

StandardPackages Model

Overview

This table defines standardized packages or modules used in applications—these could be preconfigured software bundles, features, or deployment templates. They appear to be highly customizable and extensible, possibly related to user roles, applications, and bundles.

Fields

FieldTypeDescriptionRequired
idstringA unique identifier for the package.
titlestringThe name or title of the package. Used in UI, dropdowns, or listings.
bundle_idanyThe identifier for the bundle associated with the package.
detailoverrideanyA field that may contain custom details or override default details.
activityIsJSONanyIndicates whether the activity data is stored in JSON format.
showSettingsbooleanA flag determining whether settings should be displayed.
application_idstringThe identifier for the application related to the package.
statusstringThe current status of the package.
user_idstringThe identifier of the user associated with the package.
bundleBuildIdstringTracks the build/version ID of the bundle this package belongs to.
created_atdateThe date and time when the package was created.
modified_atdateThe date and time when the package was last modified.
integration_typestringSpecifies the type of integration the package supports.
package_settingsanyConfiguration settings related to the package.
licenseInfoanyInformation regarding the licensing of the package.
line_item_typestringDefines the type of line item associated with the package.
childrenarrayContains references to child elements or sub-packages.Nested packages, modules, or linked sub-packages
namestringThe name associated with the package.
pagesanyPage configurations tied to the package — may include layouts, tabs, etc.
ref_idanyAn external or internal reference ID used for mapping or version control.
descriptionstringA brief explanation or summary of the package.
package_idstringMaps this standard package to a broader package group — could be used in inheritance or cloning setups.
configurationarrayConfiguration details specific to the package.
filesarrayStores file-related information for the package.May include metadata or references to files
typestringSpecifies the type or category of the package.

Sample JSON

{
"id": "example_value",
"title": "example_value",
"bundle_id": "example_value",
"detailoverride": "example_value",
"activityIsJSON": "example_value",
"showSettings": "example_value",
"application_id": "example_value",
"status": "example_value",
"user_id": "example_value",
"bundleBuildId": "example_value",
"created_at": "example_value",
"modified_at": "example_value",
"integration_type": "example_value",
"package_settings": "example_value",
"licenseInfo": "example_value",
"line_item_type": "example_value",
"children": "example_value",
"name": "example_value",
"pages": "example_value",
"ref_id": "example_value",
"description": "example_value",
"package_id": "example_value",
"configuration": "example_value",
"files": "example_value",
"type": "example_value"
}