You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additionally in the database and the serializer these fields are represented by JSONField while they should be ArrayField of CharField. I believe that would also get the openapi docs right for free.
Additionally in the database and the serializer these fields are represented by
JSONFieldwhile they should beArrayFieldofCharField. I believe that would also get the openapi docs right for free.