pub const MAX_SUPPORTED_SCHEMA_VERSION: u32 = 2;
Highest schema_version this parser accepts. Files with a higher version are rejected rather than silently parsed against the wrong grammar.
schema_version