Skip to content

Commit bc884a2

Browse files
authored
Update name to Sourcemeta JSON Schema Studio and add note in readme about verification (#144)
fix #143 Regarding discoverability on VS-code marketplace - updated cli version to latest - updated extension version to 1.0.0 - added better categories - updated readme with note about verification - updated extension name to Sourcemeta JSON Schema Studio --------- Signed-off-by: karan-palan <karanpalan007@gmail.com>
1 parent 6ec65c2 commit bc884a2

File tree

3 files changed

+55
-12
lines changed

3 files changed

+55
-12
lines changed

README.markdown

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ validation, and automatic formatting directly into your editor.
66

77
***
88

9-
**[Install from the Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=sourcemeta.sourcemeta-studio)**
9+
**[Install in Visual Studio Code](vscode:extension/sourcemeta.sourcemeta-studio)**
1010

1111
***
1212

@@ -25,6 +25,23 @@ After installing the Sourcemeta Studio extension, issues are not displayed autom
2525
> Data Products with JSON
2626
> Schema](https://www.oreilly.com/library/view/unifying-business-data/9781098144999/).
2727
28+
Publisher & Verification Status
29+
-------------------------------
30+
31+
Sourcemeta Studio is published and maintained by the **official Sourcemeta
32+
organization**, the team behind open-source JSON Schema tooling used in
33+
production by developers and companies worldwide.
34+
35+
At the time of writing, the Visual Studio Code Marketplace **Verified Publisher**
36+
badge has not yet been applied to this extension. Publisher verification is a
37+
Microsoft-managed, administrative process that is independent of an
38+
extension’s code quality, security posture, or maintenance status, and can take
39+
time even for established open-source organizations.
40+
41+
This extension is actively maintained by the Sourcemeta team, and all releases
42+
are built from the same public repositories that power Sourcemeta’s other
43+
open-source projects.
44+
2845
Features
2946
--------
3047

vscode/package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vscode/package.json

Lines changed: 31 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
{
22
"name": "sourcemeta-studio",
3-
"displayName": "Sourcemeta Studio",
3+
"displayName": "Sourcemeta JSON Schema Studio",
44
"publisher": "sourcemeta",
5-
"description": "JSON Schema inspection, formatting, and linting tools",
6-
"version": "0.0.8",
5+
"description": "JSON Schema inspection, formatting, and linting tools by a member of the JSON Schema Technical Steering Committee",
6+
"version": "1.0.0",
77
"icon": "logo.png",
88
"engines": {
99
"vscode": "^1.74.0"
1010
},
11+
"homepage": "https://www.sourcemeta.com/",
1112
"categories": [
12-
"Other"
13+
"Linters",
14+
"Formatters",
15+
"Programming Languages",
16+
"AI",
17+
"Data Science",
18+
"Testing",
19+
"Visualization"
1320
],
1421
"repository": {
1522
"type": "git",
@@ -48,6 +55,25 @@
4855
}
4956
}
5057
},
58+
"keywords": [
59+
"json",
60+
"json schema",
61+
"schema",
62+
"validation",
63+
"validator",
64+
"lint",
65+
"linter",
66+
"linting",
67+
"formatter",
68+
"formatting",
69+
"openapi",
70+
"api",
71+
"vscode",
72+
"data",
73+
"schema validation",
74+
"json lint"
75+
],
76+
"qna": "marketplace",
5177
"scripts": {
5278
"compile": "node esbuild.js",
5379
"watch": "node esbuild.js --watch",
@@ -56,7 +82,7 @@
5682
"lint": "eslint src --ext ts"
5783
},
5884
"dependencies": {
59-
"@sourcemeta/jsonschema": "^13.3.0"
85+
"@sourcemeta/jsonschema": "^14.0.2"
6086
},
6187
"devDependencies": {
6288
"@types/node": "24.x",

0 commit comments

Comments
 (0)