Skip to content
Merged
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
10 changes: 7 additions & 3 deletions sdk/evaluation-result.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@
"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.",
"description": "A stable identifier of the multivariate variant the identity was bucketed into: the variant's key, \"control\" for the control bucket, or null when no multivariate split applied (a standard feature, an unkeyed variant, or evaluation without an identity).",
"title": "Variant",
"type": "string"
"type": [
"string",
"null"
]
},
"metadata": {
"existingJavaType": "java.util.Map<String,Object>",
Expand All @@ -43,7 +46,8 @@
"name",
"enabled",
"value",
"reason"
"reason",
"variant"
],
"title": "FlagResult",
"type": "object"
Expand Down
Loading