licenseType

November 12, 2025 ยท View on GitHub

A category of license to use a certain asset class.

Type: object

semantics [{'transmodel': 'TYPE OF DRIVER PERMIT'}]


Properties overview

PropertyTypeRequiredDescription
typestringrequired when delivered in /collections/license-types/items.
modesarray[mode]โœ“
licenseCategoryenum (DRIVER_LICENSE, OPERATOR_LICENSE, OTHER)
licenseCodeshortStringin most countries a driver license has also a code. As TO you can exactly ver...
issuingCountrycountrytwo-letter country codes according to ISO 3166-1
customFieldscustomPropertiesdictionary for extra fields (bilatural agreements)

Detailed Properties

  • type (string) - optional
    value: "licenseType" required when delivered in /collections/license-types/items.

  • modes (array[mode]) - required

  • licenseCategory (enum (DRIVER_LICENSE, OPERATOR_LICENSE, OTHER)) - optional

  • licenseCode (shortString) - optional
    in most countries a driver license has also a code. As TO you can exactly verify, based on this code if the license allows to operate it's assets, if the assetType too generic.

  • issuingCountry (country) - optional
    value: "[A-Z]{2}" two-letter country codes according to ISO 3166-1

  • customFields (customProperties) - optional
    dictionary for extra fields (bilatural agreements)

Example

{
  "modes": [
    "AIR",
    "AIR"
  ],
  "type": "licenseType",
  "licenseCategory": "DRIVER_LICENSE",
  "licenseCode": "example-string"
}