appSupport
November 12, 2025 ยท View on GitHub
attributes to display/use in an external app.
Type: object
semantics [{'transmodel': 'none'}]
Properties overview
| Property | Type | Required | Description |
|---|---|---|---|
displayName | shortString | displayable name for this asset | |
description | longString | the description of the asset | |
image | url | Link to an image of the asset | |
icon | url | Link to an icon of the asset | |
accessMethods | array[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"
}