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." } }