{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/VirtualLineDoNotDisturbPatch",
"title": "VirtualLineDoNotDisturbPatch",
"type": "object",
"properties": {
"enabled": {
"type": "boolean",
"description": "`true` if the DoNotDisturb feature is enabled."
},
"ringSplashEnabled": {
"type": "boolean",
"description": "When `true`, enables ring reminder when you receive an incoming call while on Do Not Disturb."
}
}
}