Skip to content

Commit 7cd2efb

Browse files
committed
Update schema store
1 parent 02261db commit 7cd2efb

File tree

4 files changed

+20
-6
lines changed

4 files changed

+20
-6
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","title":"JSON schema for the Agrippa config file","type":"object","additionalProperties":false,"properties":{"props":{"type":"string","enum":["ts","jsdoc","prop-types","none"]},"children":{"type":"boolean"},"typescript":{"type":"boolean"},"flat":{"type":"boolean"},"styling":{"type":"string","enum":["css","scss","jss","mui","none"]},"stylingModule":{"type":"boolean"},"importReact":{"type":"boolean"},"overwrite":{"type":"boolean"},"postCommand":{"type":"string"},"baseDir":{"type":"string"},"destination":{"type":"string"},"allowOutsideBase":{"type":"boolean"},"exportType":{"type":"string","enum":["named","default"]},"declaration":{"type":"string","enum":["const","function"]},"memo":{"type":"boolean"}}}

schemastore/json.schemastore.org/liquibase-3.2.json

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

schemastore/timestamp.json

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

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

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,14 @@
1010
],
1111
"url": "https://raw.githubusercontent.com/adonisjs/application/master/adonisrc.schema.json"
1212
},
13+
{
14+
"name": ".agripparc.json",
15+
"description": "JSON schema for the Agrippa config file",
16+
"fileMatch": [
17+
"agripparc.json"
18+
],
19+
"url": "https://json.schemastore.org/agripparc-1.2.json"
20+
},
1321
{
1422
"name": ".aiproj.json",
1523
"description": "Settings for project analysis by the application inspector",
@@ -387,7 +395,7 @@
387395
"fileMatch": [
388396
"bsconfig.json"
389397
],
390-
"url": "https://raw.githubusercontent.com/rescript-lang/rescript-compiler/8.2.0/docs/docson/build-schema.json"
398+
"url": "https://raw.githubusercontent.com/rescript-lang/rescript-compiler/master/docs/docson/build-schema.json"
391399
},
392400
{
393401
"name": "Bukkit plugin.yml",
@@ -674,7 +682,7 @@
674682
"cloudformation.yml",
675683
"cloudformation.yaml"
676684
],
677-
"url": "https://raw.githubusercontent.com/awslabs/goformation/v5.2.9/schema/cloudformation.schema.json"
685+
"url": "https://raw.githubusercontent.com/awslabs/goformation/v5.2.11/schema/cloudformation.schema.json"
678686
},
679687
{
680688
"name": "AWS CloudFormation Serverless Application Model (SAM)",
@@ -688,7 +696,7 @@
688696
"sam.yml",
689697
"sam.yaml"
690698
],
691-
"url": "https://raw.githubusercontent.com/awslabs/goformation/v5.2.9/schema/sam.schema.json"
699+
"url": "https://raw.githubusercontent.com/awslabs/goformation/v5.2.11/schema/sam.schema.json"
692700
},
693701
{
694702
"name": "Citation File Format",
@@ -2280,7 +2288,7 @@
22802288
"url": "https://raw.githubusercontent.com/Cog-Creators/Red-DiscordBot/V3/develop/schema/red_cog.schema.json"
22812289
},
22822290
{
2283-
"name": "Red-DiscordBot ��og Repo",
2291+
"name": "Red-DiscordBot Сog Repo",
22842292
"description": "Red-DiscordBot Сog Repo metadata file",
22852293
"fileMatch": [
22862294
"info.json"
@@ -3547,7 +3555,11 @@
35473555
"**/db/changelog/**/*.yml",
35483556
"**/db/changelog/**/*.json"
35493557
],
3550-
"url": "https://json.schemastore.org/liquibase.json"
3558+
"url": "https://json.schemastore.org/liquibase-3.2.json",
3559+
"versions": {
3560+
"1.0": "https://json.schemastore.org/liquibase.json",
3561+
"3.2": "https://json.schemastore.org/liquibase-3.2.json"
3562+
}
35513563
},
35523564
{
35533565
"name": "Pipeline component",

0 commit comments

Comments
 (0)