You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: versions/3.0.2.md
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -2708,15 +2708,15 @@ MyResponseType:
2708
2708
- $ref: '#/components/schemas/Dog'
2709
2709
- $ref: '#/components/schemas/Lizard'
2710
2710
discriminator:
2711
-
propertyName: pet_type
2711
+
propertyName: petType
2712
2712
```
2713
2713
2714
-
The expectation now is that a property with name `pet_type` _MUST_ be present in the response payload, and the value will correspond to the name of a schema defined in the OAS document. Thus the response payload:
2714
+
The expectation now is that a property with name `petType` _MUST_ be present in the response payload, and the value will correspond to the name of a schema defined in the OAS document. Thus the response payload:
0 commit comments