Skip to main content

Version: 23.10

JSON Definitions Reference

This reference describes the syntax of the following JSON definition files.

  • Application Package: Contains Journey Manager forms, and related services and assets.
  • Service Connection: Configures services that require connections to external servers.
  • Delivery Channel: Delivery channel configuration is different for each delivery method.
  • Form: A template-based web document, designed to capture user data.
  • Organization Property: Properties customize and manage many parts of the user journey.
  • Service: Services perform specific business-related functionality.

Version Attributes

Temenos Journey Manager uses semantic versioning for version attributes.

Summary

Given a version number MAJOR.MINOR.PATCH, increment the:

  1. MAJOR version when you make incompatible API changes,
  2. MINOR version when you add functionality in a backwards compatible manner, and
  3. PATCH version when you make backwards compatible bug fixes.

Additional labels for pre-release and build metadata are available as extensions to the MAJOR.MINOR.PATCH format.

Semantic Versioning 2.0.0 - Summary

Note that the PATCH element supports an optional pre-release suffix; for example, 1.0.0-develop.

Our version attributes have a maximum length of 20 characters.