Closed joel-bach closed 4 years ago
The JSON instances of OneOf schemas use Generic for the implementation. This slows down the compilation significantly. Therefore the instances should be manually generated like they are for other schemas.
Generic
The JSON instances of OneOf schemas use
Generic
for the implementation. This slows down the compilation significantly. Therefore the instances should be manually generated like they are for other schemas.