Closed sveinugu closed 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?
@dtitov
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?