You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you so much for creating an awesome library! It helped me a lot. I found the following issue while using it.
schemafy couldn't generate a schema of GitHub webhook event payloads because of duplicated field declaration. The root cause is that the schema has fields +1 and -1 in the same struct, and schemafy converts both to _1.
Thank you so much for creating an awesome library! It helped me a lot. I found the following issue while using it.
schemafy
couldn't generate a schema of GitHub webhook event payloads because of duplicated field declaration. The root cause is that the schema has fields+1
and-1
in the same struct, andschemafy
converts both to_1
.schema: https://unpkg.com/@octokit/[email protected]/schema.json
The text was updated successfully, but these errors were encountered: