version
version: string | undefined
Version of the presentation ruleset in SemVer format: {major}.{minor}.{patch}
.
Setting the version is optional, but might be useful when ruleset is persisted somewhere and evolves over time. Having a version helps choose persisting strategy (keep all versions or only latest) and find the latest ruleset from a list of rulesets with the same id.
Defaults to 0.0.0
.
@pattern ^[\d]+.[\d]+.[\d]+$
Defined in
Last Updated: 14 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.