{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PutLocationCallNotificationObject", "title": "PutLocationCallNotificationObject", "type": "object", "properties": { "emergencyCallNotificationEnabled": { "type": "boolean", "example": true, "description": "When true sends an email to the specified email address when a call is made from this location to emergency services." }, "emailAddress": { "type": "string", "example": "callback@gmail.com", "description": "Sends an email to this email address when a call is made from this location to emergency services and `emergencyCallNotificationEnabled` is true." } } }