{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ModifyPlaceCallForwardSettings", "title": "ModifyPlaceCallForwardSettings", "type": "object", "required": [ "callForwarding", "businessContinuity" ], "properties": { "callForwarding": { "$ref": "#/components/schemas/CallForwardingPlaceSettingPatch", "description": "Call forwarding settings for a Workspace." }, "businessContinuity": { "$ref": "#/components/schemas/BusinessContinuityPatch", "description": "Settings for sending calls to a destination of your choice if your phone is not connected to the network for any reason, such as power outage, failed Internet connection, or wiring problem." } } }