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
The content of this field is the string representation of a Python defaultdict such as: '_validation': defaultdict(<class 'list'>, {'author_url': ['Invalid URL']})
To make this field valid as JSON, we should have it as a list of objects such as: '_validation': [ {'author_url': ['Invalid URL'] }]
This change will improve the data returned, making it possible to be read as a JSON.