We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f05df35 commit 6faaed3Copy full SHA for 6faaed3
src/oas.md
@@ -2174,15 +2174,15 @@ content:
2174
2175
###### Binary Examples
2176
2177
-Fully binary data is shown using `serializedDataValue`:
+Fully binary data is shown using `externalValue`:
2178
2179
```yaml
2180
content:
2181
image/png:
2182
schema: {}
2183
examples:
2184
Red:
2185
- serializedDataValue: ./examples/2-by-2-red-pixels.png
+ externalValue: ./examples/2-by-2-red-pixels.png
2186
```
2187
2188
###### Boolean Query Parameter Examples
0 commit comments