// User's identifier. It MUST be unique for a given `operator`.
Idstring`json:"id"`
// The operator identifier. MUST be a Fully Qualified Domain Name (example carpool.mycity.com) owned by the operator or a Partially Qualified Domain Name (example operator.org) owned and exclusively operated by the operator. Operators SHOULD always send the same value.
Operatorstring`json:"operator"`
// User's alias.
Aliasstring`json:"alias"`
// User's first name.
FirstNamestring`json:"firstName,omitempty"`
// User's last name.
LastNamestring`json:"lastName,omitempty"`
// User's grade from 1 to 5.
Gradeint32`json:"grade,omitempty"`
// User's profile picture absolute URL.
Picturestring`json:"picture,omitempty"`
// User's gender. 'O' stands for 'Other'.
Genderstring`json:"gender,omitempty"`
// true if the identity of this user has been verified by the operator or a third party; and the firstName, lastName, birthdate have been confirmed as identitical to an official identity proof document. Can be left empty if the information is not available.