Skip to content

Commit 31e3e73

Browse files
Update docs/upgrade-guide-2.md
Co-authored-by: Martin Costello <[email protected]>
1 parent a9071ce commit 31e3e73

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
@@ -69,7 +69,7 @@ In the OpenAPI specification, there are a few properties that are defined as typ
6969
- the values in the link object's parameters dictionary and `requestBody` property
7070
- all `x-` extension properties
7171

72-
In the v1 library, there are set of classes that are derived from the OpenApiAny base class which an abstract model which reflects the JSON data model plus some additional primitive types such as decimal, float, datetime etc.
72+
In the v1 library, there are a set of classes that are derived from the `OpenApiAny` base class which is an abstract model which reflects the JSON data model plus some additional primitive types such as `decimal`, `float`, `datetime` etc.
7373

7474
In v2 we are removing this abstraction and relying on the JsonNode model to represent these inner types. In v1 we were not able to reliably identify the additional primitive types and it caused a significant amount of false negatives in error reporting as well as incorrectly parsed data values.
7575

0 commit comments

Comments
 (0)