addressing_kind

The type of the membership.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-addressing-kind-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/addressing_kind",
  "title": "addressing_kind",
  "description": "The type of the membership.",
  "enum": [
    "zone",
    "account"
  ],
  "example": "zone",
  "type": "string"
}