mirror of
https://github.com/SpaceTradersAPI/api-docs.git
synced 2024-11-14 22:30:51 +01:00
update: add isRecruiting to faction model
This commit is contained in:
parent
b277bdc7d6
commit
cce94a56b9
@ -23,6 +23,10 @@
|
|||||||
"items": {
|
"items": {
|
||||||
"$ref": "./FactionTrait.json"
|
"$ref": "./FactionTrait.json"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"isRecruiting": {
|
||||||
|
"type": "boolean",
|
||||||
|
"description": "Whether or not the faction is currently recruiting new agents."
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"required": [
|
"required": [
|
||||||
@ -30,6 +34,7 @@
|
|||||||
"name",
|
"name",
|
||||||
"description",
|
"description",
|
||||||
"headquarters",
|
"headquarters",
|
||||||
"traits"
|
"traits",
|
||||||
|
"isRecruiting"
|
||||||
]
|
]
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user