ID

The unique ID of the ruleset.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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