{ "$schema": "https://json-structure.org/draft/2020-12/schema", "name": "Extension", "type": "object", "properties": { "id": { "type": "string" }, "packageId": { "type": "string" }, "displayName": { "type": "string" }, "publisher": { "type": "string" }, "versionMajor": { "type": "integer" }, "versionMinor": { "type": "integer" }, "versionBuild": { "type": "integer" }, "versionRevision": { "type": "integer" }, "isInstalled": { "type": "boolean" }, "publishedAs": { "type": "string" } } }