diff --git a/data/catalog.json b/data/catalog.json index 9a7ce58..61badd3 100644 --- a/data/catalog.json +++ b/data/catalog.json @@ -10,6 +10,18 @@ ], "url": "https://raw.githubusercontent.com/adonisjs/application/master/adonisrc.schema.json" }, + { + "name": ".agripparc.json", + "description": "JSON schema for the Agrippa config file", + "fileMatch": [ + "agripparc.json" + ], + "url": "https://json.schemastore.org/agripparc-1.3.json", + "versions": { + "1.2": "https://json.schemastore.org/agripparc-1.2.json", + "1.3": "https://json.schemastore.org/agripparc-1.3.json" + } + }, { "name": ".aiproj.json", "description": "Settings for project analysis by the application inspector", @@ -18,6 +30,20 @@ ], "url": "https://json.schemastore.org/aiproj.json" }, + { + "name": "Airlock Microgateway", + "description": "Airlock Microgateway configuration schema", + "url": "https://json.schemastore.org/airlock-microgateway-3.0.json", + "fileMatch": [ + "microgateway-config.yaml", + "microgateway-config.yml", + "airlock-microgateway-config.yaml", + "airlock-microgateway-config.yml" + ], + "versions": { + "3.0": "https://json.schemastore.org/airlock-microgateway-3.0.json" + } + }, { "name": "angular.json", "description": "Angular configuration file", @@ -89,6 +115,22 @@ ], "url": "https://json.schemastore.org/apple-app-site-association.json" }, + { + "name": "app-definition.yaml", + "description": "Appsemble app definition", + "fileMatch": [ + "app-definition.yaml" + ], + "url": "https://appsemble.app/api.json#/components/schemas/AppDefinition" + }, + { + "name": ".appsemblerc.yaml", + "description": "Appsemble RC file", + "fileMatch": [ + ".appsemblerc.yaml" + ], + "url": "https://gitlab.com/appsemble/appsemble/-/raw/HEAD/packages/cli/assets/appsemblerc.schema.json" + }, { "name": "appsscript.json", "description": "Google Apps Script manifest file", @@ -114,6 +156,12 @@ ], "url": "https://json.schemastore.org/appveyor.json" }, + { + "name": "architect.yml", + "description": "Architect.io Component Schema", + "fileMatch": ["architect.yml", "architect.yaml", "*.architect.yml", "*.architect.yaml"], + "url": "https://raw.githubusercontent.com/architect-team/architect-cli/master/src/dependency-manager/schema/architect.schema.json" + }, { "name": "arc.json", "description": "A JSON schema for OpenJS Architect", @@ -129,6 +177,14 @@ "description": "Argo Workflow configuration file", "url": "https://raw.githubusercontent.com/argoproj/argo-workflows/master/api/jsonschema/schema.json" }, + { + "name": "artifacthub-repo.yml", + "description": "Artifact Hub repository metadata file", + "fileMatch": [ + "artifacthub-repo.yml" + ], + "url": "https://json.schemastore.org/artifacthub-repo.json" + }, { "name": "Avro Avsc", "description": "Avro Schema Avsc file", @@ -170,12 +226,14 @@ "description": "Azure IoT Edge deployment template schema", "fileMatch": [ "deployment.template.json", - "deployment.*.template.json" + "deployment.debug.template.json" ], - "url": "https://json.schemastore.org/azure-iot-edge-deployment-template-2.0.json", + "url": "https://json.schemastore.org/azure-iot-edge-deployment-template-4.0.json", "versions": { "1.0": "https://json.schemastore.org/azure-iot-edge-deployment-template-1.0.json", - "1.1": "https://json.schemastore.org/azure-iot-edge-deployment-template-2.0.json" + "1.1": "https://json.schemastore.org/azure-iot-edge-deployment-template-2.0.json", + "1.2": "https://json.schemastore.org/azure-iot-edge-deployment-template-3.0.json", + "1.3": "https://json.schemastore.org/azure-iot-edge-deployment-template-4.0.json" } }, { @@ -234,8 +292,8 @@ "description": "The Bamboo Specs allows you to define Bamboo configuration as code, and have corresponding plans/deployments created or updated automatically in Bamboo", "url": "https://json.schemastore.org/bamboo-spec.json", "fileMatch": [ - "bamboo.yaml", - "bamboo.yml" + "bamboo-specs/*.yaml", + "bamboo-specs/*.yml" ] }, { @@ -264,6 +322,14 @@ "datamodel.beef.json" ] }, + { + "name": "bigquery-table", + "description": "BigQuery table schema", + "url": "https://json.schemastore.org/bigquery-table.json", + "fileMatch": [ + "*.bigquery.json" + ] + }, { "name": "bitbucket-pipelines", "description": "Bitbucket Pipelines CI/CD manifest schema", @@ -347,7 +413,7 @@ "fileMatch": [ "bsconfig.json" ], - "url": "https://raw.githubusercontent.com/rescript-lang/rescript-compiler/8.2.0/docs/docson/build-schema.json" + "url": "https://raw.githubusercontent.com/rescript-lang/rescript-compiler/master/docs/docson/build-schema.json" }, { "name": "Bukkit plugin.yml", @@ -405,6 +471,17 @@ ], "url": "https://json.schemastore.org/bungee-plugin.json" }, + { + "name": "block.json", + "description": "Schema WordPress block.json files", + "fileMatch": [ + "block.json" + ], + "url": "https://schemas.wp.org/trunk/block.json", + "versions": { + "trunk": "https://raw.githubusercontent.com/WordPress/gutenberg/trunk/schemas/json/block.json" + } + }, { "name": "CMake Presets", "description": "Schema for CMake Presets", @@ -432,11 +509,35 @@ "draft-01": "https://carafe.fm/schema/draft-01/bundle.schema.json" } }, + { + "name": "Catalog Info Backstage", + "description": "Schema for Backstage Catalog Info", + "url": "https://json.schemastore.org/catalog-info.json", + "fileMatch": [ + "catalog-info.yaml" + ] + }, { "name": "CityJSON", "description": "Schema for the representation of 3D city models", "url": "https://raw.githubusercontent.com/cityjson/specs/1.0.1/schemas/cityjson.min.schema.json" }, + { + "name": "Helm Chart.yaml", + "description": "The Chart.yaml file is required for a chart.", + "fileMatch": [ + "Chart.yaml" + ], + "url": "https://json.schemastore.org/chart.json" + }, + { + "name": "Helm Chart.lock", + "description": "The Chart.lock file locks dependencies from Chart.yaml", + "fileMatch": [ + "Chart.lock" + ], + "url": "https://json.schemastore.org/chart-lock.json" + }, { "name": "CircleCI config.yml", "description": "Schema for CircleCI 2.0 config files", @@ -445,6 +546,15 @@ ], "url": "https://json.schemastore.org/circleciconfig.json" }, + { + "name": "Code Climate", + "description": "Configuration file as an alternative for configuring your repository in the settings page.", + "fileMatch": [ + ".codeclimate.yml", + ".codeclimate.json" + ], + "url": "https://json.schemastore.org/codeclimate.json" + }, { "name": ".cirrus.yml", "description": "Cirrus CI configuration files", @@ -503,6 +613,14 @@ ], "url": "https://json.schemastore.org/codeship-steps.json" }, + { + "name": "VSCode Code Snippets", + "description": "Schema for code snippet files in visual studio code extensions", + "fileMatch": [ + "*.code-snippets" + ], + "url": "https://raw.githubusercontent.com/Yash-Singh1/vscode-snippets-json-schema/main/schema.json" + }, { "name": "compilerconfig.json", "description": "Schema for compilerconfig.json files", @@ -578,7 +696,7 @@ "url": "https://json.schemastore.org/cloudbuild.json" }, { - "name": "workflows.json", + "name": "Google Cloud Workflows", "description": "Google Cloud Workflows configuration file", "fileMatch": [ "workflows.json", @@ -601,7 +719,7 @@ "cloudformation.yml", "cloudformation.yaml" ], - "url": "https://raw.githubusercontent.com/awslabs/goformation/v4.18.2/schema/cloudformation.schema.json" + "url": "https://raw.githubusercontent.com/awslabs/goformation/v5.2.11/schema/cloudformation.schema.json" }, { "name": "AWS CloudFormation Serverless Application Model (SAM)", @@ -615,7 +733,15 @@ "sam.yml", "sam.yaml" ], - "url": "https://raw.githubusercontent.com/awslabs/goformation/v4.18.2/schema/sam.schema.json" + "url": "https://raw.githubusercontent.com/awslabs/goformation/v5.2.11/schema/sam.schema.json" + }, + { + "name": "Citation File Format", + "description": "A YAML file with citation metadata for software or datasets.", + "fileMatch": [ + "CITATION.cff" + ], + "url": "https://citation-file-format.github.io/1.2.0/schema.json" }, { "name": "coffeelint.json", @@ -657,6 +783,14 @@ ], "url": "https://raw.githubusercontent.com/mozilla/contribute.json/master/schema.json" }, + { + "name": "crowdin.yml", + "description": "A JSON schema to configure Crowdin, a crowd-translation platform. See https://support.crowdin.com/configuration-file/.", + "fileMatch": [ + "**/crowdin.yml" + ], + "url": "https://json.schemastore.org/crowdin.json" + }, { "name": "cypress.json", "description": "Cypress.io test runner configuration file", @@ -679,9 +813,15 @@ "fileMatch": [ ".cspell.json", "cspell.json", - "cSpell.json" + ".cSpell.json", + "cSpell.json", + "cspell.config.json", + "cspell.config.yaml", + "cspell.config.yml", + "cspell.yaml", + "cspell.yml" ], - "url": "https://raw.githubusercontent.com/streetsidesoftware/cspell/cspell4/cspell.schema.json" + "url": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/packages/cspell-types/cspell.schema.json" }, { "name": ".csscomb.json", @@ -768,9 +908,14 @@ ], "url": "https://json.schemastore.org/detekt.json" }, + { + "name": "Discord Webhook", + "description": "Execute Discord Webhook JSON Schema", + "url": "https://raw.githubusercontent.com/AxoCode/json-schema/master/discord/webhook.json" + }, { "name": "docfx.json", - "description": "A JSON schema for DocFx configuraton files", + "description": "A JSON schema for DocFx configuration files", "fileMatch": [ "docfx.json" ], @@ -943,12 +1088,14 @@ "fileMatch": [ "app.json" ], - "url": "https://json.schemastore.org/expo-40.0.0.json", + "url": "https://json.schemastore.org/expo-41.0.0.json", "versions": { "37.0.0": "https://json.schemastore.org/expo-37.0.0.json", "38.0.0": "https://json.schemastore.org/expo-38.0.0.json", "39.0.0": "https://json.schemastore.org/expo-39.0.0.json", - "40.0.0": "https://json.schemastore.org/expo-40.0.0.json" + "40.0.0": "https://json.schemastore.org/expo-40.0.0.json", + "41.0.0": "https://json.schemastore.org/expo-41.0.0.json", + "42.0.0": "https://json.schemastore.org/expo-42.0.0.json" } }, { @@ -978,6 +1125,14 @@ ], "url": "https://json.schemastore.org/fabric.mod.json" }, + { + "name": "F-Droid Data metadata", + "description": "Schema for F-Droid Data app metadata files", + "fileMatch": [ + "metadata/*.yml" + ], + "url": "https://gitlab.com/fdroid/fdroiddata/-/raw/master/schemas/metadata.json" + }, { "name": ".ffizer.yaml", "description": "JSON schema for ffizer template configuration files", @@ -986,6 +1141,14 @@ ], "url": "https://ffizer.github.io/ffizer/ffizer.schema.json" }, + { + "name": "first-timers-bot", + "description": "A bot that helps onboarding new open-source contributors.", + "fileMatch": [ + ".github/first-timers.yml" + ], + "url": "https://json.schemastore.org/first-timers.json" + }, { "name": "Foundry VTT - Manifest", "description": "JSON schema for Foundry VTT system.json and module.json files.", @@ -1003,6 +1166,22 @@ ], "url": "https://gitlab.com/-/snippets/2062623/raw/master/foundryvtt_template_schema.json" }, + { + "name": "Fossa configuration file", + "description": "JSON schema for FOSSA CLI's .fossa.yml configuration file", + "fileMatch": [ + ".fossa.yml" + ], + "url": "https://raw.githubusercontent.com/fossas/fossa-cli/master/docs/references/files/fossa-yml.v3.schema.json" + }, + { + "name": "func.yaml", + "description": "JSON schema for Knative Func Plugin func.yaml files", + "fileMatch": [ + "func.yaml" + ], + "url": "https://raw.githubusercontent.com/knative-sandbox/kn-plugin-func/main/schema/func_yaml-schema.json" + }, { "name": "function.json", "description": "JSON schema for Azure Functions function.json files", @@ -1011,6 +1190,37 @@ ], "url": "https://json.schemastore.org/function.json" }, + { + "name": "GatewayCore API Gateway", + "description": "JSON schema for Cloudtoid GatewayCore API Gateway and Reverse Proxy", + "fileMatch": [ + "gwcore.json", + "gwcore.yml", + "gwcore.yaml", + "gatewaycore.json", + "gatewaycore.yml", + "gatewaycore.yaml", + "*.gwcore.json", + "*.gwcore.yml", + "*.gwcore.yaml", + "*.gatewaycore.json", + "*.gatewaycore.yml", + "*.gatewaycore.yaml" + ], + "url": "https://raw.githubusercontent.com/cloudtoid/gateway-core/master/src/Cloudtoid.GatewayCore/Options/Schema/2021-07.json", + "versions": { + "latest": "https://raw.githubusercontent.com/cloudtoid/gateway-core/master/src/Cloudtoid.GatewayCore/Options/Schema/2021-07.json", + "2021-07": "https://raw.githubusercontent.com/cloudtoid/gateway-core/master/src/Cloudtoid.GatewayCore/Options/Schema/2021-07.json" + } + }, + { + "name": "Global Privacy Control", + "description": "Configuration for GPC, so a site can convey its support for the Global Privacy Control.", + "fileMatch": [ + "**/.well-known/gpc.json" + ], + "url": "https://json.schemastore.org/gpc.json" + }, { "name": "geojson.json", "description": "GeoJSON format for representing geographic data.", @@ -1043,6 +1253,24 @@ ], "url": "https://json.schemastore.org/github-funding.json" }, + { + "name": "GitHub issue forms", + "description": "YAML schema for GitHub issue forms", + "fileMatch": [ + ".github/ISSUE_TEMPLATE/**.yml", + ".github/ISSUE_TEMPLATE/**.yaml" + ], + "url": "https://json.schemastore.org/github-issue-forms.json" + }, + { + "name": "GitHub Issue Template configuration", + "description": "YAML schema for configuring GitHub Issue Templates", + "fileMatch": [ + ".github/ISSUE_TEMPLATE/config.yml", + ".github/ISSUE_TEMPLATE/config.yaml" + ], + "url": "https://json.schemastore.org/github-issue-config.json" + }, { "name": "GitHub Workflow", "description": "YAML schema for GitHub Workflow", @@ -1052,13 +1280,21 @@ ], "url": "https://json.schemastore.org/github-workflow.json" }, + { + "name": "GitHub Workflow Template Properties", + "description": "Json schema for properties json file for a GitHub Workflow template", + "fileMatch": [ + ".github/workflow-templates/**.properties.json" + ], + "url": "https://json.schemastore.org/github-workflow-template-properties.json" + }, { "name": "gitlab-ci", "description": "JSON schema for configuring Gitlab CI", "fileMatch": [ "*.gitlab-ci.yml" ], - "url": "https://json.schemastore.org/gitlab-ci.json" + "url": "https://gitlab.com/gitlab-org/gitlab/-/raw/master/app/assets/javascripts/editor/schema/ci.json" }, { "name": "Gitpod Configuration", @@ -1087,6 +1323,22 @@ ], "url": "https://json.schemastore.org/golangci-lint.json" }, + { + "name": "Goreleaser", + "description": "Goreleaser configuration file", + "fileMatch": [ + ".goreleaser.yml", + ".goreleaser.yaml", + "goreleaser.yml", + "goreleaser.yaml" + ], + "url": "https://goreleaser.com/static/schema.json" + }, + { + "name": "Goreleaser Pro", + "description": "Goreleaser Pro configuration file", + "url": "https://goreleaser.com/static/schema-pro.json" + }, { "name": "Grafana 5.x Dashboard", "description": "JSON Schema for Grafana 5.x Dashboards", @@ -1203,6 +1455,17 @@ ], "url": "https://raw.githubusercontent.com/j2inn/hayson/master/hayson-json-schema.json" }, + { + "name": "Hazelcast 5 Configuration", + "description": "YAML schema for configuring Hazelcast 5 Platform (member and client)", + "fileMatch": [ + "hazelcast*.yaml", + "hazelcast*.json", + "hz-*.yaml", + "hz-*.json" + ], + "url": "https://hazelcast.com/schema/config/hazelcast-config-5.0.json" + }, { "name": "host.json", "description": "JSON schema for Azure Functions host.json files", @@ -1228,15 +1491,15 @@ "url": "https://json.schemastore.org/htmlhint.json" }, { - "name": "hydra.yml", - "description": "ORY Hydra configuration file", + "name": "Ory Hydra configuration", + "description": "Schema for Ory Hydra configuration file", "fileMatch": [ "hydra.json", "hydra.yml", "hydra.yaml", "hydra.toml" ], - "url": "https://raw.githubusercontent.com/ory/hydra/v1.8.5/.schema/version.schema.json" + "url": "https://raw.githubusercontent.com/ory/hydra/master/.schema/version.schema.json" }, { "name": "imageoptimizer.json", @@ -1246,6 +1509,14 @@ ], "url": "https://json.schemastore.org/imageoptimizer.json" }, + { + "name": ".imgbotconfig", + "description": "Imgbot Configuration Files", + "fileMatch": [ + ".imgbotconfig" + ], + "url": "https://json.schemastore.org/imgbotconfig.json" + }, { "name": "ioBroker JSON UI", "description": "Schema for ioBroker JSON-based admin user interfaces - config, custom and tabs", @@ -1296,7 +1567,7 @@ "*filespec*.json", "*.filespec" ], - "url": "https://raw.githubusercontent.com/jfrog/jfrog-cli/master/schema/filespec-schema.json" + "url": "https://raw.githubusercontent.com/jfrog/jfrog-cli/v2/schema/filespec-schema.json" }, { "name": "Jovo Language Models", @@ -1354,7 +1625,7 @@ }, { "name": "JSON Document Transform", - "description": "JSON Document Transofrm", + "description": "JSON Document Transform", "url": "https://json.schemastore.org/jdt.json" }, { @@ -1406,19 +1677,20 @@ ], "url": "https://raw.githubusercontent.com/rancher/k3d/main/pkg/config/v1alpha2/schema.json", "versions": { - "v1alpha2": "https://raw.githubusercontent.com/rancher/k3d/main/pkg/config/v1alpha2/schema.json" + "v1alpha2": "https://raw.githubusercontent.com/rancher/k3d/main/pkg/config/v1alpha2/schema.json", + "v1alpha3": "https://raw.githubusercontent.com/rancher/k3d/main/pkg/config/v1alpha3/schema.json" } }, { - "name": "keto.yml", - "description": "ORY Keto configuration file", + "name": "Ory Keto configuration", + "description": "Schema for Ory Keto configuration file", "fileMatch": [ "keto.json", "keto.yml", "keto.yaml", "keto.toml" ], - "url": "https://raw.githubusercontent.com/ory/keto/master/.schema/config.schema.json" + "url": "https://raw.githubusercontent.com/ory/keto/master/.schema/version.schema.json" }, { "name": "kustomization.yaml", @@ -1429,6 +1701,14 @@ ], "url": "https://json.schemastore.org/kustomization.json" }, + { + "name": "label-commenter-config.yml", + "description": "A JSON schema for the configuration of the Label Commenter GitHub Action", + "fileMatch": [ + ".github/label-commenter-config.yml" + ], + "url": "https://json.schemastore.org/label-commenter-config.json" + }, { "name": "launchsettings.json", "description": "A JSON schema for the ASP.NET LaunchSettings.json files", @@ -1445,6 +1725,15 @@ ], "url": "https://json.schemastore.org/lerna.json" }, + { + "name": "lgtm.yml", + "description": "A JSON schema for lgtm configuration files", + "fileMatch": [ + "lgtm.yml", + ".lgtm.yml" + ], + "url": "https://json.schemastore.org/lgtm.json" + }, { "name": "libman.json", "description": "JSON schema for client-side library config files", @@ -1453,6 +1742,14 @@ ], "url": "https://json.schemastore.org/libman.json" }, + { + "name": "license-report-config.json", + "description": "JSON schema for license report tool configuration file", + "fileMatch": [ + "license-report-config.json" + ], + "url": "https://json.schemastore.org/license-report-config.json" + }, { "name": "local.settings.json", "description": "JSON schema for Azure Functions local.settings.json files", @@ -1479,21 +1776,23 @@ "url": "https://json.schemastore.org/lsdlschema.json" }, { - "name": "Mega-Linter configuration", + "name": "MegaLinter configuration", "description": "JSON schema for Mega-Linter configuration file (for Mega-Linter users)", "fileMatch": [ ".mega-linter.yml", - "*.mega-linter-config.yml" + ".megalinter.yml", + "*.mega-linter-config.yml", + "*.megalinter-config.yml" ], - "url": "https://raw.githubusercontent.com/nvuillam/mega-linter/master/megalinter/descriptors/schemas/megalinter-configuration.jsonschema.json" + "url": "https://raw.githubusercontent.com/megalinter/megalinter/main/megalinter/descriptors/schemas/megalinter-configuration.jsonschema.json" }, { - "name": "Mega-Linter descriptor", - "description": "JSON schema for Mega-Linter descriptor files (for Mega-Linter contributors)", + "name": "MegaLinter descriptor", + "description": "JSON schema for MegaLinter descriptor files (for MegaLinter contributors)", "fileMatch": [ "*.megalinter-descriptor.yml" ], - "url": "https://raw.githubusercontent.com/nvuillam/mega-linter/master/megalinter/descriptors/schemas/megalinter-descriptor.jsonschema.json" + "url": "https://raw.githubusercontent.com/megalinter/megalinter/main/megalinter/descriptors/schemas/megalinter-descriptor.jsonschema.json" }, { "name": "Microsoft Band Web Tile", @@ -1508,6 +1807,102 @@ ], "url": "https://json.schemastore.org/mimetypes.json" }, + { + "name": "Minecraft Data Pack Advancement", + "description": "Configuration file defining an advancement for a data pack for Minecraft.", + "fileMatch": [ + "**/data/*/advancements/*.json" + ], + "url": "https://json.schemastore.org/minecraft-advancement.json" + }, + { + "name": "Minecraft Data Pack Biome", + "description": "Configuration file defining a biome for a data pack for Minecraft.", + "fileMatch": [ + "**/data/*/worldgen/biome/*.json" + ], + "url": "https://json.schemastore.org/minecraft-biome.json" + }, + { + "name": "Minecraft Data Pack Configured Carver", + "description": "Configuration file defining a configured carver for a data pack for Minecraft.", + "fileMatch": [ + "**/data/*/worldgen/configured_carver/*.json" + ], + "url": "https://json.schemastore.org/minecraft-configured-carver.json" + }, + { + "name": "Minecraft Data Pack Dimension Type", + "description": "Configuration file defining a dimension type for a data pack for Minecraft.", + "fileMatch": [ + "**/data/*/dimension_type/*.json" + ], + "url": "https://json.schemastore.org/minecraft-dimension-type.json" + }, + { + "name": "Minecraft Data Pack Dimension", + "description": "Configuration file defining a dimension for a data pack for Minecraft.", + "fileMatch": [ + "**/data/*/dimension/*.json" + ], + "url": "https://json.schemastore.org/minecraft-dimension.json" + }, + { + "name": "Minecraft Data Pack Item Modifier", + "description": "Configuration file defining an item modifier for a data pack for Minecraft.", + "fileMatch": [ + "**/data/*/item_modifiers/*.json" + ], + "url": "https://json.schemastore.org/minecraft-item-modifier.json" + }, + { + "name": "Minecraft Data Pack Loot Table", + "description": "Configuration file defining a loot table for a data pack for Minecraft.", + "fileMatch": [ + "**/data/*/loot_tables/**/*.json" + ], + "url": "https://json.schemastore.org/minecraft-loot-table.json" + }, + { + "name": "Minecraft Data Pack Metadata", + "description": "Configuration file defining the metadata of a data pack for Minecraft.", + "fileMatch": [ + "**/pack.mcmeta" + ], + "url": "https://json.schemastore.org/minecraft-pack-mcmeta.json" + }, + { + "name": "Minecraft Data Pack Predicate", + "description": "Configuration file defining a predicate for a data pack for Minecraft.", + "fileMatch": [ + "**/data/*/predicates/*.json" + ], + "url": "https://json.schemastore.org/minecraft-predicate.json" + }, + { + "name": "Minecraft Data Pack Recipe", + "description": "Configuration file defining a recipe for a data pack for Minecraft.", + "fileMatch": [ + "**/data/*/recipes/*.json" + ], + "url": "https://json.schemastore.org/minecraft-recipe.json" + }, + { + "name": "Minecraft Data Pack Template Pool", + "description": "Configuration file defining a template pool for a data pack for Minecraft.", + "fileMatch": [ + "**/data/*/worldgen/template_pool/*.json" + ], + "url": "https://json.schemastore.org/minecraft-template-pool.json" + }, + { + "name": "Minecraft Resourcepack Sounds", + "description": "Configuration file defining what sounds play when sound event is triggered for a resourcepack for Minecraft.", + "fileMatch": [ + "**/assets/*/sounds.json" + ], + "url": "https://raw.githubusercontent.com/AxoCode/json-schema/master/minecraft/sounds.json" + }, { "name": ".mocharc", "description": "JSON schema for MochaJS configuration files", @@ -1608,6 +2003,14 @@ ], "url": "https://json.schemastore.org/npmpackagejsonlintrc.json" }, + { + "name": "nuclei-template.yaml", + "description": "JSON schema for Nuclei Template YAML files.", + "url": "https://raw.githubusercontent.com/projectdiscovery/nuclei/master/nuclei-jsonschema.json", + "fileMatch": [ + "**/nuclei-templates/**/*.yaml" + ] + }, { "name": "nuget-project.json", "description": "JSON schema for NuGet project.json files.", @@ -1625,15 +2028,15 @@ ] }, { - "name": "oathkeeper.yml", - "description": "ORY Oathkeeper configuration file", + "name": "Ory Oathkeeper configuration", + "description": "Schema for Ory Oathkeeper configuration file", "fileMatch": [ "oathkeeper.json", "oathkeeper.yml", "oathkeeper.yaml", "oathkeeper.toml" ], - "url": "https://raw.githubusercontent.com/ory/oathkeeper/master/.schemas/config.schema.json" + "url": "https://raw.githubusercontent.com/ory/oathkeeper/master/.schema/version.schema.json" }, { "name": "ocelot.json", @@ -1671,15 +2074,51 @@ "url": "https://json.schemastore.org/openfin.json" }, { - "name": "kratos.yml", - "description": "ORY Kratos configuration file", + "name": "Outblocks project configuration", + "description": "JSON schema for Outblocks project configuration files", + "fileMatch": [ + "project.outblocks.yaml", + "project.outblocks.yml" + ], + "url": "https://raw.githubusercontent.com/outblocks/outblocks-cli/master/schema/schema-project.json" + }, + { + "name": "Outblocks App configuration", + "description": "JSON schema for Outblocks App configuration files", + "fileMatch": [ + "outblocks.yaml", + "outblocks.yml" + ], + "url": "https://raw.githubusercontent.com/outblocks/outblocks-cli/master/schema/schema-app.json" + }, + { + "name": "Outblocks database table", + "description": "JSON schema for Outblocks database table files", + "fileMatch": [ + "database/**/*.outblocks.yaml", + "database/**/*.outblocks.yml" + ], + "url": "https://raw.githubusercontent.com/outblocks/outblocks-cli/master/schema/schema-table.json" + }, + { + "name": "Ory Kratos configuration", + "description": "Schema for Ory Kratos configuration file", "fileMatch": [ "kratos.json", "kratos.yml", - "kratos.yaml" + "kratos.yaml", + "kratos.toml" ], "url": "https://raw.githubusercontent.com/ory/kratos/master/.schema/version.schema.json" }, + { + "name": "OSS Review Toolkit repository configuration", + "description": "Schema for ORT's repository configuration file", + "fileMatch": [ + "*.ort.yml" + ], + "url": "https://raw.githubusercontent.com/oss-review-toolkit/ort/master/integrations/schemas/repository-configuration-schema.json" + }, { "name": "package.json", "description": "NPM configuration file", @@ -1742,6 +2181,50 @@ ], "url": "https://json.schemastore.org/pocketmine-plugin.json" }, + { + "name": "plagiarize.yaml", + "description": "Yaml schema for Plagiarize", + "fileMatch": [ + "plagiarize.yaml", + "plagiarize.json" + ], + "versions": { + "0.0": "https://json.schemastore.org/plagiarize-0.0.json" + }, + "url": "https://json.schemastore.org/plagiarize.json" + }, + { + "name": "plagiarize-me.yaml", + "description": "Yaml schema for Plagiarize MEe", + "fileMatch": [ + "plagiarize-me.yaml", + "plagiarize-me.json" + ], + "versions": { + "0.0": "https://json.schemastore.org/plagiarize-me-0.0.json" + }, + "url": "https://json.schemastore.org/plagiarize-me.json" + }, + { + "name": "portman.json", + "description": "JSON schema for Portman's configuration file", + "fileMatch": [ + "portman-config.json", + "portman.json" + ], + "url": "https://raw.githubusercontent.com/apideck-libraries/portman/main/src/utils/portman-config-schema.json" + }, + { + "name": ".postcssrc", + "description": "PostCSS configuration file", + "fileMatch": [ + ".postcssrc", + ".postcssrc.json", + ".postcssrc.yaml", + ".postcssrc.yml" + ], + "url": "https://json.schemastore.org/postcssrc.json" + }, { "name": ".pre-commit-config.yml", "description": "pre-commit configuration file", @@ -1858,6 +2341,14 @@ ], "url": "https://json.schemastore.org/proxies.json" }, + { + "name": "publiccode.yml", + "description": "JSON schema for publiccode.yml", + "fileMatch": [ + "publiccode.yml" + ], + "url": "https://json.schemastore.org/publiccode.json" + }, { "name": "pubspec.yaml", "description": "Schema for pubspecs, the format used by Dart's dependency manager", @@ -1866,6 +2357,14 @@ ], "url": "https://json.schemastore.org/pubspec.json" }, + { + "name": "Pull Request Labeler", + "description": "A GitHub Action for automatically labelling pull requests", + "fileMatch": [ + ".github/labeler.yml" + ], + "url": "https://json.schemastore.org/pull-request-labeler.json" + }, { "name": "pyrseas-0.8.json", "description": "Pyrseas database schema versioning for Postgres databases, v0.8", @@ -1874,6 +2373,17 @@ ], "url": "https://json.schemastore.org/pyrseas-0.8.json" }, + { + "name": "Read the Docs", + "description": "Read the Docs configuration file", + "fileMatch": [ + "readthedocs.yml", + "readthedocs.yaml", + ".readthedocs.yml", + ".readthedocs.yaml" + ], + "url": "https://raw.githubusercontent.com/readthedocs/readthedocs.org/master/readthedocs/rtd_tests/fixtures/spec/v2/schema.json" + }, { "name": "Red-DiscordBot Сog", "description": "Red-DiscordBot Сog metadata file", @@ -1890,6 +2400,17 @@ ], "url": "https://raw.githubusercontent.com/Cog-Creators/Red-DiscordBot/V3/develop/schema/red_cog_repo.schema.json" }, + { + "name": ".remarkrc", + "description": "A remark configuration file", + "fileMatch": [ + ".remarkrc", + ".remarkrc.json", + ".remarkrc.yaml", + ".remarkrc.yml" + ], + "url": "https://json.schemastore.org/remarkrc.json" + }, { "name": "*.resjson", "description": "Windows App localization file", @@ -1900,11 +2421,19 @@ }, { "name": "JSON Resume", - "description": "A JSON format to describe resumes", + "description": "A JSON schema to describe a résumé.", "fileMatch": [ - "resume.json" + "**/resume.json", + "**/*.resume.json", + "**/resume.yaml", + "**/*.resume.yaml", + "**/resume.yml", + "**/*.resume.yml" ], - "url": "https://json.schemastore.org/resume.json" + "url": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json", + "versions": { + "1.0.0": "https://raw.githubusercontent.com/jsonresume/resume-schema/v1.0.0/schema.json" + } }, { "name": "Renovate", @@ -1932,6 +2461,15 @@ "2.0": "https://raw.githubusercontent.com/spiral/roadrunner-binary/master/schemas/config/2.0.schema.json" } }, + { + "name": "Sapphire CLI Config", + "description": "Scheme for Sapphire CLI Config (@sapphire/cli)", + "fileMatch": [ + ".sapphirerc.json", + ".sapphirerc.yml" + ], + "url": "https://raw.githubusercontent.com/sapphiredev/cli/main/templates/schemas/.sapphirerc.scheme.json" + }, { "name": "sarif-1.0.0.json", "description": "Static Analysis Results Interchange Format (SARIF) version 1", @@ -2017,6 +2555,14 @@ "description": "JSON Schema for Thing as defined by schema.org", "url": "https://json.schemastore.org/schema-org-thing.json" }, + { + "name": "Scoop manifest", + "description": "Scoop bucket app manifest", + "fileMatch": [ + "bucket/**.json" + ], + "url": "https://raw.githubusercontent.com/lukesampson/scoop/master/schema.json" + }, { "name": "Semgrep Rule", "description": "Semgrep code scanning patterns and rules", @@ -2036,6 +2582,25 @@ ], "url": "https://json.schemastore.org/settings.job.json" }, + { + "name": "sfdx-hardis configuration", + "description": "Configuration file for sfdx-hardis Salesforce DX plugin", + "fileMatch": [ + ".sfdx-hardis.yml", + ".sfdx-hardis.yaml", + "**/branches/.sfdx-hardis.*.yml", + "**/branches/.sfdx-hardis.*.yaml" + ], + "url": "https://raw.githubusercontent.com/hardisgroupcom/sfdx-hardis/main/config/sfdx-hardis.jsonschema.json" + }, + { + "name": "size-limit configuration", + "description": "Configuration file for size-limit", + "fileMatch": [ + ".size-limit.json" + ], + "url": "https://json.schemastore.org/size-limit.json" + }, { "name": "skyuxconfig.json", "description": "SKY UX CLI configuration file", @@ -2052,7 +2617,7 @@ ".snapcraft.yaml", "snapcraft.yaml" ], - "url": "https://raw.githubusercontent.com/snapcore/snapcraft/4.3/schema/snapcraft.json" + "url": "https://raw.githubusercontent.com/snapcore/snapcraft/master/schema/snapcraft.json" }, { "name": "Solidarity", @@ -2071,6 +2636,19 @@ ], "url": "https://json.schemastore.org/sourcemap-v3.json" }, + { + "name": "SpecIF", + "description": "The Specification Integration Facility (SpecIF) integrates partial system models from different methods and tools in a semantic net. See https://specif.de and https://github.com/GfSE.", + "url": "https://json.schemastore.org/specif-1.1.json", + "fileMatch": [ + "*.specif", + "*.specif.json" + ], + "versions": { + "1.0": "https://json.schemastore.org/specif-1.0.json", + "1.1": "https://json.schemastore.org/specif-1.1.json" + } + }, { "name": "Sponge Mixin configuration", "description": "Configuration file for SpongePowered's Mixin library", @@ -2095,6 +2673,14 @@ ], "url": "https://json.schemastore.org/staticwebapp.config.json" }, + { + "name": "Azure Static Web Apps CLI configuration file", + "description": "Documentation: https://github.com/Azure/static-web-apps-cli#swa-cliconfigjson-file", + "fileMatch": [ + "swa-cli.config.json" + ], + "url": "https://json.schemastore.org/swa-cli.config.json" + }, { "name": "StackHead CLI config", "description": "Configuration file for StackHead CLI. See https://stackhead.io.", @@ -2120,6 +2706,14 @@ ], "url": "https://schema.stackhead.io/stackhead/tag/v1/-/project-definition.schema.json" }, + { + "name": "Stale", + "description": "Configuration file for Stale for closing abandoned issues and pull requests. See https://probot.github.io/apps/stale/.", + "fileMatch": [ + ".github/stale.yml" + ], + "url": "https://json.schemastore.org/stale.json" + }, { "name": "Stryker Mutator", "description": "Configuration file for Stryker Mutator, the mutation testing framework for JavaScript and friends. See https://stryker-mutator.io.", @@ -2142,11 +2736,21 @@ "description": "Configuration file for stylelint", "fileMatch": [ ".stylelintrc", - "stylelintrc.json", + ".stylelintrc.yml", + ".stylelintrc.yaml", ".stylelintrc.json" ], "url": "https://json.schemastore.org/stylelintrc.json" }, + { + "name": "SWADL", + "description": "Symphony Workflow Automation Definition Language. See https://developers.symphony.com/", + "fileMatch": [ + "*.swadl.yaml", + "*.swadl.yml" + ], + "url": "https://raw.githubusercontent.com/SymphonyPlatformSolutions/symphony-wdk/master/workflow-language/src/main/resources/swadl-schema-1.0.json" + }, { "name": "Swagger API 2.0", "description": "Swagger API 2.0 schema", @@ -2182,21 +2786,33 @@ ], "url": "https://json.schemastore.org/templatesources.json" }, + { + "name": "theme.json", + "description": "WordPress block theme global settings and styles configuration file", + "fileMatch": [ + "theme.json" + ], + "url": "https://schemas.wp.org/trunk/theme.json", + "versions": { + "v1": "https://raw.githubusercontent.com/WordPress/gutenberg/b40b61fabf13a6229c616527689d9a7024f81535/schemas/json/theme.json", + "trunk": "https://raw.githubusercontent.com/WordPress/gutenberg/trunk/schemas/json/theme.json" + } + }, { "name": "tmLanguage", "description": "Language grammar description files in Textmate and compatible editors", "fileMatch": [ - "testEnvironments.json" + "*.tmLanguage.json" ], - "url": "https://json.schemastore.org/testenvironments.json" + "url": "https://raw.githubusercontent.com/Septh/tmlanguage/master/tmLanguage.schema.json" }, { "name": "TestEnvironment.json", "description": "Schema for Visual Studio's test environment config", "fileMatch": [ - "*.tmLanguage.json" + "testEnvironments.json" ], - "url": "https://raw.githubusercontent.com/Septh/tmlanguage/master/tmLanguage.schema.json" + "url": "https://json.schemastore.org/testenvironments.json" }, { "name": ".travis.yml", @@ -2220,6 +2836,14 @@ "description": "Traefik v2 Dynamic Configuration File Provider", "url": "https://json.schemastore.org/traefik-v2-file-provider.json" }, + { + "name": "trunk.yaml schema", + "description": "Configuration schema for trunk, a powerful linter runner - https://docs.trunk.io", + "fileMatch": [ + "trunk.yaml" + ], + "url": "https://json.schemastore.org/trunk-yaml.json" + }, { "name": "tsconfig.json", "description": "TypeScript compiler configuration file", @@ -2230,7 +2854,7 @@ }, { "name": "tsd.json", - "description": "JSON schema for DefinatelyTyped description manager (TSD)", + "description": "JSON schema for DefinitelyTyped description manager (TSD)", "fileMatch": [ "tsd.json" ], @@ -2299,7 +2923,8 @@ "description": "UI5 Manifest (manifest.json)", "fileMatch": [ "webapp/manifest.json", - "src/main/webapp/manifest.json" + "src/main/webapp/manifest.json", + "src/manifest.json" ], "url": "https://raw.githubusercontent.com/SAP/ui5-manifest/master/schema.json" }, @@ -2416,6 +3041,14 @@ ], "url": "https://json.schemastore.org/vss-extension.json" }, + { + "name": "
RIOTS' studio configuration", + "description": "JSON schema for the
RIOTS' studio configuration", + "fileMatch": [ + "studio.config.json" + ], + "url": "https://webcomponents.dev/assets2/schemas/studio.config.json" + }, { "name": "WebExtensions", "description": "JSON schema for WebExtension manifest files", @@ -2785,7 +3418,6 @@ "description": "Windows Package Manager Singleton Manifest file", "url": "https://json.schemastore.org/winget-pkgs-singleton-1.0.0.json", "fileMatch": [ - "manifests/*/*/*.yaml", "manifests/?/*/*/*/*.*.yaml" ], "versions": { @@ -2826,6 +3458,16 @@ ], "url": "https://uniswap.org/tokenlist.schema.json" }, + { + "name": "yamllint", + "description": "yamllint uses a set of rules to check source files for problems", + "fileMatch": [ + "**/.yamllint", + "**/.yamllint.yaml", + "**/.yamllint.yml" + ], + "url": "https://json.schemastore.org/yamllint.json" + }, { "name": "Yippee-Ki-JSON configuration YML", "description": "Action and rule configuration descriptor for Yippee-Ki-JSON transformations.", @@ -2894,10 +3536,25 @@ "*gradle-enterprise.yml", "*gradle-enterprise.yaml" ], - "url": "https://docs.gradle.com/enterprise/admin/schema/gradle-enterprise-config-schema-2.json", + "url": "https://docs.gradle.com/enterprise/admin/schema/gradle-enterprise-config-schema-3.json", "versions": { "1.0": "https://docs.gradle.com/enterprise/admin/schema/gradle-enterprise-config-schema-1.json", - "2.0": "https://docs.gradle.com/enterprise/admin/schema/gradle-enterprise-config-schema-2.json" + "2.0": "https://docs.gradle.com/enterprise/admin/schema/gradle-enterprise-config-schema-2.json", + "3.0": "https://docs.gradle.com/enterprise/admin/schema/gradle-enterprise-config-schema-3.json" + } + }, + { + "name": "Gradle Build Cache Node", + "description": "Gradle Build Cache Node configuration schema", + "fileMatch": [ + "*build-cache-node-config.yml", + "*build-cache-node-config.yaml" + ], + "url": "https://docs.gradle.com/build-cache-node/schema/build-cache-node-config-schema-3.json", + "versions": { + "1.0": "https://docs.gradle.com/build-cache-node/schema/build-cache-node-config-schema-1.json", + "2.0": "https://docs.gradle.com/build-cache-node/schema/build-cache-node-config-schema-2.json", + "3.0": "https://docs.gradle.com/build-cache-node/schema/build-cache-node-config-schema-3.json" } }, { @@ -2916,6 +3573,14 @@ ], "url": "https://beaujs.com/schema.json" }, + { + "name": "Better Code Hub", + "description": "Configuration file for Better Code Hub to override the default configuration.", + "fileMatch": [ + ".bettercodehub.yml" + ], + "url": "https://json.schemastore.org/bettercodehub.json" + }, { "name": "comet", "description": "JSON Schema for a Comet Data Pipeline.", @@ -2960,6 +3625,15 @@ ], "url": "https://json.schemastore.org/taskfile.json" }, + { + "name": "Hammerkit YAML Schema", + "description": "JSON Schema for hammerkit files.", + "fileMatch": [ + "build.yaml", + "build.yml" + ], + "url": "https://json.schemastore.org/hammerkit.json" + }, { "name": "Containerlab", "description": "JSON Schema for Containerlab topology definition files.", @@ -2971,18 +3645,6 @@ ], "url": "https://raw.githubusercontent.com/srl-labs/containerlab/master/schemas/clab.schema.json" }, - { - "name": "SpecIF", - "description": "The Specification Integration Facility (SpecIF) integrates partial system models from different methods and tools in a semantic net. See https://specif.de and https://github.com/GfSE.", - "url": "https://json.schemastore.org/specif-1.0.json", - "fileMatch": [ - "*.specif", - "*.specif.json" - ], - "versions": { - "1.0": "https://json.schemastore.org/specif-1.0.json" - } - }, { "name": "User Journey Map YAML Schema", "description": "JSON Schema for user journey map definition files.", @@ -3009,7 +3671,11 @@ "**/db/changelog/**/*.yml", "**/db/changelog/**/*.json" ], - "url": "https://json.schemastore.org/liquibase.json" + "url": "https://json.schemastore.org/liquibase-3.2.json", + "versions": { + "1.0": "https://json.schemastore.org/liquibase.json", + "3.2": "https://json.schemastore.org/liquibase-3.2.json" + } }, { "name": "Pipeline component", @@ -3028,7 +3694,7 @@ "skaffold.yaml", "skaffold.yml" ], - "url": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta17.json", + "url": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta22.json", "versions": { "v1alpha1": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1alpha1.json", "v1alpha2": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1alpha2.json", @@ -3073,7 +3739,12 @@ "v2beta14": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta14.json", "v2beta15": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta15.json", "v2beta16": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta16.json", - "v2beta17": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta17.json" + "v2beta17": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta17.json", + "v2beta18": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta18.json", + "v2beta19": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta19.json", + "v2beta20": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta20.json", + "v2beta21": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta21.json", + "v2beta22": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta22.json" } }, { @@ -3087,6 +3758,54 @@ ".markdownlint.yml" ], "url": "https://json.schemastore.org/markdownlint.json" + }, + { + "name": "SauceCTL Configuration", + "description": "JSON Schema for SauceCTL configuration files.", + "fileMatch": [ + "**/.sauce/*.yml" + ], + "url": "https://raw.githubusercontent.com/saucelabs/saucectl/main/api/v1alpha/generated/saucectl.schema.json" + }, + { + "name": "fulibWorkflows", + "description": "JSON Schema for fulibWorkflows", + "fileMatch": [ + "*.es.yaml", + "*.es.yml" + ], + "url": "https://raw.githubusercontent.com/fujaba/fulibWorkflows/main/schemas/fulibWorkflows.schema.json" + }, + { + "name": "Woodpecker pipeline config", + "description": "YAML schema for configuring Woodpecker CI", + "fileMatch": ["**/.woodpecker/**.yml", "**/.woodpecker.yml"], + "url": "https://raw.githubusercontent.com/woodpecker-ci/woodpecker/master/pipeline/schema/schema.json" + }, + { + "name": "Netin Diagnostic System Template", + "description": "Device template schema", + "fileMatch": ["*.ndst.yml", "*.ndst.yaml", "*.ndst.json"], + "url": "https://s3.eu-central-1.amazonaws.com/files.netin.io/spider-schemas/template.schema.json" + }, + { + "description": "YAML Schema for NOODL applications", + "fileMatch": ["*.noodl.yml"], + "name": "noodl.schema.json", + "url": "https://noodl.s3.us-west-1.amazonaws.com/noodl.schema.json" + }, + { + "name": "mboats", + "description": "Schema for MBOATS Configuration", + "fileMatch": [ + "*.mboats.yaml", + "*.mboats.yml" + ], + "url": "https://json.schemastore.org/mboats-config-0.2.json", + "versions": { + "0.1": "https://json.schemastore.org/mboats-config-0.1.json", + "0.2": "https://json.schemastore.org/mboats-config-0.1.json" + } } ] }