Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add required fields more strictly in webhook.yml #36

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

Yang-33
Copy link
Contributor

@Yang-33 Yang-33 commented Oct 27, 2023

To fix line/line-bot-sdk-nodejs#555, this pull request adds some fields as required in webhook definitions.

I've checked generated code by this change is expected in my local. (Node.js, Java, Python, PHP)

@Yang-33 Yang-33 enabled auto-merge (squash) October 27, 2023 13:16
@@ -497,7 +506,7 @@ components:
- $ref: "#/components/schemas/Event"
- type: object
required:
- type
- unsend
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👀

@Yang-33 Yang-33 merged commit f9e405a into line:main Oct 30, 2023
@Yang-33 Yang-33 deleted the more-strict-required-types-for-webhook branch October 30, 2023 00:57
Yang-33 pushed a commit to line/line-bot-sdk-python that referenced this pull request Oct 30, 2023
line/line-openapi#36

Co-authored-by: github-actions <github-actions@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] Broken types for webhook.Event in v8
2 participants