Skip to content

Commit e7ef315

Browse files
committed
Fix example in json example in 3.0
1 parent 2a685c1 commit e7ef315

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

versions/3.0.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2183,13 +2183,13 @@ In this example, a full model definition is shown.
21832183
"format": "int32",
21842184
"xml": {
21852185
"attribute": true
2186-
},
2187-
"name": {
2188-
"type": "string",
2189-
"xml": {
2190-
"namespace": "http://swagger.io/schema/sample",
2191-
"prefix": "sample"
2192-
}
2186+
}
2187+
},
2188+
"name": {
2189+
"type": "string",
2190+
"xml": {
2191+
"namespace": "http://swagger.io/schema/sample",
2192+
"prefix": "sample"
21932193
}
21942194
}
21952195
}

0 commit comments

Comments
 (0)