Skip to content

Commit eb157d9

Browse files
Update docs/upgrade-guide-2.md
Co-authored-by: Darrel <[email protected]>
1 parent 5e65689 commit eb157d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/upgrade-guide-2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ There are a number of new features in OpenAPI v3.1 that are now supported in Ope
364364
### JsonSchema Dialect and BaseUri in OpenApiDocument
365365
To enable full compatibility with JSON Schema, the OpenApiDocument class now supports a jsonSchemaDialect property. This property specifies the JSON Schema dialect used throughout the document, using a URI. By explicitly declaring the dialect, tooling can be directed to use a JSON Schema version other than the default [2020-12 draft](https://json-schema.org/draft/2020-12/json-schema-core.html). However, OpenAPI.NET does not guarantee compatibility with versions other than 2020-12.
366366

367-
In addition, a BaseUri property has been added to represent the absolute location of the OpenAPI document. If the document’s location is not provided, this property will be set to a generated placeholder URI.
367+
In addition, a BaseUri property has been added to represent the identity of the OpenAPI document. If the document’s identity is not provided or cannot be determined at based on its location, this property will be set to a generated placeholder URI.
368368

369369
```csharp
370370
/// <summary>

0 commit comments

Comments
 (0)