{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/iam_components-schemas-status", "title": "iam_components-schemas-status", "description": "Whether the user is a member of the organization or has an invitation pending.", "enum": [ "member", "invited" ], "example": "member", "type": "string" }