From cce94a56b96bd6a75e2a744dace4ba4c1a369585 Mon Sep 17 00:00:00 2001 From: SpaceAdmiral Date: Fri, 19 May 2023 18:41:47 -0700 Subject: [PATCH] update: add isRecruiting to faction model --- models/Faction.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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