{ "type": "object", "description": "Request body for updating a call", "name": "CallUpdateRequest", "properties": { "properties": { "type": "object", "description": "The call properties to update" } }, "required": [ "properties" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }