Skip to content

Commit 0d68ea2

Browse files
committed
Update schema store
1 parent a6058ea commit 0d68ea2

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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","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"}}}
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"}}}

schemastore/timestamp.json

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

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3201,8 +3201,8 @@
32013201
"url": "https://json.schemastore.org/vss-extension.json"
32023202
},
32033203
{
3204-
"name": "RIOTS studio configuration",
3205-
"description": "JSON schema for the RIOTS studio configuration",
3204+
"name": "<div>RIOTS' studio configuration",
3205+
"description": "JSON schema for the <div>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": "Zinoma",
3573+
"name": "Žinoma",
35743574
"description": "Žinoma incremental build configuration",
35753575
"fileMatch": [
35763576
"zinoma.yml"

0 commit comments

Comments
 (0)