Amplitude · Schema

Flag

Flag schema from Amplitude Experiment Management API

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Properties

Name Type Description
id string The unique identifier for the flag.
projectId string The project ID the flag belongs to.
key string The unique key used to reference the flag in code.
name string The display name of the flag.
description string A description of the flag's purpose.
enabled boolean Whether the flag is enabled.
evaluationMode string The evaluation mode, either local or remote.
bucketingKey string The property used for bucketing users into variants.
bucketingSalt string The salt used for hashing during bucketing.
variants array Array of variant configurations.
deployments array Array of deployment IDs the flag is deployed to.
segments array Array of targeting segment configurations.
state string The current state of the flag.
View JSON Schema on GitHub