[Schema Inaccuracy] bad definition for pushed_at
property in many webhooks schemas
#1872
Labels
pushed_at
property in many webhooks schemas
#1872
Schema Inaccuracy
In many webhooks schemas that contain the
pushed_at
property, it is not defined correctly.When you transform that into typescript, it generates the following
Expected
This format results in no duplication, and is much more concise as to what the actual types of the values are
That would result in this generated typescript code:
Reproduction Steps
n/a
The text was updated successfully, but these errors were encountered: