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
| Property | Type | Required | Description |
|---|---|---|---|
type | string | required when delivered in /collections/license-types/items. | |
modes | array[mode] | โ | |
licenseCategory | enum (DRIVER_LICENSE, OPERATOR_LICENSE, OTHER) | ||
licenseCode | shortString | in most countries a driver license has also a code. As TO you can exactly ver... | |
issuingCountry | country | two-letter country codes according to ISO 3166-1 | |
customFields | customProperties | dictionary 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"
}