Skip to content

Commit 777b0bc

Browse files
committed
Merge pull request #55 from paulhill/patch-11
Update petstore.json
2 parents 64c975a + c2eff6a commit 777b0bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/wordnik/petstore.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"default": {
3232
"description": "unexpected error",
3333
"model": {
34-
"$ref": "#/models/ErrorModel"
34+
"$ref": "#/models/Error"
3535
}
3636
}
3737
}
@@ -57,7 +57,7 @@
5757
}
5858
}
5959
},
60-
"ErrorModel": {
60+
"Error": {
6161
"required": [
6262
"code",
6363
"message"
@@ -73,4 +73,4 @@
7373
}
7474
}
7575
}
76-
}
76+
}

0 commit comments

Comments
 (0)