Manifest for the Deployment Center
Manifest
The manifest is a JSON or YAML configuration file that describes the structure of deployable products inside an installation package to the Deployment Center. This mostly includes the types of products contained in the package and the location of the files needed to deploy them.
Schema
The schema specification version of the manifest dictates the way the Deployment Center translates the contents to deployable products.
If the schema specification version is not declared inside a manifest, the Deployment Center will assume that it corresponds to version 1.
- Schema specification version 2 has been introduced in version 1.8.0 of the Deployment Center to support the creation of manifests for custom applications.
- Schema specification version 3 has been introduced in version 3.1.0 of the Deployment Center to support default
utf-8
encoding.
Compatibility overview
Schema specifiction | Deployment Center | Software Factory |
---|---|---|
2 | 1.8.0 and later | 2019.1 and later |
3 | 3.1.0 and later | 2023.2 and later |