diff --git a/schemas/package.schema.json b/schemas/package.schema.json index eeb2547d..5ed66e62 100644 --- a/schemas/package.schema.json +++ b/schemas/package.schema.json @@ -1,6 +1,5 @@ { "$schema": "http://json-schema.org/draft-04/schema#", - "title": "XML Language server contributions to package.json", "type": "object", "properties": { "contributes": { @@ -30,4 +29,5 @@ } } } -} \ No newline at end of file + +}