The version of the ruleset.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/rulesets_RulesetVersion", "title": "Version", "description": "The version of the ruleset.", "example": "1", "pattern": "^[0-9]+$", "readOnly": true, "type": "string" }