{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ModifyAutoAttendantCallForwardSettingsObject", "title": "ModifyAutoAttendantCallForwardSettingsObject", "type": "object", "required": [ "callForwarding" ], "properties": { "callForwarding": { "$ref": "#/components/schemas/AutoAttendantCallForwardSettingsModifyDetailsObject", "description": "Settings related to `Always`, `Busy`, and `No Answer` call forwarding." } } }