Skip to content

Commit ce8e09b

Browse files
authored
Merge pull request #5213 from valerii15298/patch-9
2 parents a60803e + 99fc615 commit ce8e09b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/oas.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4291,14 +4291,15 @@ application/xml:
42914291
name: Fluffy
42924292
- kind: Dog
42934293
name: Fido
4294+
externalValue: ./examples/pets.xml
42944295
```
42954296

42964297
Where `./examples/pets.xml` would be:
42974298

42984299
```xml
42994300
<animals>
4300-
<animal kind="Cat">Fluffy</animals>
4301-
<animal kind="Dog">Fido</animals>
4301+
<animal kind="Cat">Fluffy</animal>
4302+
<animal kind="Dog">Fido</animal>
43024303
<animals>
43034304
```
43044305

0 commit comments

Comments
 (0)