Skip to main content

ark:PropertySecuritySummary

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:PropertySecuritySummary
Example: ark:PropertySecuritySummary
relatedTostring<uri>

The property that this security information describes.

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

Indicates whether the property is used for business purposes.

Example: false
businessUsageNonClericalboolean

Indicates whether the business use involves non-clerical activities.

Example: false
businessUsageVisitorsboolean

Indicates whether business use involves visitors to the property.

Example: false
locks object

Information about locks fitted to different parts of the property.

mainDoorsstring

Description of locks on main doors.

patioDoorsstring

Description of locks on patio doors.

otherDoorsstring

Description of locks on other doors.

windowsstring

Description of locks on ground floor windows.

intruderAlarmboolean

Indicates whether the property has an intruder alarm fitted.

Example: true
intruderAlarmMonitoredboolean

Indicates whether the intruder alarm is monitored by a security company.

Example: false
smokeDetectorsboolean

Indicates whether the property has smoke detectors fitted.

Example: true
neighbourhoodWatchboolean

Indicates whether the property is part of a neighbourhood watch scheme.

Example: true
normalOccupancy object

Information about normal occupancy patterns.

dayboolean

Description of whether someone is normally at the property during the day.

nightboolean

Description of whether someone is normally at the property during the night.

unoccupancy object

Information about periods when the property is unoccupied.

maximumDaysnumber

The maximum number of consecutive days the property is left unoccupied.

ark:PropertySecuritySummary
{
"id": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"type": "ark:PropertySecuritySummary",
"relatedTo": "https://graph.datawollet.com/.draft-nodes/f85b8b6b37fe3e8b144829d200000000",
"businessUsage": false,
"businessUsageNonClerical": false,
"businessUsageVisitors": false,
"locks": {
"mainDoors": "string",
"patioDoors": "string",
"otherDoors": "string",
"windows": "string"
},
"intruderAlarm": true,
"intruderAlarmMonitored": false,
"smokeDetectors": true,
"neighbourhoodWatch": true,
"normalOccupancy": {
"day": true,
"night": true
},
"unoccupancy": {
"maximumDays": 0
}
}