appSupport

November 12, 2025 ยท View on GitHub

attributes to display/use in an external app.

Type: object

semantics [{'transmodel': 'none'}]


Properties overview

PropertyTypeRequiredDescription
displayNameshortStringdisplayable name for this asset
descriptionlongStringthe description of the asset
imageurlLink to an image of the asset
iconurlLink to an icon of the asset
accessMethodsarray[typeOfTravelDocument]how this asset can be opened

Detailed Properties

  • displayName (shortString) - optional
    displayable name for this asset

  • description (longString) - optional
    the description of the asset

  • image (url) - optional
    Link to an image of the asset

  • icon (url) - optional
    Link to an icon of the asset

  • accessMethods (array[typeOfTravelDocument]) - optional
    how this asset can be opened

Example

{
  "displayName": "Blizz Jumper (Normal bike)",
  "description": "A simple uni-sex bike",
  "image": "https://images.com/transport/simple_bike.jpg"
}