ID

The unique ID of the zone.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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