Split · Schema

AllTreatmentsResult

The result of evaluating all feature flags for the given keys. Keyed by feature flag name with treatment result values.

ExperimentationFeature FlagsFeature ManagementRolloutsSDKs
View JSON Schema on GitHub

JSON Schema

split-alltreatmentsresult-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AllTreatmentsResult",
  "title": "AllTreatmentsResult",
  "type": "object",
  "description": "The result of evaluating all feature flags for the given keys. Keyed by feature flag name with treatment result values.",
  "additionalProperties": {
    "$ref": "#/components/schemas/TreatmentResult"
  }
}