The validator currently only supports the CodeMeta v2.0. To make it v3.0 compatible: * Add CodeMeta v2.0 [schema](https://github.com/hjonin/codemeta-tools/blob/main/src/schemas.ts) and [types](https://github.com/hjonin/codemeta-tools/blob/main/src/types.ts) * Update [the validation function](https://github.com/hjonin/codemeta-tools/blob/4f7619dc244161240cd767be07e36db11a995eae/src/validation.ts#L54)
The validator currently only supports the CodeMeta v2.0. To make it v3.0 compatible: