Skip to content

Commit 05e0ca5

Browse files
committed
Fix indentation of Person's name property in example
OAI#484 fixed indentation of the name field, but the fields under name need to be unindented as well.
1 parent f7295e3 commit 05e0ca5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

versions/2.0.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1709,10 +1709,10 @@ Person:
17091709
xml:
17101710
attribute: true
17111711
name:
1712-
type: string
1713-
xml:
1714-
namespace: http://swagger.io/schema/sample
1715-
prefix: sample
1712+
type: string
1713+
xml:
1714+
namespace: http://swagger.io/schema/sample
1715+
prefix: sample
17161716
```
17171717

17181718
```xml

0 commit comments

Comments
 (0)