Skip to main content

ark:MotorCoverage

idurirequired

URI format identifier used to refer to this node within the graph.

Example: https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
typestringrequired

A type identifier used to indicate the data model that the node conforms to.

Constant value: ark:MotorCoverage
Example: ark:MotorCoverage
relatedTourirequired

The insurance policy or quote that this coverage applies to.

Example: https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
coversVehicleDamageboolean

Indicates whether this coverage includes loss or damage of the vehicle.

Example: true
coversVehicleThirdPartyboolean

Indicates whether this coverage includes third party liability for the vehicle.

Example: true
coversVehicleFireTheftboolean

Indicates whether this coverage includes fire and theft protection for the vehicle.

Example: true
coversWindscreenboolean

Indicates whether this coverage includes windscreen and window damage.

Example: true
coversAccidentsboolean

Indicates whether this coverage includes accidental damage.

Example: true
coversPersonalAccidentboolean

Indicates whether this coverage includes personal accident protection.

Example: true
coversLegalboolean

Indicates whether this coverage includes legal protection.

Example: true
coversEmergencyboolean

Indicates whether this coverage includes emergency assistance.

Example: true
coversContentsboolean

Indicates whether this coverage includes personal possessions inside the vehicle.

Example: true
classOfUsestring

The class of use for the vehicle insurance coverage.

Possible values: [Social, domestic & pleasure, Social, domestic, pleasure & commuting, Social, domestic, pleasure, commuting & business]

annualMileagenumber

The estimated annual mileage for the vehicle insurance coverage.

Example: 10000
hazardousGoodsboolean

Indicates whether the vehicle is used for transporting hazardous goods.

Example: false
signWritingboolean

Indicates whether this coverage includes vehicles with graphics (e.g. text, logos, branding) applied to the exterior.

Example: false
coversDriversuri[]

References to persons who are named drivers on the policy.

Example: ["https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000"]
ark:MotorCoverage
{
"id": "https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:MotorCoverage",
"relatedTo": "https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"coversVehicleDamage": true,
"coversVehicleThirdParty": true,
"coversVehicleFireTheft": true,
"coversWindscreen": true,
"coversAccidents": true,
"coversPersonalAccident": true,
"coversLegal": true,
"coversEmergency": true,
"coversContents": true,
"classOfUse": "Social, domestic & pleasure",
"annualMileage": 10000,
"hazardousGoods": false,
"signWriting": false,
"coversDrivers": [
"https://graph.onteric.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000"
]
}