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