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