The kind of the ruleset.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/rulesets_RulesetKind", "title": "Kind", "description": "The kind of the ruleset.", "enum": [ "managed", "custom", "root", "zone" ], "example": "root", "type": "string" }