We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
responses
1 parent edfb960 commit 42160afCopy full SHA for 42160af
src/oas.md
@@ -4319,15 +4319,16 @@ components:
4319
xml:
4320
nodeType: cdata
4321
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
+ AwesomeDocs:
+ content:
+ application/xml:
+ schema:
+ $ref: "#/components/schemas/Documentation"
+ examples:
+ docs:
+ dataValue:
+ content: <html><head><title>Awesome Docs</title></head><body></body><html>
4331
+ externalValue: ./examples/docs.xml
4332
```
4333
4334
Where `./examples/docs.xml` would be:
0 commit comments