HubSpot · JSON Structure

Hubspot Crm Feature Flags 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/draft/2020-12/schema meta-schema.

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

JSON Structure

Raw ↑
{
  "type": "string",
  "description": "The state of a feature flag",
  "name": "FlagState",
  "enum": [
    "ON",
    "OFF",
    "ABSENT"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}