Skip to content
Merged
Show file tree
Hide file tree
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
5 changes: 5 additions & 0 deletions sdk/evaluation-context.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,11 @@
"FeatureValue": {
"description": "Represents a multivariate value for a feature flag.",
"properties": {
"key": {
"description": "A stable, human-readable identifier for the variant. Omitted when the variant has no key set.",
"title": "Key",
"type": "string"
},
"value": {
"description": "The value of the feature.",
"title": "Value",
Expand Down
5 changes: 5 additions & 0 deletions sdk/evaluation-result.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,11 @@
"title": "Reason",
"type": "string"
},
"variant": {
"description": "A stable identifier of the selected multivariate variant. Omitted when no variant was selected, or when the selected variant has no key set.",
"title": "Variant",
"type": "string"
},
"metadata": {
"existingJavaType": "java.util.Map<String,Object>",
"description": "Additional metadata associated with the feature.",
Expand Down
Loading