Skip to content

Commit

Permalink
clarify type
Browse files Browse the repository at this point in the history
  • Loading branch information
khvn26 committed Aug 2, 2024
1 parent 900d65e commit 77066ca
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions sdk/evaluation-context.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,20 @@
"TraitEvaluationContext": {
"properties": {
"value": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "string"
},
{
"type": "integer"
},
{
"type": "float"
}
],
"title": "Value"
},
"transient": {
Expand Down

0 comments on commit 77066ca

Please sign in to comment.