ancillary

November 12, 2025 · View on GitHub

Type: object

semantics [{'transmodel': 'ANCILLARY PRODUCT'}]


Properties overview

PropertyTypeRequiredDescription
typestring
idancillaryReferencedefault string, full names etc (length 0-200)
nameshortStringshort string, display names (length 0-75)
descriptionlongStringlong string, memos etc (length 0-10.000)
productproductReferencedefault string, full names etc (length 0-200)
imageurlLink to an image of the ancillary
feefareStructure

Detailed Properties

  • type (string) - optional
    value: "ancillary"

  • id (ancillaryReference) - required
    default string, full names etc (length 0-200)

  • name (shortString) - optional
    short string, display names (length 0-75)

  • description (longString) - optional
    long string, memos etc (length 0-10.000)

  • product (productReference) - optional
    default string, full names etc (length 0-200)

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

  • fee (fareStructure) - optional

Example

{
  "type": "ancillary",
  "id": "b6e03978-699e-4b57-82e1-31653afcb359",
  "name": "Simple bike"
}