Amplitude · Schema

EvaluationResponse

A map of flag keys to variant objects representing the evaluated variant assignments for the user.

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior
View JSON Schema on GitHub

JSON Schema

amplitude-evaluationresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EvaluationResponse",
  "title": "EvaluationResponse",
  "type": "object",
  "description": "A map of flag keys to variant objects representing the evaluated variant assignments for the user.",
  "additionalProperties": {
    "$ref": "#/components/schemas/Variant"
  }
}