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