17 lines
683 B
Plaintext
17 lines
683 B
Plaintext
# Rank (object)
|
|
|
|
A rank that can be applied to army members by level/fraction
|
|
|
|
## Properties
|
|
+ _id: `591469c9ef4a6810623ed4ea` (string, required) - the unique id of the rank
|
|
+ name: `Gefreiter` (string, required) - display name of the rank
|
|
+ fraction: `BLUFOR` (enum, required) - enum expressing the fraction in which the decoration is given
|
|
+ Members
|
|
+ `BLUFOR`
|
|
+ `OPFOR`
|
|
+ `GLOBAL`
|
|
+ level: 1 (number, required) - rank level
|
|
+ updatedAt: `2017-09-20T20:25:29.995Z` (string, required) - the version timestamp
|
|
+ timestamp: `2017-05-11T13:40:25.051Z` (string, required) - the creation timestamp
|
|
+ __v: 1 (number, required) - version number
|