Amazon Pinpoint · Schema

OpenHoursRule

List of OpenHours Rules.

CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

Properties

Name Type Description
StartTime object
EndTime object
View JSON Schema on GitHub

JSON Schema

amazon-pinpoint-open-hours-rule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-schema/amazon-pinpoint-open-hours-rule-schema.json",
  "title": "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."
        }
      ]
    }
  }
}