Skip to content

Commit 1a405e7

Browse files
authored
update: tombi. (SchemaStore#5141)
* update: tombi. * fix: update tombi schema reference URL to use HTTPS * feat: add uint64 support to schema validation and update tombi.json format
1 parent 94215ff commit 1a405e7

File tree

3 files changed

+468
-7
lines changed

3 files changed

+468
-7
lines changed

src/schema-validation.jsonc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1167,6 +1167,7 @@
11671167
"base.json"
11681168
],
11691169
"unknownFormat": [
1170+
"uint64",
11701171
"uint16",
11711172
"uint8",
11721173
"uint",
@@ -1277,6 +1278,9 @@
12771278
"ti8m-cdk-environment-definition.json"
12781279
]
12791280
},
1281+
"tombi.json": {
1282+
"unknownFormat": ["uint64", "uint8"]
1283+
},
12801284
"toolinfo.1.1.0.json": {
12811285
"externalSchema": ["licenses.1.json"],
12821286
"unknownKeywords": ["authors", "version"]

src/schemas/json/pyproject.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@
10481048
"description": "The complementary task runner for python."
10491049
},
10501050
"tombi": {
1051-
"$ref": "https://json.schemastore.org/tombi.json",
1051+
"$ref": "https://www.schemastore.org/tombi.json",
10521052
"title": "TOML Toolkit",
10531053
"description": "Tombi is a toolkit for TOML; providing a formatter/linter and language server"
10541054
},

0 commit comments

Comments
 (0)