ID

The unique ID of the account.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

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