{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CallWaitingPut", "title": "CallWaitingPut", "type": "object", "required": [ "enabled" ], "properties": { "enabled": { "type": "boolean", "example": false, "description": "Enable or disable Call Waiting for the user." } }, "example": { "enabled": false } }