Kind

The kind of the ruleset.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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