{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/UserDNDWebexGoOverridePatch", "title": "UserDNDWebexGoOverridePatch", "type": "object", "description": "Request Payload to update the \"Mobile User Aware\" override setting for Do Not Disturb feature.", "properties": { "enabled": { "type": "boolean", "example": true, "description": "True if the \"Mobile User Aware\" override setting for Do Not Disturb feature is enabled." } } }