Skip to content

Commit 606c6e6

Browse files
committed
WN: P1
1 parent 378bfcc commit 606c6e6

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

aspnetcore/release-notes/aspnetcore-10.0.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ This section describes new features for OpenAPI.
3535

3636
[!INCLUDE[](~/release-notes/aspnetcore-10/includes/openApi.md)]
3737

38-
3938
[!INCLUDE[](~/release-notes/aspnetcore-10/includes/responseDescProducesResponseType.md)]
4039

4140
## Authentication and authorization

aspnetcore/release-notes/aspnetcore-10/includes/openApi.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
### OpenAPI 3.1 support
22

3-
43
ASP.NET Core has added support for generating [OpenAPI version 3.1] documents in .NET 10.
54
Despite the minor version bump, OpenAPI 3.1 is a significant update to the OpenAPI specification,
65
in particular with full support for [JSON Schema draft 2020-12].
@@ -33,8 +32,7 @@ When generating the OpenAPI document at build time, the OpenAPI version can be s
3332

3433
OpenAPI 3.1 support was primarly added in the following this [PR](https://github.com/dotnet/aspnetcore/pull/59480).
3534

36-
37-
### Breaking changes
35+
### OpenAPI 3.1 breaking changes
3836

3937
Support for OpenAPI 3.1 requires an update to the underlying OpenAPI.NET library to a new major version, 2.0. This new version has some breaking changes from the previous version. The breaking changes may impact apps if they have any document, operation, or schema transformers.
4038

0 commit comments

Comments
 (0)