Don't index JSONFields by default
Saving a JSONField can result in a
{grpc_message:"The value of property \"<property_name>\" is longer than 1500 bytes.", grpc_status:3}"
because it is being indexed by default – 1500 bytes is the maxmimum allowed size by GAE for indexed fields.