pub const SCHEMA_VERSION: u32 = 1;Expand description
The document format’s own version, carried as v so a consumer can refuse a
shape it does not know. Independent of the workspace version and of the
event stream’s v: this one moves when the document changes shape, which
is rarer than either.