{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ModifyCallWaiting", "title": "ModifyCallWaiting", "type": "object", "properties": { "enabled": { "type": "boolean", "example": true, "description": "Call Waiting state." } } }