{
	"$schema": "https://json-schema.org/draft/2020-12/schema",
	"$id": "https://schema.twindev.org/unece/UneceTransportMeans",
	"title": "UneceTransportMeans",
	"description": "Reference to a device or method used to convey people, goods, or other objects from place to place.",
	"type": "object",
	"properties": {
		"@context": {
			"$ref": "https://schema.twindev.org/unece/UneceContextType",
			"description": "JSON-LD Context."
		},
		"type": {
			"const": "TransportMeans",
			"description": "JSON-LD Type."
		},
		"driverAccompaniedIndicator": {
			"type": "boolean",
			"description": "The indication of whether or not this referenced means of transport is accompanied by a driver."
		},
		"identifier": {
			"anyOf": [
				{
					"type": "string"
				},
				{
					"$ref": "https://schema.twindev.org/json-ld/JsonLdValueObject"
				}
			],
			"description": "An identifier of this referenced transport means, such as the International Maritime Organization number for a vessel."
		},
		"name": {
			"type": "string",
			"description": "The name, expressed as text, of this referenced transport means, such as the vessel name."
		},
		"transportMeansType": {
			"type": "string",
			"description": "The type, expressed as text, of this referenced transport means."
		},
		"transportMeansTypeCode": {
			"$ref": "https://schema.twindev.org/unece/UneceTransportMeansTypeCodeList",
			"description": "The code specifying the type of referenced transport means [Reference UNECE Recommendation 28]."
		}
	},
	"required": ["type"]
}
