2018-03-29 23:22:37 +02:00
|
|
|
# Campaign (object)
|
|
|
|
Campaign entity
|
|
|
|
|
|
|
|
## Properties
|
|
|
|
+ _id:`5abd55ea9e30a76bfef747d6` (string, required) - unique id of the campaign
|
|
|
|
+ title: `Ein Kessel Buntes` (string, required) - display title of the campaign
|
|
|
|
+ timestamp: `2017-05-17T19:44:28.751Z` (string, required) - creation date
|
|
|
|
+ updatedAt: `"2017-05-17T19:44:28.751Z` (string, required) - version date
|
|
|
|
+ __v: 0 (number, required) - version number
|
2018-04-01 15:12:24 +02:00
|
|
|
|
|
|
|
#WarCampaign (object)
|
|
|
|
Cmpaign entity with attached War collection
|
|
|
|
## Properties
|
|
|
|
+ _id: `5abd55ea9e30a76bfef747d6` (string, required) - unique id of the campaign
|
|
|
|
+ title: `Ein Kessel Buntes` (string, required) - display title of the campaign
|
|
|
|
+ wars (array[WarWithPlayers], requied)
|