Also disallow faction squadron status

This commit is contained in:
Jonathan Harris 2018-11-22 09:37:14 +00:00
parent 701b5f912d
commit e86a5257ee

View File

@ -65,7 +65,10 @@
"items" : {
"type" : "object",
"properties": {
"MyReputation" : { "$ref" : "#/definitions/disallowed" }
"HappiestSystem" : { "$ref" : "#/definitions/disallowed" },
"HomeSystem" : { "$ref" : "#/definitions/disallowed" },
"MyReputation" : { "$ref" : "#/definitions/disallowed" },
"SquadronFaction" : { "$ref" : "#/definitions/disallowed" }
}
}
},