distribution

November 12, 2025 ยท View on GitHub

Type: object

semantics [{'transmodel': 'DISTRIBUTION VALIDITY PARAMETERS'}]


Properties overview

PropertyTypeRequiredDescription
accessTypetypeOfTravelDocumentA way to open/access the asset OR a proof of travel rights

BARCODE ...
distributionChannelnormalStringdefault string, full names etc (length 0-200)

Detailed Properties

  • accessType (typeOfTravelDocument) - optional
    A way to open/access the asset OR a proof of travel rights

    BARCODE a barcode can be retrieved from the links and used to access the purchased service
    QRCODE a QR code can be retrieved from the links
    AZTECCODE an Aztec code can be retrieved from the links
    REMOTE the /processes/start-leg/execution must be used to open the asset
    DEEP_LINK a deep link into a proprietary app is provided in the links to open the asset (NFC, Bluetooth)
    KEY a physical key must be obtained (see instructions) to open the asset

  • distributionChannel (normalString) - optional
    default string, full names etc (length 0-200)

Example

{
  "accessType": "BARCODE",
  "distributionChannel": "example-string"
}