m-lab / uuid-annotator

Produces metadata locally for every connection on each server.
Apache License 2.0
0 stars 0 forks source link

Save schema version in archival data #16

Open stephen-soltesz opened 4 years ago

stephen-soltesz commented 4 years ago

For example:

{
    "Version": "1",
}

This can help guard against future incompatible changes by making discovery easy in the parser.

gfr10598 commented 4 years ago

If this is the first field, then we can do a partial json decoding to identify the schema for the remaining fields.