update: add isRecruiting to faction model

This commit is contained in:
SpaceAdmiral 2023-05-19 18:41:47 -07:00
parent b277bdc7d6
commit cce94a56b9

View File

@ -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"
]
}