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.4.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3097,9 +3097,9 @@ The expectation now is that a property with name `petType` _MUST_ be present in
3097
3097
}
3098
3098
```
3099
3099
3100
-
Will indicate that the `Cat` schema is expected to match this payload.
3100
+
will indicate that the `Cat` schema is expected to match this payload.
3101
3101
3102
-
In scenarios where the value of the discriminator field does not match the schema name or implicit mapping is not possible, an optional `mapping` definition MAY be used:
3102
+
In scenarios where the value of the `discriminator` field does not match the schema name or implicit mapping is not possible, an optional `mapping` definition MAY be used:
3103
3103
3104
3104
```yaml
3105
3105
MyResponseType:
@@ -3166,7 +3166,7 @@ Validated against the `Pet` schema, a payload like this:
0 commit comments