HubSpot · JSON Structure

Blog Posts Api Create Language Variation Request Structure

Request to create language variation

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

CreateLanguageVariationRequest is a JSON Structure definition published by HubSpot, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id language

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/hubspot/refs/heads/main/json-structure/blog-posts-api-create-language-variation-request-structure.json",
  "name": "CreateLanguageVariationRequest",
  "description": "Request to create language variation",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "ID of the source post",
      "example": "500123"
    },
    "language": {
      "type": "string",
      "description": "Language code for the new variation",
      "example": "en"
    }
  },
  "required": [
    "id",
    "language"
  ]
}