ID

The unique ID of the rule.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-rulesets-ruleid-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/rulesets_RuleId",
  "title": "ID",
  "description": "The unique ID of the rule.",
  "example": "3a03d665bac047339bb530ecb439a90d",
  "pattern": "^[0-9a-f]{32}$",
  "type": "string"
}