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.
This commit is contained in:
Tom Page
2021-06-16 11:31:05 +01:00
committed by GitHub
parent 2a268c5b7e
commit 0404395c27

View File

@@ -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",