schemas: Update horizons/odyssey descriptins in schema template

This commit is contained in:
Athanasius 2022-01-29 16:47:58 +00:00
parent 5fe2642d03
commit fa869c6478
No known key found for this signature in database
GPG Key ID: AE3E527847057C7D

View File

@ -81,11 +81,11 @@
}, },
"horizons": { "horizons": {
"type" : "boolean", "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": { "odyssey": {
"type" : "boolean", "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" }, "some_disallowed_key" { "$ref" : "#/definitions/disallowed" },
} }