Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions sdk/evaluation-context.json
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,15 @@
"description": "Features to be evaluated in the context.",
"title": "Features",
"type": "object"
},
"flags": {
"additionalProperties": {
"$ref": "evaluation-result.json#/$defs/FlagResult"
},
"description": "Results of features already evaluated for this context, mapped by feature name. Populated by the engine as evaluation progresses, so that segment conditions may reference `$.flags.<feature name>.enabled`, `.value` and `.variant` to express feature dependencies.",
"readOnly": true,
"title": "Flags",
"type": "object"
}
},
"required": [
Expand Down
Loading