ark:VehicleSecuritySummary
idstring<uri>required
URI format identifier used to refer to this node within the graph.
Example:
https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000typestringrequired
A type identifier used to indicate the data model that the node conforms to.
Constant value:
ark:VehicleSecuritySummaryExample:
ark:VehicleSecuritySummaryrelatedTostring<uri>
The vehicle that this security information describes.
Example:
https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000securityDevices object
Information about security devices fitted on the vehicle.
- boolean
- string
boolean
alarmboolean
Indicates whether the vehicle has an alarm fitted.
Example:
trueimmobiliserboolean
Indicates whether the vehicle has an immobiliser fitted.
Example:
truetrackerboolean
Indicates whether the vehicle has a tracker fitted.
Example:
truelocation object
The address where the vehicle is kept, either a reference to an address or the policyholder's address.
- string<uri>
- Option 2
string<uri>
overnightLocationstring
Where the vehicle is kept overnight.
Possible values: [Garage, Driveway, Street, Compound, Car park, Property]
Example:
Garageark: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"
}