Status of this membership.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/iam_schemas-status", "title": "iam_schemas-status", "description": "Status of this membership.", "enum": [ "accepted", "pending", "rejected" ], "example": "accepted", "type": "string" }