Closed zargot closed 11 months ago
The TableInfo class which appears in the validation report, had to be made into a TypedDict to support normal json serialization in tools using it (namely the web validation tool).
@yulric, I managed to make TypedDict work, and removed "jsons".
The TableInfo class which appears in the validation report, had to be made into a TypedDict to support normal json serialization in tools using it (namely the web validation tool).