106 blogpost openapi 30 31 - #360
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This PR introduces new tags for mTLS and Webhooks and adds a draft blog post outlining the benefits and changes in OpenAPI 3.1.
- Added
mtlsandwebhooksentries to the tags configuration - Created a new draft blog post
openapi30-openapi31.mddetailing OpenAPI 3.1 features
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| tags.yml | Added mtls and webhooks tag entries |
| blog/draft/openapi30-openapi31.md | New draft post highlighting OpenAPI 3.1 changes |
Comments suppressed due to low confidence (3)
tags.yml:265
- Consider adding a description for the
webhookstag to help users understand its purpose, consistent with other tag entries.
webhooks:
blog/draft/openapi30-openapi31.md:32
- [nitpick] The heading ‘Mutual TLS support’ is inconsistent with other bullet titles; consider renaming to ‘Mutual TLS’ to match the style.
- **Mutual TLS support**: ondersteuning voor beveiliging met Mutual TLS
blog/draft/openapi30-openapi31.md:90
- This snippet may mislead readers: defining mTLS under
securityalone doesn’t declare the security scheme. Consider showing how to define an mTLS scheme undercomponents.securitySchemesand then reference it insecurity.
security:
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
dvh
marked this pull request as ready for review
July 10, 2025 13:29
tomootes
approved these changes
Jul 10, 2025
mrtn78
approved these changes
Jul 10, 2025
Co-authored-by: Martin van der Plas <martinvanderplas@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.