cffconvert icon indicating copy to clipboard operation
cffconvert copied to clipboard

Update to latest JSON schema

Open irm-codebase opened this issue 9 months ago • 1 comments

This issue was triggered by https://github.com/snakemake/snakemake/issues/3299#issuecomment-2718527810

cffconvert seems to limit the top-most version of json schema: jsonschema >=3.0,<4 This is quite an old version of the spec, and limits the usability of cffconvert with other tools.

In particular, this does not support the (now fairly old) latest version of the JSON schema.

irm-codebase avatar Mar 12 '25 17:03 irm-codebase