Skip to content

Commit 787debc

Browse files
authored
Merge pull request #5219 from valerii15298/patch-15
Fix missing name for `responses` component in example
2 parents 853b3c2 + 42160af commit 787debc

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

src/oas.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4319,15 +4319,16 @@ components:
43194319
xml:
43204320
nodeType: cdata
43214321
responses:
4322-
content:
4323-
application/xml:
4324-
schema:
4325-
$ref: "#/components/schemas/Documentation"
4326-
examples:
4327-
docs:
4328-
dataValue:
4329-
content: <html><head><title>Awesome Docs</title></head><body></body><html>
4330-
externalValue: ./examples/docs.xml
4322+
AwesomeDocs:
4323+
content:
4324+
application/xml:
4325+
schema:
4326+
$ref: "#/components/schemas/Documentation"
4327+
examples:
4328+
docs:
4329+
dataValue:
4330+
content: <html><head><title>Awesome Docs</title></head><body></body><html>
4331+
externalValue: ./examples/docs.xml
43314332
```
43324333

43334334
Where `./examples/docs.xml` would be:

0 commit comments

Comments
 (0)