version

version: undefined | string

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 ruleset with the same id.

Defaults to 0.0.0.

pattern ^[\d]+.[\d]+.[\d]+$

Defined in

Last Updated: 29 November, 2022