Skip to content

Commit 0e113fd

Browse files
committed
Update schema store
1 parent 11c02ed commit 0e113fd

File tree

6 files changed

+15
-4
lines changed

6 files changed

+15
-4
lines changed

schemastore/json.schemastore.org/golangci-lint.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"title":"JSON schema for Import Maps files","$schema":"http://json-schema.org/draft-07/schema","type":"object","additionalProperties":false,"properties":{"imports":{"type":"object","additionalProperties":{"type":"string"}},"scopes":{"type":"object","additionalProperties":{"type":"object","additionalProperties":{"type":"string"}}}}}

schemastore/json.schemastore.org/markdownlint.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"title":"JSON schema for Web Application manifest files","$schema":"http://json-schema.org/draft-07/schema","allOf":[{"$ref":"https://json.schemastore.org/web-manifest.json"},{"$ref":"https://json.schemastore.org/web-manifest-app-info.json"}]}
1+
{"title":"JSON schema for Web Application manifest files","$schema":"http://json-schema.org/draft-07/schema","allOf":[{"$ref":"https://json.schemastore.org/web-manifest.json"},{"$ref":"https://json.schemastore.org/web-manifest-app-info.json"},{"$ref":"https://json.schemastore.org/web-manifest-share-target.json"}]}

schemastore/timestamp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"timestamp":1642725403240}
1+
{"timestamp":1643071353685}

schemastore/www.schemastore.org/api/json/catalog.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1581,6 +1581,16 @@
15811581
],
15821582
"url": "https://json.schemastore.org/imgbotconfig.json"
15831583
},
1584+
{
1585+
"name": "importmap.json",
1586+
"description": "JSON schema for Import Maps files",
1587+
"fileMatch": [
1588+
"importmap.json",
1589+
"import_map.json",
1590+
"import-map.json"
1591+
],
1592+
"url": "https://json.schemastore.org/importmap.json"
1593+
},
15841594
{
15851595
"name": "ioBroker JSON UI",
15861596
"description": "Schema for ioBroker JSON-based admin user interfaces - config, custom and tabs",

0 commit comments

Comments
 (0)