launchdarkly · Schema

FlagEvaluations

A map of flag keys to their evaluated results for a context.

View JSON Schema on GitHub

JSON Schema

launchdarkly-flagevaluations-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FlagEvaluations",
  "title": "FlagEvaluations",
  "type": "object",
  "description": "A map of flag keys to their evaluated results for a context.",
  "additionalProperties": {
    "$ref": "#/components/schemas/FlagEvaluation"
  }
}