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.
- MOD1
- MOD2
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.
- MOD1
- MOD2
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.
- MOD1
- MOD2
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.
- MOD1
- MOD2
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
- MOD1
- MOD2
{
"concierge": true,
"security_guard": true,
"camera": true,
"alarm_system": true,
"armored_door": true
}