例如副本数不为 3 的所有 Region:
region --jq=".regions[] | {id: .id, peer_stores: [.peers[].store_id] | select(length != 3)}"