23 lines
891 B
Plaintext
23 lines
891 B
Plaintext
# User (object)
|
|
A participant managed in the system
|
|
|
|
## Properties
|
|
+ _id: `5ab68d42f547ed304064e5f7` (string, required) - unique id of the army member
|
|
+ username: `Jagernaut` (string, required) - the displayed username of the army member
|
|
+ rankLvl: 22 (number, required) - rank level representing the rank
|
|
+ squadId: `591470249e9fae286e008e31` (string, required, nullable) - id of squad which the army member is part of
|
|
+ updatedAt: `2018-02-24T01:01:25.825Z` - the version timestamp
|
|
+ __v: 35 (number, required) - the version number of the object
|
|
|
|
# UserPopulated (User)
|
|
User object with populated squad
|
|
|
|
## Properties
|
|
+ squadId (Squad, required) - populated squad which the army member is part of
|
|
|
|
# UserInclTimestamp (User)
|
|
A participant managed in the system, incl. creation timestamp
|
|
|
|
## Properties
|
|
+ timestamp: 2018-01-20T12:11:23.125Z (string, required) - instance creation timestamp
|