fairtracks / fairtracks_standard

FAIRtracks is a JSON Schema defining a minimal standard for genomic track metadata.
https://fairtracks.net
Creative Commons Attribution 4.0 International
7 stars 2 forks source link

Make aggregated_from optional? #8

Closed sveinugu closed 5 years ago

sveinugu commented 5 years ago

If I look at the response for Example hub, which was passing the validation before the recent changes, it fails now with message:

{"file": "(inline0)", "validated": false, "errors": [{"description": "Path: /experiments/0/aggregated_from . Message: [] is too short", "reason": "schema_error"}]}

It seems that the moving of “minItems” rule is causing this. Perhaps, “aggregated_from” should be optional?

sveinugu commented 5 years ago

@dtitov