{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ExternalVoicemailMwiRequest", "title": "ExternalVoicemailMwiRequest", "type": "object", "required": [ "action" ], "properties": { "action": { "type": "string", "enum": [ "SET", "CLEAR" ], "description": "Indicates whether to SET or CLEAR the MWI status.", "example": "SET" } } }