CKAN
CKAN copied to clipboard
Validate version files with the KSP-AVC schema
Motivation
Version files are hand-maintained JSON, so they are prone to syntax errors and other problems.
A while ago DasSkelett created a GitHub workflow that helps solve this problem on the modder's side:
But maybe it would be worth having some validation in NetKAN as well.
Suggestions
The version file schema now lives here:
We could use it to emit NetKAN warnings when there are issues with version files.
Possibly worth considering for #3045.