HubSpot · JSON Structure

Commerce Subscriptions Api Simple Public Object Input Structure

SimplePublicObjectInput schema from HubSpot Commerce Subscriptions API

Type: object Properties: 1
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

SimplePublicObjectInput is a JSON Structure definition published by HubSpot, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

properties

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/commerce-subscriptions-api-simple-public-object-input-structure.json",
  "name": "SimplePublicObjectInput",
  "description": "SimplePublicObjectInput schema from HubSpot Commerce Subscriptions API",
  "type": "object",
  "properties": {
    "properties": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      },
      "example": {
        "key": "value"
      }
    }
  }
}