Skip to main content

ark:VehicleSecuritySummary

idstring<uri>required

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

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

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

Constant value: ark:VehicleSecuritySummary
Example: ark:VehicleSecuritySummary
relatedTostring<uri>

The vehicle that this security information describes.

Example: https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000
securityDevices object

Information about security devices fitted on the vehicle.

anyOf
boolean
alarmboolean

Indicates whether the vehicle has an alarm fitted.

Example: true
immobiliserboolean

Indicates whether the vehicle has an immobiliser fitted.

Example: true
trackerboolean

Indicates whether the vehicle has a tracker fitted.

Example: true
location object

The address where the vehicle is kept, either a reference to an address or the policyholder's address.

anyOf
string<uri>
overnightLocationstring

Where the vehicle is kept overnight.

Possible values: [Garage, Driveway, Street, Compound, Car park, Property]

Example: Garage
ark:VehicleSecuritySummary
{
"id": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:VehicleSecuritySummary",
"relatedTo": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"securityDevices": "Thatcham category 1",
"alarm": true,
"immobiliser": true,
"tracker": true,
"location": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"overnightLocation": "Garage"
}