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