Skip to content

Commit 03fa1b3

Browse files
committed
Update schema store
1 parent 4d9be1a commit 03fa1b3

File tree

4 files changed

+32
-4
lines changed

4 files changed

+32
-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","title":"JSON schema for .rehyperc","type":"object","additionalProperties":false,"properties":{"plugins":{"oneOf":[{"type":"array","items":{"oneOf":[{"type":"string"},{"type":"array","additionalItems":true,"items":[{"type":"string"}]}]}},{"type":"object"}]},"settings":{"type":"object","additionalProperties":false,"properties":{"fragment":{"type":["boolean"],"default":false},"space":{"enum":["svg","html"],"default":"html"},"emitParseErrors":{"type":["boolean"],"default":false},"verbose":{"type":["boolean"],"default":false},"entities":{"type":"object","default":{},"additionalProperties":false,"properties":{"useNamedReferences":{"type":"boolean","default":false},"useShortestReferences":{"type":"boolean","default":false},"omitOptionalSemicolons":{"type":"boolean","default":false}}},"voids":{"type":"array","items":{"type":"string"}},"upperDoctype":{"type":"boolean","default":false},"quote":{"enum":["\"","'"],"default":"\""},"quoteSmart":{"type":"boolean","default":false},"preferUnquoted":{"type":"boolean","default":false},"omitOptionalTags":{"type":"boolean","default":false},"collapseEmptyAttributes":{"type":"boolean","default":false},"closeSelfClosing":{"type":"boolean","default":false},"closeEmptyElements":{"type":"boolean","default":false},"tightCommaSeparatedLists":{"type":"boolean","default":false},"tightAttributes":{"type":"boolean","default":false},"tightDoctype":{"type":"boolean","default":false},"bogusComments":{"type":"boolean","default":false},"allowParseErrors":{"type":"boolean","default":false},"allowDangerousHtml":{"type":"boolean","default":false}}}}}

schemastore/json.schemastore.org/tsconfig.json

Lines changed: 1 addition & 1 deletion
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":1639615060219}
1+
{"timestamp":1639701683252}

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

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2029,6 +2029,17 @@
20292029
"nswag.json"
20302030
]
20312031
},
2032+
{
2033+
"name": "ntangle",
2034+
"description": "NTangle (https://github.com/Avanade/ntangle) CDC code-generation configuration.",
2035+
"url": "https://raw.githubusercontent.com/Avanade/NTangle/main/schemas/ntangle.json",
2036+
"fileMatch": [
2037+
"ntangle.yaml",
2038+
"ntangle.yml",
2039+
"ntangle.json",
2040+
"ntangle.jsn"
2041+
]
2042+
},
20322043
{
20332044
"name": "Ory Oathkeeper configuration",
20342045
"description": "Schema for Ory Oathkeeper configuration file",
@@ -2411,6 +2422,17 @@
24112422
],
24122423
"url": "https://raw.githubusercontent.com/Cog-Creators/Red-DiscordBot/V3/develop/schema/red_cog_repo.schema.json"
24132424
},
2425+
{
2426+
"name": ".rehyperc",
2427+
"description": "A rehype configuration file",
2428+
"fileMatch": [
2429+
".rehyperc",
2430+
".rehyperc.json",
2431+
".rehyperc.yaml",
2432+
".rehyperc.yml"
2433+
],
2434+
"url": "https://json.schemastore.org/rehyperc.json"
2435+
},
24142436
{
24152437
"name": ".remarkrc",
24162438
"description": "A remark configuration file",
@@ -3138,6 +3160,11 @@
31383160
"description": "Meta-validation schema for JSON Schema Draft 8",
31393161
"url": "https://json-schema.org/draft/2019-09/schema"
31403162
},
3163+
{
3164+
"name": "JSON Schema Draft 2020-12",
3165+
"description": "Meta-validation schema for JSON Schema Draft 2020-12",
3166+
"url": "https://json-schema.org/draft/2020-12/schema"
3167+
},
31413168
{
31423169
"name": "xunit.runner.json",
31433170
"description": "xUnit.net runner configuration file",
@@ -3418,7 +3445,7 @@
34183445
},
34193446
{
34203447
"name": "Žinoma",
3421-
"description": "Žinoma incremental build configuration",
3448+
"description": "��inoma incremental build configuration",
34223449
"fileMatch": [
34233450
"zinoma.yml"
34243451
],
@@ -3654,7 +3681,7 @@
36543681
"*.clab.yaml",
36553682
"*.clab.yml"
36563683
],
3657-
"url": "https://raw.githubusercontent.com/srl-labs/containerlab/master/schemas/clab.schema.json"
3684+
"url": "https://raw.githubusercontent.com/srl-labs/containerlab/main/schemas/clab.schema.json"
36583685
},
36593686
{
36603687
"name": "User Journey Map YAML Schema",

0 commit comments

Comments
 (0)