Skip to content
VERASPEC
Repository
Migration guidestable

§7 Where to check your work

QuestionAnswer
Does my Record validate?PYTHONPATH=packages/ver-validator/src .venv/bin/python -m ver_validator.cli --schema 1.0.1 RECORD.json
What does a good Record look like?standards/ver/1.0.1/example-record.json, and conformance/valid/ for one per capability
What does each error code mean?docs/standards/VER-1.0-errata.md §6, and one negative fixture per code in conformance/invalid/
Why did this rule change?standards/ver/1.0.1/VER-1.0.1-errata-annex.md, item by item
Is this change safe for my consumers?COMPATIBILITY.md
What may change next?standards/ver/1.1-draft/, and the ADRs in docs/adr/