CKAN icon indicating copy to clipboard operation
CKAN copied to clipboard

Validate version files with the KSP-AVC schema

Open janbrohl opened this issue 9 years ago • 1 comments

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.


Original issue description

I made a JSON-Schema for .version files. It might be useful for NetKAN in the future. Eg for validation. See gist and forum

janbrohl avatar Jun 02 '16 08:06 janbrohl

Possibly worth considering for #3045.

HebaruSan avatar May 16 '20 21:05 HebaruSan