Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion src/schema-validation.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,6 @@
"vector.json",
"vega-lite.json",
"vs-nesting.json",
"vsext.json",
"vsix-manifestinjection.json",
"vsix-publish.json",
"vss-extension.json",
Expand Down
5 changes: 3 additions & 2 deletions src/schemas/json/vsext.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://json.schemastore.org/vsext.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://json.schemastore.org/vsext.json",
"properties": {
"id": {
"description": "A unique identifier for the extension pack. This is to uniquely identify the extension pack and will not be shown to the user.",
Expand All @@ -26,6 +26,7 @@
"description": "A list of extension objects.",
"type": "array",
"items": {
"type": "object",
"required": ["vsixId"],
"properties": {
"name": {
Expand Down
Loading