{ "$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" ] }