`data: Json! @default(value: {})` -> `The valu...
# orm-help
d
data: Json! @default(value: {})
->
The value {} is not a valid default for fields of type Json.
j
well if you are using not null then why do you need default
i
it probably expects a string, not a js object