diff --git a/schemas/TEMPLATES/journalevent-v1.0.json b/schemas/TEMPLATES/journalevent-v1.0.json index 31d7943..d742b61 100644 --- a/schemas/TEMPLATES/journalevent-v1.0.json +++ b/schemas/TEMPLATES/journalevent-v1.0.json @@ -81,11 +81,11 @@ }, "horizons": { "type" : "boolean", - "description" : "Whether the game client logged that Horizons functionality was available." + "description" : "Boolean value copied from the Journal LoadGame event, when it is present there." }, "odyssey": { "type" : "boolean", - "description" : "Whether the game client logged that Odyssey functionality was available." + "description" : "Boolean value copied from the Journal LoadGame event, when it is present there." }, "some_disallowed_key" { "$ref" : "#/definitions/disallowed" }, }