Skip to content

Commit

Permalink
update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
khvn26 committed Aug 9, 2024
1 parent 7435704 commit 208484c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions evaluationcontext.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ type FeatureEvaluationContext struct {
}

type IdentityEvaluationContext struct {
Identifier string `json:"identifier"`
Traits map[string]*TraitEvaluationContext `json:"traits"`
Identifier string `json:"identifier,omitempty"`
Traits map[string]*TraitEvaluationContext `json:"traits,omitempty"`
Transient bool `json:"transient,omitempty"`
}

Expand Down

0 comments on commit 208484c

Please sign in to comment.