Amazon Pinpoint · JSON Structure

Amazon Pinpoint Closed Days Rule Structure

Closed Days Rule. Part of Journey sending schedule.

Type: object Properties: 3
CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

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

Properties

Name StartDateTime EndDateTime

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-closed-days-rule-structure.json",
  "name": "ClosedDaysRule",
  "description": "Closed Days Rule. Part of Journey sending schedule.",
  "type": "object",
  "properties": {
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "Name of the rule."
        }
      ]
    },
    "StartDateTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "Start Datetime in ISO 8601 format."
        }
      ]
    },
    "EndDateTime": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "description": "End Datetime in ISO 8601 format."
        }
      ]
    }
  }
}