Amazon Pinpoint · JSON Structure

Amazon Pinpoint Open Hours Rule Structure

List of OpenHours Rules.

Type: object Properties: 2
CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

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

Properties

StartTime EndTime

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-rule-structure.json",
  "name": "OpenHoursRule",
  "description": "List of OpenHours Rules.",
  "type": "object",
  "properties": {
    "StartTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "Local start time in ISO 8601 format."
        }
      ]
    },
    "EndTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "Local start time in ISO 8601 format."
        }
      ]
    }
  }
}