HubSpot · JSON Structure

Hubspot Crm Feature Flags Feature Flag Input Structure

Input payload for creating or updating a feature flag

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

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

Properties

defaultState

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Input payload for creating or updating a feature flag",
  "name": "FeatureFlagInput",
  "properties": {
    "defaultState": {
      "type": "string",
      "description": "The state of a feature flag",
      "enum": [
        "ON",
        "OFF",
        "ABSENT"
      ]
    }
  },
  "required": [
    "defaultState"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}