Geostore comparative archive, 2024 / 2026
=========================================

10,936 declarations read from a 2026 binary carrying a non public Geostore
scope, put side by side with the geographic part of the March 2024
documentation set.

Contents
--------
geostore-archive.json   full dataset, one object per declaration, plus a meta block
geostore-archive.csv    the same rows, flattened, semicolon separated, UTF-8 BOM

Counts
------
messages                772
enumerations            289
enumeration values      5,170
message fields          3,011
entries with 2024 prose 1,905
tags removed from the client scope 152
declarations dated after March 2024 441
distinct schema files   366
distinct packages       56

Fields
------
kind        type | attribute | signal
subkind     message, enum, enum_value, optional, repeated, required,
            reserved, leak_model, leak_field
name        declared name
parent      owning message or enumeration
package     protobuf package
file        schema file the declaration belongs to
tag         field number, or enumeration value number
type        declared type of the field
status      both        present in the 2026 binary and in the 2024 documentation
            added_2026  present in 2026, no 2024 counterpart, dated addition
            unknown_2024 present in 2026, no 2024 prose matched
            binary_only known from the 2026 binary alone
            leak_only   documented in 2024, no counterpart in the 2026 binary
            reserved    tag removed from the client scope
deprecated  1 when the declaration is marked deprecated
reserved    1 when the tag is a hole in the client scope
default     declared default value
model_2024  name of the matching 2024 model, when there is one
doc_2024    documentation prose from March 2024, verbatim

Reading notes
-------------
The corpus is declarative. It describes what the schema declares, not what
the system does. A field that exists is not a field that is populated, and a
signal that is declared is not a signal that is weighted.

Enumeration values carry the status binary_only by construction: the 2024
documentation set describes models and fields, not enumeration values.

Published by RESONEO, https://think.resoneo.com/google-map-dissected/
