Skip to content

Commit e5fadbe

Browse files
committed
Update schema store
1 parent 6a2d020 commit e5fadbe

File tree

3 files changed

+19
-4
lines changed

3 files changed

+19
-4
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"$schema":"http://json-schema.org/draft-07/schema","$id":"https://json.schemastore.org/csr","title":"CSR Framework schema","$comment":"JSON Schema for CSR Framework","type":"object","properties":{"log":{"$ref":"#/definitions/log"},"template":{"$ref":"#/definitions/template"},"database":{"$ref":"#/definitions/database"}},"definitions":{"log":{"type":"object","title":"Logger options","properties":{"channel":{"type":"string","default":"console"},"path":{"type":"string","default":"../src/logs"},"template":{"type":"object","properties":{"message":{"type":"string"},"file":{"type":"string"},"dir":{"type":"string"}}},"telegram":{"type":"object","properties":{"bot_token":{"type":"string"},"chat_id":{"type":"string"}},"required":["chat_id","bot_token"]}}},"template":{"type":"object","properties":{"path":{"type":"string"},"cache":{"type":"string"}}},"database":{"type":"object","patternProperties":{".*":{"type":"object","properties":{"provider":{"type":"string"},"user":{"type":"string"},"password":{"type":"string"}},"required":["provider"]}}}}}

schemastore/timestamp.json

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

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

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -585,6 +585,19 @@
585585
"description": "Schema for the representation of 3D city models",
586586
"url": "https://raw.githubusercontent.com/cityjson/specs/master/schemas/cityjson.min.schema.json"
587587
},
588+
{
589+
"name": "CSR Framework",
590+
"description": "Schema for configuration of CSR Framework",
591+
"fileMatch": [
592+
"csr.json",
593+
"csr.yaml",
594+
"csr.yml",
595+
"*.csr.json",
596+
"*.csr.yaml",
597+
"*.csr.yml"
598+
],
599+
"url": "https://json.schemastore.org/csr.json"
600+
},
588601
{
589602
"name": "Helm Chart.yaml",
590603
"description": "The Chart.yaml file is required for a chart.",
@@ -2864,7 +2877,8 @@
28642877
".github/stale.yml"
28652878
],
28662879
"url": "https://json.schemastore.org/stale.json"
2867-
},{
2880+
},
2881+
{
28682882
"name": "Statamic Blueprint",
28692883
"description": "A Statamic Blueprint Schema",
28702884
"fileMatch": [
@@ -4028,8 +4042,8 @@
40284042
"name": "Qodana",
40294043
"description": "A standard qodana.yaml (or qodana.yml) format for Qodana (https://jetbrains.com/qodana) configuration.",
40304044
"fileMatch": [
4031-
"qodana.yaml",
4032-
"qodana.yml"
4045+
"qodana.yaml",
4046+
"qodana.yml"
40334047
],
40344048
"url": "https://json.schemastore.org/qodana-1.0.json"
40354049
}

0 commit comments

Comments
 (0)