HubSpot · Schema

FlagState

The state of a feature flag

AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales
View JSON Schema on GitHub

JSON Schema

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