Skip to content

Commit f05df35

Browse files
committed
Don't use externalDataValue for binary
1 parent aa48bea commit f05df35

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/oas.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2174,15 +2174,14 @@ content:
21742174

21752175
###### Binary Examples
21762176

2177-
This example shows both `externalDataValue` and `externalSerializedValue` to emphasize that no encoding is taking place, but it is also valid to show only one or the other.
2177+
Fully binary data is shown using `serializedDataValue`:
21782178

21792179
```yaml
21802180
content:
21812181
image/png:
21822182
schema: {}
21832183
examples:
21842184
Red:
2185-
externalDataValue: ./examples/2-by-2-red-pixels.png
21862185
serializedDataValue: ./examples/2-by-2-red-pixels.png
21872186
```
21882187

0 commit comments

Comments
 (0)