Schema Inaccuracy
These are some improvement I have found that could be made when comparing the current definition of the PingEvent to the definition in octokit/webhooks
Expected
For the properties to be marked as required.
The other issues aren't critical, they are values that could be defined more explicitly.
Reproduction Steps
n/a
Schema Inaccuracy
These are some improvement I have found that could be made when comparing the current definition of the
PingEventto the definition inoctokit/webhooksPingEventwebhook, no property is marked as required. (Innacuracy)hook[config][content_type]property can be augmented using anenum, as indicated in it's description, the values would bejsonandformhook[events]property can be augmented to be aoneOf, either anarraywith only the value*for all events, or an array with anenumof all possible webhook events, as done inoctokit/webhookshook[type]property can be augmented to be anenumof the different webhook types, eitherRepository,Organization, orApphook[config][insecure_ssl]property can be augmented to be anenumof either0or1as those are the only supported valuesExpected
For the properties to be marked as required.
The other issues aren't critical, they are values that could be defined more explicitly.
Reproduction Steps
n/a