mirror of
https://github.com/EDCD/EDDN.git
synced 2025-06-20 16:53:54 +03:00
Disallow faction reputation in Journal schema
This commit is contained in:
parent
a8bf0b2f0b
commit
bd7c45cdbf
@ -59,6 +59,16 @@
|
|||||||
"description" : "Should be added by the sender if not present in the journal event"
|
"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" },
|
"CockpitBreach" : { "$ref" : "#/definitions/disallowed" },
|
||||||
"BoostUsed" : { "$ref" : "#/definitions/disallowed" },
|
"BoostUsed" : { "$ref" : "#/definitions/disallowed" },
|
||||||
"FuelLevel" : { "$ref" : "#/definitions/disallowed" },
|
"FuelLevel" : { "$ref" : "#/definitions/disallowed" },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user