Skip to content

Commit 9807e71

Browse files
committed
Update schema store
1 parent 632cd1e commit 9807e71

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"title":"JSON schema for SchemaStore.org catalog files","$schema":"http://json-schema.org/draft-07/schema","$id":"https://json.schemastore.org/schema-catalog.json","type":"object","additionalProperties":false,"required":["schemas","version","$schema"],"properties":{"schemas":{"type":"array","items":{"type":"object","required":["name","url","description"],"additionalProperties":false,"properties":{"fileMatch":{"uniqueItems":true,"type":"array","items":{"type":"string"}},"url":{"type":"string","format":"uri","pattern":"^https://"},"name":{"type":"string"},"description":{"type":"string"},"versions":{"type":"object","additionalProperties":{"type":"string","format":"uri","pattern":"^https://"}}}}},"version":{"type":"number"},"$schema":{"type":"string","const":"https://json.schemastore.org/schema-catalog.json"}}}
1+
{"title":"JSON schema for SchemaStore.org catalog files","$schema":"http://json-schema.org/draft-07/schema","$id":"https://json.schemastore.org/schema-catalog.json","type":"object","additionalProperties":false,"required":["schemas","version","$schema"],"properties":{"schemas":{"type":"array","items":{"type":"object","required":["name","url","description"],"additionalProperties":false,"properties":{"fileMatch":{"uniqueItems":true,"type":"array","items":{"type":"string"}},"url":{"type":"string","format":"uri","pattern":"^https://"},"name":{"type":"string","pattern":"^[a-zA-Z\\d\\-_.()* ]*$"},"description":{"type":"string"},"versions":{"type":"object","additionalProperties":{"type":"string","format":"uri","pattern":"^https://"}}}}},"version":{"type":"number"},"$schema":{"type":"string","const":"https://json.schemastore.org/schema-catalog.json"}}}

schemastore/timestamp.json

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

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2525,16 +2525,16 @@
25252525
"url": "https://raw.githubusercontent.com/readthedocs/readthedocs.org/master/readthedocs/rtd_tests/fixtures/spec/v2/schema.json"
25262526
},
25272527
{
2528-
"name": "Red-DiscordBot Сog",
2529-
"description": "Red-DiscordBot Сog metadata file",
2528+
"name": "Red-DiscordBot Cog",
2529+
"description": "Red-DiscordBot Cog metadata file",
25302530
"fileMatch": [
25312531
"info.json"
25322532
],
25332533
"url": "https://raw.githubusercontent.com/Cog-Creators/Red-DiscordBot/V3/develop/schema/red_cog.schema.json"
25342534
},
25352535
{
2536-
"name": "Red-DiscordBot Сog Repo",
2537-
"description": "Red-DiscordBot Сog Repo metadata file",
2536+
"name": "Red-DiscordBot Cog Repo",
2537+
"description": "Red-DiscordBot Cog Repo metadata file",
25382538
"fileMatch": [
25392539
"info.json"
25402540
],
@@ -3201,8 +3201,8 @@
32013201
"url": "https://json.schemastore.org/vss-extension.json"
32023202
},
32033203
{
3204-
"name": "<div>RIOTS' studio configuration",
3205-
"description": "JSON schema for the <div>RIOTS' studio configuration",
3204+
"name": "RIOTS studio configuration",
3205+
"description": "JSON schema for the RIOTS studio configuration",
32063206
"fileMatch": [
32073207
"studio.config.json"
32083208
],
@@ -3570,7 +3570,7 @@
35703570
"url": "https://json.schemastore.org/container-structure-test.json"
35713571
},
35723572
{
3573-
"name": "Žinoma",
3573+
"name": "Zinoma",
35743574
"description": "Žinoma incremental build configuration",
35753575
"fileMatch": [
35763576
"zinoma.yml"

0 commit comments

Comments
 (0)