Merge branch 'develop'

This commit is contained in:
Athanasius 2022-11-23 17:51:29 +00:00
commit 5906104460
No known key found for this signature in database
GPG Key ID: 772697E181BB2767
2 changed files with 11 additions and 1 deletions

View File

@ -241,7 +241,7 @@
// Loop results
$.each(schemasCount, function(schema, hits){
// IF TEST CONTINUE
if(schema.substr(schema.length - 4) == 'test')
if(schema.slice(-4) == 'test')
return;
var slug = makeSlug(schema);

View File

@ -54,6 +54,16 @@ contents all Schemas specify a top-level JSON Object with the data:
relevant README file within this documentation, e.g.
[codexentry-README.md](./codexentry-README.md).
Whilst currently (2022-11-23) the `gameversion` and `gamebuild` fields in the
message `header` aren't yet mandatory in the sense of what's in the schema
definitions, all Senders are **strongly encouraged** to send them.
Indeed, the per-schema documentation, for every schema now states:
#### gameversion and gamebuild
You **MUST** always set these as per [the relevant section](../docs/Developers.md#gameversions-and-gamebuild)
of the Developers' documentation.
### General EDDN message outline
Each `message` object must have, at bare minimum: