opt-cc/server/apib/data_structures/_rank.apib

17 lines
683 B
Plaintext
Raw Normal View History

2018-03-29 17:13:55 +02:00
# 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
2018-04-01 15:12:24 +02:00
+ name: `Gefreiter` (string, required) - display name of the rank
+ fraction: `BLUFOR` (enum, required) - enum expressing the fraction in which the decoration is given
2018-03-29 17:13:55 +02:00
+ Members
+ `BLUFOR`
+ `OPFOR`
+ `GLOBAL`
2018-04-01 15:12:24 +02:00
+ level: 1 (number, required) - rank level
2018-03-29 17:13:55 +02:00
+ updatedAt: `2017-09-20T20:25:29.995Z` (string, required) - the version timestamp
2018-04-01 15:12:24 +02:00
+ timestamp: `2017-05-11T13:40:25.051Z` (string, required) - the creation timestamp
+ __v: 1 (number, required) - version number