The status of the membership.
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "MembershipStatus", "description": "The status of the membership.", "type": "string", "enum": [ "accepted", "pending", "expired", "disabled", "unknown" ] }