From ead959c5d4c05633777593fb413559a92f643fb0 Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Thu, 28 Jan 2016 16:59:05 +0100 Subject: [PATCH] Fixes #2328: [json] No code assist in schema property in settings.json --- extensions/json/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extensions/json/package.json b/extensions/json/package.json index cd0e05b48f2..e89cbf9fb58 100644 --- a/extensions/json/package.json +++ b/extensions/json/package.json @@ -112,7 +112,7 @@ "description": "An array of file patterns to match against when resolving JSON files to schemas." }, "schema": { - "type": "object", + "$ref": "http://json-schema.org/draft-04/schema#", "description": "The schema definition for the given URL. The schema only needs to be provided to avoid accesses to the schema URL." } }