From 2e13ffd8f3318219487d8ef77cdd98cf83e4a9e1 Mon Sep 17 00:00:00 2001 From: Tony Tam Date: Wed, 1 Feb 2017 11:49:56 -0800 Subject: [PATCH] fix #878 --- .../json/resources/resourceWithLinkedDefinitions_part1.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fixtures/v2.0/json/resources/resourceWithLinkedDefinitions_part1.json b/fixtures/v2.0/json/resources/resourceWithLinkedDefinitions_part1.json index 3686027c99..570d3ed411 100644 --- a/fixtures/v2.0/json/resources/resourceWithLinkedDefinitions_part1.json +++ b/fixtures/v2.0/json/resources/resourceWithLinkedDefinitions_part1.json @@ -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" } } }