{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/FeatureFlagCreationContextEnum", "title": "FeatureFlagCreationContextEnum", "enum": [ "feature_flags", "experiments", "surveys", "early_access_features", "web_experiments", "product_tours" ], "type": "string", "description": "* `feature_flags` - feature_flags\n* `experiments` - experiments\n* `surveys` - surveys\n* `early_access_features` - early_access_features\n* `web_experiments` - web_experiments\n* `product_tours` - product_tours" }