Skip to content

Commit 587dc87

Browse files
committed
Update schema store
1 parent 6722a5e commit 587dc87

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"title":"JSON schema for the .NET global configuration file","$schema":"http://json-schema.org/draft-07/schema","type":"object","additionalProperties":true,"properties":{"sdk":{"type":"object","properties":{"version":{"type":"string"},"allowPrerelease":{"type":"boolean"},"rollForward":{"type":"string","enum":["patch","feature","minor","major","latestPatch","latestFeature","latestMinor","latestMajor","disable"],"default":"disable"}}}}}
1+
{"title":"JSON schema for the .NET global configuration file","$schema":"http://json-schema.org/draft-07/schema","type":"object","additionalProperties":true,"properties":{"sdk":{"type":"object","properties":{"version":{"type":"string","pattern":"^(?<major>0|[1-9]\\d*)\\.(?<minor>0|[1-9]\\d*)\\.(?<patch>0|[1-9]\\d*)(?:-(?<prerelease>(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+(?<buildmetadata>[0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$"},"allowPrerelease":{"type":"boolean"},"rollForward":{"type":"string","enum":["patch","feature","minor","major","latestPatch","latestFeature","latestMinor","latestMajor","disable"],"default":"disable"}}}}}

schemastore/timestamp.json

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

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

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1142,13 +1142,13 @@
11421142
{
11431143
"name": "Error pages",
11441144
"description": "Error-Pages configuration file",
1145-
"url": "https://raw.githubusercontent.com/tarampampam/error-pages/master/schemas/config/1.0.schema.json",
1145+
"url": "https://cdn.jsdelivr.net/gh/tarampampam/error-pages@latest/schemas/config/1.0.schema.json",
11461146
"fileMatch": [
11471147
"error-pages*.yml",
11481148
"error-pages*.yaml"
11491149
],
11501150
"versions": {
1151-
"1.0": "https://raw.githubusercontent.com/tarampampam/error-pages/master/schemas/config/1.0.schema.json"
1151+
"1.0": "https://cdn.jsdelivr.net/gh/tarampampam/error-pages@latest/schemas/config/1.0.schema.json"
11521152
}
11531153
},
11541154
{
@@ -1770,11 +1770,7 @@
17701770
"*.k3d.yaml",
17711771
"*.k3d.yml"
17721772
],
1773-
"url": "https://raw.githubusercontent.com/rancher/k3d/main/pkg/config/v1alpha2/schema.json",
1774-
"versions": {
1775-
"v1alpha2": "https://raw.githubusercontent.com/rancher/k3d/main/pkg/config/v1alpha2/schema.json",
1776-
"v1alpha3": "https://raw.githubusercontent.com/rancher/k3d/main/pkg/config/v1alpha3/schema.json"
1777-
}
1773+
"url": "https://raw.githubusercontent.com/rancher/k3d/main/pkg/config/config.versions.schema.json"
17781774
},
17791775
{
17801776
"name": "Ory Keto configuration",
@@ -2868,6 +2864,14 @@
28682864
".github/stale.yml"
28692865
],
28702866
"url": "https://json.schemastore.org/stale.json"
2867+
},{
2868+
"name": "Statamic Blueprint",
2869+
"description": "A Statamic Blueprint Schema",
2870+
"fileMatch": [
2871+
"resources/blueprints/**/*.yml",
2872+
"resources/blueprints/**/*.yaml"
2873+
],
2874+
"url": "https://raw.githubusercontent.com/Konafets/statamic-blueprint-validation/main/statamic.blueprint.schema.json"
28712875
},
28722876
{
28732877
"name": "Stryker Mutator",

0 commit comments

Comments
 (0)