[BUG-Javascript] npm package 'jsonschema' used in JsonValidation.js doesn't support "anyOf" propery #279
Labels
Type: Bug
Something is not working, and it is confirmed by maintainers to be a bug.
The npm package 'jsonschema' used for JSON-Schema validation in
@nfdi4plants/arctrl/ISA/ISA.Json/Validation/JsonValidation.js
doesn't support "anyOf" propery, which is used in several JSON Schemas of ISA.See tdegrunt/jsonschema#388 for a corresponding issue raised in the Github repo of "jsonschema".
The affected JSON schemas of ISA are:
As an alternative, you could try Ajv (https://ajv.js.org), as this officially supports "anyOf": https://ajv.js.org/json-schema.html#anyof
The text was updated successfully, but these errors were encountered: