bq show pretty json

JavaScript
bq show --format=prettyjson bigquery-public-data:samples.wikipedia | jq '.schema.fields' 
Source

Also in JavaScript: