Skip to content

Commit

Permalink
Rename flag_set to just set
Browse files Browse the repository at this point in the history
  • Loading branch information
dyladan committed Nov 4, 2024
1 parent 5e4bf75 commit e9e209e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion model/feature-flag/logs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ groups:
requirement_level: recommended
- ref: feature_flag.version
requirement_level: recommended
- ref: feature_flag.flag_set.id
- ref: feature_flag.set.id
requirement_level: recommended
- ref: feature_flag.value
requirement_level:
Expand Down
2 changes: 1 addition & 1 deletion model/feature-flag/registry.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ groups:
examples: ["1", "01ABCDEF"]
brief: >
The version of the ruleset used during the evaluation. This may be any stable value which uniquely identifies the ruleset.
- id: feature_flag.flag_set.id
- id: feature_flag.set.id
type: string
stability: experimental
examples: ["proj-1", "ab98sgs", "service1/dev"]
Expand Down

0 comments on commit e9e209e

Please sign in to comment.