Expand description
Version 1 of the open-org-invite plaintext payload โ the innermost thing sealed by the
[bitwarden_crypto::safe::DataEnvelope]. Not to be confused with the sealed opaque blob
(super::SealedOpenOrgInviteData) or the outbound JSON (super::SealedOpenOrgInvite);
this file describes only the cleartext shape that gets CBOR-encoded and encrypted.
Once this shape ships it cannot be broken: any field change means adding a new V2 struct
and registering both variants on the versioned enum in super, so old sealed payloads
still unseal.