Open
Description
Currently samples for all typescript generators are built based on petstore.yaml (2_0 and 3_0).
This spec doesn't include features like "date" format, allOf / oneOf, discriminators, enum aliases (for OAS3).
As a result, issues related to those features (e.g. #5171) are not obvious, and also it's not obvious how fixes addressing those issues impact the end result.
A number of other generators already use a more advanced test spec for that: petstore-with-fake-endpoints-models-for-testing
Suggestion is to change all existing typescript samples from petstore to petstore-with-fake-endpoints-models-for-testing