{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ModifyCallRecordingTermsOfServiceObject", "title": "ModifyCallRecordingTermsOfServiceObject", "type": "object", "required": [ "termsOfServiceEnabled" ], "properties": { "termsOfServiceEnabled": { "type": "boolean", "example": true, "description": "Whether or not the call recording terms of service are enabled." } } }