Skip to content

Commit a9071ce

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

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
@@ -66,7 +66,7 @@ When the loading methods are used without a format parameter, we will attempt to
6666
In the OpenAPI specification, there are a few properties that are defined as type `any`. This includes:
6767
- the example property in the parameter, media type objects
6868
- the value property in the example object
69-
- the values in the link object's parameters dictionary and requestBody property
69+
- the values in the link object's parameters dictionary and `requestBody` property
7070
- all `x-` extension properties
7171

7272
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.

0 commit comments

Comments
 (0)