The following command was used to filter the original data set for brevity. This removes null
values and superfluous error information.
jq --tab --sort-keys \
'del(..|select(type=="null"))|del(..|.underlyingError?)|del(..|.userInfo?)' \
< ats-diagnostics-original.json \
> ats-diagnostics.json