Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
17 changes: 3 additions & 14 deletions sdk/evaluation-context.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
"EnvironmentContext": {
"description": "Represents an environment context for feature flag evaluation.",
"properties": {
"key": {
"description": "An environment's unique identifier.",
"title": "Key",
"type": "string",
"x-flagsmith-engine-condition-property": "$.environment.key"
},
"name": {
"description": "An environment's human-readable name.",
"title": "Name",
Expand All @@ -27,15 +21,10 @@
"description": "Represents a feature context for feature flag evaluation.",
"properties": {
"key": {
"description": "Key used when selecting a value for a multivariate feature. Set to an internal identifier or a UUID, depending on Flagsmith implementation.",
"description": "Unique feature key used when selecting a variant if the feature is multivariate. Set to an internal identifier or a UUID, depending on Flagsmith implementation.",
"title": "Key",
"type": "string"
},
"feature_key": {
"description": "Unique feature identifier.",
"title": "Feature Key",
"type": "string"
},
"name": {
"description": "Feature name.",
"title": "Name",
Expand Down Expand Up @@ -122,7 +111,7 @@
"description": "Represents an identity context for feature flag evaluation.",
"properties": {
"identifier": {
"description": "A unique identifier for an identity, used for segment and multivariate feature flag targeting, and displayed in the Flagsmith UI.",
"description": "A unique identifier for an identity as displayed in the Flagsmith UI.",
"title": "Identifier",
"type": "string",
"x-flagsmith-engine-condition-property": "$.identity.identifier"
Expand Down Expand Up @@ -158,7 +147,7 @@
"description": "Represents a segment context for feature flag evaluation.",
"properties": {
"key": {
"description": "Key used for % split segmentation.",
"description": "Unique segment key used for % split segmentation.",
"title": "Key",
"type": "string"
},
Expand Down
5 changes: 0 additions & 5 deletions sdk/evaluation-result.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,6 @@
},
"SegmentResult": {
"properties": {
"key": {
"description": "Unique segment identifier.",
"title": "Key",
"type": "string"
},
"name": {
"description": "Segment name.",
"title": "Name",
Expand Down
Loading