Skip to content

Commit f51b239

Browse files
committed
fix #878
1 parent ce3a579 commit f51b239

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fixtures/v2.0/json/resources/resourceWithLinkedDefinitions_part1.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424
"200": {
2525
"description": "pet response",
2626
"schema": {
27-
"$ref": "#/definitions/Pet"
27+
"$ref": "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/fixtures/v2.0/json/resources/resourceWithLinkedDefinitions.json#/definitions/Pet"
2828
}
2929
},
3030
"default": {
3131
"description": "error payload",
3232
"schema": {
33-
"$ref": "#/definitions/ErrorModel"
33+
"$ref": "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/fixtures/v2.0/json/resources/resourceWithLinkedDefinitions.json#/definitions/ErrorModel"
3434
}
3535
}
3636
}

0 commit comments

Comments
 (0)