HubSpot · JSON Structure

Crm Feature Flags Api Flag State Structure

The state of a feature flag

Type: string Properties: 0
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

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

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/crm-feature-flags-api-flag-state-structure.json",
  "name": "FlagState",
  "description": "The state of a feature flag",
  "type": "string",
  "enum": [
    "ON",
    "OFF",
    "ABSENT"
  ]
}