diff --git a/models/Faction.json b/models/Faction.json index 523fdf2..c9b0987 100644 --- a/models/Faction.json +++ b/models/Faction.json @@ -23,6 +23,10 @@ "items": { "$ref": "./FactionTrait.json" } + }, + "isRecruiting": { + "type": "boolean", + "description": "Whether or not the faction is currently recruiting new agents." } }, "required": [ @@ -30,6 +34,7 @@ "name", "description", "headquarters", - "traits" + "traits", + "isRecruiting" ] } \ No newline at end of file