Skip to main content

SecurityFacilities

Represents the security facilities available in a property, including features such as concierge service, security guard presence, cameras, alarm systems, and armored doors.

concierge object

Indicates whether a concierge service is available at the property. This field is optional and can be None if the presence of a concierge is not known.

anyOf
boolean
security_guard object

Indicates whether a security guard is present at the property. This field is optional and can be None if the presence of a security guard is not known.

anyOf
boolean
camera object

Indicates whether there are security cameras installed at the propertyThis field is optional and can be None if the presence of cameras is not known.

anyOf
boolean
alarm_system object

Indicates whether an alarm system is installed at the property. This field is optional and can be None if the presence of an alarm system is not known.

anyOf
boolean
armored_door object

Indicates whether the property has armored doors. This field is optional and can be None if the presence of armored doors is not known

anyOf
boolean
SecurityFacilities
{
"concierge": true,
"security_guard": true,
"camera": true,
"alarm_system": true,
"armored_door": true
}