The type of the membership.
{ "$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" }