HubSpot · Schema

FlagState

The state of a feature flag

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales
View JSON Schema on GitHub

JSON Schema

crm-feature-flags-api-flag-state-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-schema/crm-feature-flags-api-flag-state-schema.json",
  "title": "FlagState",
  "description": "The state of a feature flag",
  "type": "string",
  "enum": [
    "ON",
    "OFF",
    "ABSENT"
  ]
}