Skip to content

Commit

Permalink
fix OAI#878
Browse files Browse the repository at this point in the history
  • Loading branch information
fehguy committed Feb 1, 2017
1 parent ad4f3cb commit 2e13ffd
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -24,13 +24,13 @@
"200": {
"description": "pet response",
"schema": {
"$ref": "#/definitions/Pet"
"$ref": "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/fixtures/v2.0/json/resources/resourceWithLinkedDefinitions.json#/definitions/Pet"
}
},
"default": {
"description": "error payload",
"schema": {
"$ref": "#/definitions/ErrorModel"
"$ref": "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/fixtures/v2.0/json/resources/resourceWithLinkedDefinitions.json#/definitions/ErrorModel"
}
}
}
Expand Down

0 comments on commit 2e13ffd

Please sign in to comment.