Disallow faction reputation in Journal schema

This commit is contained in:
Jonathan Harris 2018-10-31 08:17:26 +00:00
parent a8bf0b2f0b
commit bd7c45cdbf

View File

@ -59,6 +59,16 @@
"description" : "Should be added by the sender if not present in the journal event"
},
"Factions": {
"type" : "array",
"description" : "Present in Location and FSDJump messages",
"items" : {
"type" : "object",
"properties": {
"MyReputation" : { "$ref" : "#/definitions/disallowed" }
}
}
},
"CockpitBreach" : { "$ref" : "#/definitions/disallowed" },
"BoostUsed" : { "$ref" : "#/definitions/disallowed" },
"FuelLevel" : { "$ref" : "#/definitions/disallowed" },