Fixes #2328: [json] No code assist in schema property in settings.json

This commit is contained in:
Martin Aeschlimann 2016-01-28 16:59:05 +01:00
parent 5785cf462e
commit ead959c5d4

View file

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