Closed pieqq closed 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 48.03%. Comparing base (
542c748
) to head (4ca16eb
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@Hook25 thanks for your feedback. I've modified the PR to do as suggested. Maybe one day we'll be able to merge those arrays back together! xD
When using
check-jsonschema
using a recent version of a submission.json file against the JSON schema in the repo, the following errors show up:This is because resource jobs stored in the
resource-results
do not contain these fields, as theplugin
is assumed to beresource
. Same forattachment-results
.However, these are all jobs and therefore the different
results
arrays should match in keys and values returned (it's a bit of a mystery why they were separated to begin with...).Adding these properties to
resource-results
andattachment-results
.Description
Resolved issues
Documentation
JSON schema updated.
Tests
New generated submission with resource results:
and attachment results: