Field SchemaVersion
- Namespace
- QueryGuard
- Assembly
- QueryGuard.Core.dll
The schema version of the baseline document.
public const string SchemaVersion = "1.0"
Returns
- string
- The schema version of the baseline document.
Remarks
A baseline is committed, so a file written by one version will be read by another. Additive
fields bump the minor version; removing or repurposing one is breaking. Same contract as the
JSON report; see docs/decisions/0011-versioning.md.