We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce3a579 commit f51b239Copy full SHA for f51b239
fixtures/v2.0/json/resources/resourceWithLinkedDefinitions_part1.json
@@ -24,13 +24,13 @@
24
"200": {
25
"description": "pet response",
26
"schema": {
27
- "$ref": "#/definitions/Pet"
+ "$ref": "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/fixtures/v2.0/json/resources/resourceWithLinkedDefinitions.json#/definitions/Pet"
28
}
29
},
30
"default": {
31
"description": "error payload",
32
33
- "$ref": "#/definitions/ErrorModel"
+ "$ref": "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/fixtures/v2.0/json/resources/resourceWithLinkedDefinitions.json#/definitions/ErrorModel"
34
35
36
0 commit comments