Skip to content

Commit

Permalink
feat(meta.go): add 'Deprecated' field to MetaOptions struct to indica…
Browse files Browse the repository at this point in the history
…te if a property is deprecated

The 'Deprecated' field is added to the 'MetaOptions' struct to provide a
way to indicate if a property is deprecated.
  • Loading branch information
cybersiddhu committed Aug 14, 2023
1 parent 1fc43e9 commit 7e78098
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ type MetaOptions struct {
Comments []string
Subsets []string
Version string
Deprecated bool
}

// Meta is a container for hosting sets of PropertyValue objects.
Expand Down

0 comments on commit 7e78098

Please sign in to comment.