{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ModifyCallParkSettingsObject", "title": "ModifyCallParkSettingsObject", "type": "object", "properties": { "callParkRecall": { "$ref": "#/components/schemas/PutRecallHuntGroupObject", "description": "Recall options that are added to call park." }, "callParkSettings": { "$ref": "#/components/schemas/CallParkSettingsObject", "description": "Setting controlling call park behavior." } } }