**Current behavior** Importing data to services with a `Json` field doesn't work. The error message > Field type Json has no validator defined is returned. **Reproduction** Import data to a service that has a field of type `Json` or `Json!`. **Expected behavior?** It works.
Current behavior
Importing data to services with a
Jsonfield doesn't work. The error messageis returned.
Reproduction
Import data to a service that has a field of type
JsonorJson!.Expected behavior?
It works.