Vonage · Schema

MessageResponse

CommunicationMessagingTelecommunicationsVideo ConferencingVoiceSMSVerification

Properties

Name Type Description
message_uuid string Unique identifier for the sent message.
View JSON Schema on GitHub

JSON Schema

vonage-messageresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/MessageResponse",
  "title": "MessageResponse",
  "type": "object",
  "properties": {
    "message_uuid": {
      "type": "string",
      "description": "Unique identifier for the sent message."
    }
  }
}