Skip to content

Commit 1434a0e

Browse files
committed
Update schema store
1 parent e30882f commit 1434a0e

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"$id":"https://json.schemastore.org/bungee-plugin","$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":true,"definitions":{"plugin-name":{"type":"string","pattern":"^[A-Za-z0-9_\\.-]+$"}},"properties":{"name":{"$ref":"#/definitions/plugin-name"},"main":{"type":"string","pattern":"^([a-zA-Z_$][a-zA-Z\\d_$]*\\.)*[a-zA-Z_$][a-zA-Z\\d_$]*$"},"version":{"type":"string"},"author":{"type":"string"},"depends":{"type":"array","items":{"$ref":"#/definitions/plugin-name"}},"softdepends":{"type":"array","items":{"$ref":"#/definitions/plugin-name"}},"description":{"type":"string"}},"required":["name","main"],"title":"JSON schema for BungeeCord Plugin YAML","type":"object"}
1+
{"$id":"https://json.schemastore.org/bungee-plugin","$schema":"http://json-schema.org/draft-07/schema#","additionalProperties":true,"definitions":{"plugin-name":{"type":"string","pattern":"^[A-Za-z0-9_\\.-]+$"}},"properties":{"name":{"$ref":"#/definitions/plugin-name"},"main":{"type":"string","pattern":"^([a-zA-Z_$][a-zA-Z\\d_$]*\\.)*[a-zA-Z_$][a-zA-Z\\d_$]*$"},"version":{"type":"string"},"author":{"type":"string"},"depends":{"type":"array","items":{"$ref":"#/definitions/plugin-name"}},"softDepends":{"type":"array","items":{"$ref":"#/definitions/plugin-name"}},"description":{"type":"string"}},"required":["name","main"],"title":"JSON schema for BungeeCord Plugin YAML","type":"object"}

schemastore/timestamp.json

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

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1023,6 +1023,11 @@
10231023
"fileMatch": ["ecosystem.json", "ecosystem.yml", "ecosystem.yaml"],
10241024
"url": "https://json.schemastore.org/pm2-ecosystem.json"
10251025
},
1026+
{
1027+
"name": "eksctl",
1028+
"description": "eksctl cluster configuration file",
1029+
"url": "https://raw.githubusercontent.com/weaveworks/eksctl/main/pkg/apis/eksctl.io/v1alpha5/assets/schema.json"
1030+
},
10261031
{
10271032
"name": ".esmrc.json",
10281033
"description": "Configuration files for the esm module/package in Node.js",
@@ -3549,6 +3554,12 @@
35493554
"description": "YAML schema for a webman package",
35503555
"fileMatch": ["*.webman-pkg.yml"],
35513556
"url": "https://raw.githubusercontent.com/candrewlee14/webman/main/schema/pkg_schema.json"
3557+
},
3558+
{
3559+
"name": "webhint.io",
3560+
"description": "A configuration file for hint",
3561+
"fileMatch": [".hintrc"],
3562+
"url": "https://raw.githubusercontent.com/webhintio/hint/main/packages/hint/src/lib/config/config-schema.json"
35523563
}
35533564
],
35543565
"version": 1

0 commit comments

Comments
 (0)