HubSpot · JSON Structure

Hubspot Blog Posts Schedule Request Structure

Request to schedule a blog post for publication

Type: object Properties: 2 Required: 2
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

ScheduleRequest is a JSON Structure definition published by HubSpot, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id publishDate

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Request to schedule a blog post for publication",
  "name": "ScheduleRequest",
  "properties": {
    "id": {
      "type": "string",
      "description": "ID of the blog post to schedule"
    },
    "publishDate": {
      "type": "datetime",
      "description": "ISO 8601 date and time to publish"
    }
  },
  "required": [
    "id",
    "publishDate"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}