Open mirpedrol opened 8 months ago
Should be able to do this with a quick string regex on the returned JSON from the web builder, before saving locally.
Isn't $defs
the correct keyword in the new schema and not defs
? https://json-schema.org/draft/2019-09/release-notes#keyword-changes
Description of feature
nf-validation v2.0 uses the latest JSON Schema draft 2020-12
Prior to re-writing the nf-core schema builder, we should update the basis to make it compatible with the new version of nf-validation. That is:
http://json-schema.org/draft-07/schema
tohttps://json-schema.org/draft/2020-12/schema
definitions
todefs
nf-validation migration docs