Skip to content

Commit 557b641

Browse files
committed
Fixed issues mentioned in comments
1 parent 756725c commit 557b641

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

versions/3.0.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -297,12 +297,12 @@ Field Pattern | Type | Description
297297
"description": "A list of pets.",
298298
"representations" : {
299299
"application/json" : {
300-
"schema": {
301-
"type": "array",
302-
"items": {
303-
"$ref": "#/definitions/pet"
304-
}
305-
}
300+
"schema": {
301+
"type": "array",
302+
"items": {
303+
"$ref": "#/definitions/pet"
304+
}
305+
}
306306
}
307307
}
308308
}
@@ -384,9 +384,9 @@ Field Pattern | Type | Description
384384
"representations": {
385385
"text/html" : {
386386
"schema": {
387-
"$ref": "#/definitions/ErrorModel"
388-
}
387+
"$ref": "#/definitions/ErrorModel"
389388
}
389+
}
390390
}
391391
}
392392
}
@@ -490,6 +490,7 @@ Field Pattern | Type | Description
490490
"representations" : {
491491
"application/x-www-form-urlencoded":{
492492
"schema" : {
493+
"type" : "object",
493494
"properties": {
494495
"name"
495496
"description" : "Updated name of the pet",

0 commit comments

Comments
 (0)