Version

The version of the ruleset.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-rulesets-rulesetversion-schema.json Raw ↑
{
  "$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"
}