Skip to content

Commit dfd2878

Browse files
committed
Update schema store
1 parent c137b43 commit dfd2878

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
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","react-native","styled-components","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"]},"tsPropsDeclaration":{"type":"string","enum":["interface","type"]},"memo":{"type":"boolean"},"separateIndex":{"type":"boolean"},"reactNative":true,"debug":{"type":"boolean"},"$schema":{"type":"string","const":"https://json.schemastore.org/agripparc-1.4.json"}}}

schemastore/timestamp.json

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

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@
3232
".agripparc.json",
3333
"agripparc.json"
3434
],
35-
"url": "https://json.schemastore.org/agripparc-1.3.json",
35+
"url": "https://json.schemastore.org/agripparc-1.4.json",
3636
"versions": {
3737
"1.2": "https://json.schemastore.org/agripparc-1.2.json",
38-
"1.3": "https://json.schemastore.org/agripparc-1.3.json"
38+
"1.3": "https://json.schemastore.org/agripparc-1.3.json",
39+
"1.4": "https://json.schemastore.org/agripparc-1.4.json"
3940
}
4041
},
4142
{

0 commit comments

Comments
 (0)