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

Defaults to 0.0.0.

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

Defined in

Last Updated: 16 April, 2024