Amazon Pinpoint · JSON Structure

Amazon Pinpoint Open Hours Structure

The time when journey allow to send messages. QuietTime should be configured first and SendingSchedule should be set to true.

Type: object Properties: 5
CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

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

Properties

EMAIL SMS PUSH VOICE CUSTOM

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-open-hours-structure.json",
  "name": "OpenHours",
  "description": "The time when journey allow to send messages. QuietTime should be configured first and SendingSchedule should be set to true.",
  "type": "object",
  "properties": {
    "EMAIL": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MapOfListOfOpenHoursRules"
        },
        {
          "description": "Rules for Email Channel."
        }
      ]
    },
    "SMS": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MapOfListOfOpenHoursRules"
        },
        {
          "description": "Rules for SMS Channel."
        }
      ]
    },
    "PUSH": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MapOfListOfOpenHoursRules"
        },
        {
          "description": "Rules for Push Channel."
        }
      ]
    },
    "VOICE": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MapOfListOfOpenHoursRules"
        },
        {
          "description": "Rules for Voice Channel."
        }
      ]
    },
    "CUSTOM": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MapOfListOfOpenHoursRules"
        },
        {
          "description": "Rules for Custom Channel."
        }
      ]
    }
  }
}