Amazon Pinpoint · JSON Structure

Amazon Pinpoint Verification Response Structure

Verify OTP Message Response.

Type: object Properties: 1
CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

VerificationResponse is a JSON Structure definition published by Amazon Pinpoint, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Valid

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-structure/amazon-pinpoint-verification-response-structure.json",
  "name": "VerificationResponse",
  "description": "Verify OTP Message Response.",
  "type": "object",
  "properties": {
    "Valid": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__boolean"
        },
        {
          "description": "Specifies whether the OTP is valid or not."
        }
      ]
    }
  }
}