When using the contains operator with an array, the right hand side of the operator needs to be an array as well. You can try:
data @> jsonb_build_array(data->0)