% curl -s 'https://api.foojay.io/disco/v3.0/packages?distro=semeru_certified' \
| jq '.result
| group_by(.latest_build_available)
| map({latest_build_available: .[0].latest_build_available, count: length})'
[
{
"latest_build_available": false,
"count": 560
}
]
When you query for
semeru_certifiedJDKs, apparently none arelatest_build_available.