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
6 changes: 6 additions & 0 deletions sdk/evaluation-context.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@
"description": "Priority of the feature context. Lower values indicate a higher priority when multiple contexts apply to the same feature.",
"title": "Priority",
"type": "number"
},
"metadata": {
"existingJavaType": "java.util.Map<String,Object>",
"description": "Additional metadata associated with the feature.",
"title": "Metadata",
"type": "object"
}
},
"required": [
Expand Down
6 changes: 6 additions & 0 deletions sdk/evaluation-result.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@
"description": "Reason for the feature flag evaluation.",
"title": "Reason",
"type": "string"
},
"metadata": {
"existingJavaType": "java.util.Map<String,Object>",
"description": "Additional metadata associated with the feature.",
"title": "Metadata",
"type": "object"
}
},
"required": [
Expand Down
Loading