You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Technically NetKAN is a subset of a CKAN, so any field in a CKAN is valid in a NetKAN. All CKANs are now generated using NetKAN. The primary difference is that a traditional NetKAN takes a '$kref' for inflating the rest of the data, including the version of the mod.
We would just need a minor derivative to not require a download or version if a kref is present.
Not sure if this belongs here or should go to https://github.com/KSP-CKAN/CKAN/issues
JSON-Schema allows for JSON validation via Javascript (as well as other languages)
This would be useful for the metadata-webtool - see KSP-CKAN/metadata-webtool#6
For ckan files this already exists ( see https://github.com/KSP-CKAN/CKAN/blob/master/CKAN.schema ) and a netkan schema can propably be built on that.
The text was updated successfully, but these errors were encountered: