From 0404395c27d9ff0a207e72596732f628bff7adf9 Mon Sep 17 00:00:00 2001 From: Tom Page Date: Wed, 16 Jun 2021 11:31:05 +0100 Subject: [PATCH] RM-7171 Remove reference to http://swagger.io/v2/schema.json to avoid downloading schema. (#534) This prevents the unit tests from failing when the webpage is unavailable. It has the side effect of not picking up any updates to the schema. --- .../rm-community-repo/unit-test/resources/rest/schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/amps/ags/rm-community/rm-community-repo/unit-test/resources/rest/schema.json b/amps/ags/rm-community/rm-community-repo/unit-test/resources/rest/schema.json index f12a8c0e47..617534ba9b 100644 --- a/amps/ags/rm-community/rm-community-repo/unit-test/resources/rest/schema.json +++ b/amps/ags/rm-community/rm-community-repo/unit-test/resources/rest/schema.json @@ -1,7 +1,7 @@ { "title": "A JSON Schema for Swagger 2.0 API.", - "id": "http://swagger.io/v2/schema.json#", - "$schema": "http://json-schema.org/draft-04/schema#", + "id": "#", + "$schema": "#", "type": "object", "required": [ "swagger",