diff --git a/data/catalog.json b/data/catalog.json index fb4dad4..9a7ce58 100644 --- a/data/catalog.json +++ b/data/catalog.json @@ -1,5 +1,5 @@ { - "$schema": "https://json.schemastore.org/schema-catalog", + "$schema": "https://json.schemastore.org/schema-catalog.json", "version": 1.0, "schemas": [ { @@ -10,6 +10,22 @@ ], "url": "https://raw.githubusercontent.com/adonisjs/application/master/adonisrc.schema.json" }, + { + "name": ".aiproj.json", + "description": "Settings for project analysis by the application inspector", + "fileMatch": [ + ".aiproj.json" + ], + "url": "https://json.schemastore.org/aiproj.json" + }, + { + "name": "angular.json", + "description": "Angular configuration file", + "fileMatch": [ + "angular.json" + ], + "url": "https://raw.githubusercontent.com/angular/angular-cli/master/packages/angular/cli/lib/config/workspace-schema.json" + }, { "name": ".angular-cli.json", "description": "Angular CLI configuration file", @@ -22,27 +38,27 @@ { "name": "Ansible Role", "description": "Ansible role task files", - "url": "https://json.schemastore.org/ansible-role-2.9", + "url": "https://json.schemastore.org/ansible-role-2.9.json", "fileMatch": [ - "**/tasks/*.yml", - "**/tasks/*.yaml" + "**/roles/**/tasks/*.yml", + "**/roles/**/tasks/*.yaml" ], "versions": { - "2.0": "https://json.schemastore.org/ansible-role-2.0", - "2.1": "https://json.schemastore.org/ansible-role-2.1", - "2.2": "https://json.schemastore.org/ansible-role-2.2", - "2.3": "https://json.schemastore.org/ansible-role-2.3", - "2.4": "https://json.schemastore.org/ansible-role-2.4", - "2.5": "https://json.schemastore.org/ansible-role-2.5", - "2.6": "https://json.schemastore.org/ansible-role-2.6", - "2.7": "https://json.schemastore.org/ansible-role-2.7", - "2.9": "https://json.schemastore.org/ansible-role-2.9" + "2.0": "https://json.schemastore.org/ansible-role-2.0.json", + "2.1": "https://json.schemastore.org/ansible-role-2.1.json", + "2.2": "https://json.schemastore.org/ansible-role-2.2.json", + "2.3": "https://json.schemastore.org/ansible-role-2.3.json", + "2.4": "https://json.schemastore.org/ansible-role-2.4.json", + "2.5": "https://json.schemastore.org/ansible-role-2.5.json", + "2.6": "https://json.schemastore.org/ansible-role-2.6.json", + "2.7": "https://json.schemastore.org/ansible-role-2.7.json", + "2.9": "https://json.schemastore.org/ansible-role-2.9.json" } }, { "name": "Ansible Playbook", "description": "Ansible playbook files", - "url": "https://json.schemastore.org/ansible-playbook", + "url": "https://json.schemastore.org/ansible-playbook.json", "fileMatch": [ "playbook.yml", "playbook.yaml" @@ -51,7 +67,7 @@ { "name": "Ansible Inventory", "description": "Ansible inventory files", - "url": "https://json.schemastore.org/ansible-inventory", + "url": "https://json.schemastore.org/ansible-inventory.json", "fileMatch": [ "inventory.yml", "inventory.yaml" @@ -60,10 +76,9 @@ { "name": "Ansible Collection Galaxy", "description": "Ansible Collection Galaxy metadata", - "url": "https://json.schemastore.org/ansible-collection-galaxy", + "url": "https://raw.githubusercontent.com/ansible-community/schemas/main/f/ansible-galaxy.json", "fileMatch": [ - "galaxy.yml", - "galaxy.yaml" + "galaxy.yml" ] }, { @@ -72,7 +87,7 @@ "fileMatch": [ "apple-app-site-association" ], - "url": "https://json.schemastore.org/apple-app-site-association" + "url": "https://json.schemastore.org/apple-app-site-association.json" }, { "name": "appsscript.json", @@ -80,7 +95,7 @@ "fileMatch": [ "appsscript.json" ], - "url": "https://json.schemastore.org/appsscript" + "url": "https://json.schemastore.org/appsscript.json" }, { "name": "appsettings.json", @@ -89,7 +104,7 @@ "appsettings.json", "appsettings.*.json" ], - "url": "https://json.schemastore.org/appsettings" + "url": "https://json.schemastore.org/appsettings.json" }, { "name": "appveyor.yml", @@ -97,7 +112,7 @@ "fileMatch": [ "appveyor.yml" ], - "url": "https://json.schemastore.org/appveyor" + "url": "https://json.schemastore.org/appveyor.json" }, { "name": "arc.json", @@ -109,40 +124,45 @@ ], "url": "https://raw.githubusercontent.com/architect/parser/v2.3.0/arc-schema.json" }, + { + "name": "Argo Workflows", + "description": "Argo Workflow configuration file", + "url": "https://raw.githubusercontent.com/argoproj/argo-workflows/master/api/jsonschema/schema.json" + }, { "name": "Avro Avsc", "description": "Avro Schema Avsc file", "fileMatch": [ - ".avsc" + "*.avsc" ], - "url": "https://json.schemastore.org/avro-avsc" + "url": "https://json.schemastore.org/avro-avsc.json" }, { "name": "Azure IoT EdgeAgent deployment", "description": "Azure IoT EdgeAgent deployment schema", - "url": "https://json.schemastore.org/azure-iot-edgeagent-deployment-1.1", + "url": "https://json.schemastore.org/azure-iot-edgeagent-deployment-1.1.json", "versions": { - "1.0": "https://json.schemastore.org/azure-iot-edgeagent-deployment-1.0", - "1.1": "https://json.schemastore.org/azure-iot-edgeagent-deployment-1.1" + "1.0": "https://json.schemastore.org/azure-iot-edgeagent-deployment-1.0.json", + "1.1": "https://json.schemastore.org/azure-iot-edgeagent-deployment-1.1.json" } }, { "name": "Azure IoT EdgeHub deployment", "description": "Azure IoT EdgeHub deployment schema", - "url": "https://json.schemastore.org/azure-iot-edgehub-deployment-1.2", + "url": "https://json.schemastore.org/azure-iot-edgehub-deployment-1.2.json", "versions": { - "1.0": "https://json.schemastore.org/azure-iot-edgehub-deployment-1.0", - "1.1": "https://json.schemastore.org/azure-iot-edgehub-deployment-1.1", - "1.2": "https://json.schemastore.org/azure-iot-edgehub-deployment-1.2" + "1.0": "https://json.schemastore.org/azure-iot-edgehub-deployment-1.0.json", + "1.1": "https://json.schemastore.org/azure-iot-edgehub-deployment-1.1.json", + "1.2": "https://json.schemastore.org/azure-iot-edgehub-deployment-1.2.json" } }, { "name": "Azure IoT Edge deployment", "description": "Azure IoT Edge deployment schema", - "url": "https://json.schemastore.org/azure-iot-edge-deployment-2.0", + "url": "https://json.schemastore.org/azure-iot-edge-deployment-2.0.json", "versions": { - "1.0": "https://json.schemastore.org/azure-iot-edge-deployment-1.0", - "1.1": "https://json.schemastore.org/azure-iot-edge-deployment-2.0" + "1.0": "https://json.schemastore.org/azure-iot-edge-deployment-1.0.json", + "1.1": "https://json.schemastore.org/azure-iot-edge-deployment-2.0.json" } }, { @@ -152,10 +172,10 @@ "deployment.template.json", "deployment.*.template.json" ], - "url": "https://json.schemastore.org/azure-iot-edge-deployment-template-2.0", + "url": "https://json.schemastore.org/azure-iot-edge-deployment-template-2.0.json", "versions": { - "1.0": "https://json.schemastore.org/azure-iot-edge-deployment-template-1.0", - "1.1": "https://json.schemastore.org/azure-iot-edge-deployment-template-2.0" + "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" } }, { @@ -173,7 +193,7 @@ "fileMatch": [ "manifest.json" ], - "url": "https://json.schemastore.org/foxx-manifest" + "url": "https://json.schemastore.org/foxx-manifest.json" }, { "name": ".asmdef", @@ -181,7 +201,7 @@ "fileMatch": [ "*.asmdef" ], - "url": "https://json.schemastore.org/asmdef" + "url": "https://json.schemastore.org/asmdef.json" }, { "name": "babelrc.json", @@ -190,7 +210,7 @@ ".babelrc", "babel.config.json" ], - "url": "https://json.schemastore.org/babelrc" + "url": "https://json.schemastore.org/babelrc.json" }, { "name": ".backportrc.json", @@ -198,7 +218,7 @@ "fileMatch": [ ".backportrc.json" ], - "url": "https://json.schemastore.org/backportrc" + "url": "https://json.schemastore.org/backportrc.json" }, { "name": "batect.yml", @@ -212,12 +232,38 @@ { "name": "bamboo-spec", "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", + "url": "https://json.schemastore.org/bamboo-spec.json", "fileMatch": [ "bamboo.yaml", "bamboo.yml" ] }, + { + "name": "beef-database-codegen", + "description": "Beef (Business Entity Execution Framework) database code-generation configuration.", + "url": "https://raw.githubusercontent.com/Avanade/Beef/master/tools/Beef.CodeGen.Core/Schema/database.beef.json", + "fileMatch": [ + "database.beef.yaml", + "database.beef.yml", + "database.beef.json" + ] + }, + { + "name": "beef-entity-codegen", + "description": "Beef (Business Entity Execution Framework) entity code-generation configuration.", + "url": "https://raw.githubusercontent.com/Avanade/Beef/master/tools/Beef.CodeGen.Core/Schema/entity.beef.json", + "fileMatch": [ + "entity.beef.yaml", + "entity.beef.yml", + "entity.beef.json", + "refdata.beef.yaml", + "refdata.beef.yml", + "refdata.beef.json", + "datamodel.beef.yaml", + "datamodel.beef.yml", + "datamodel.beef.json" + ] + }, { "name": "bitbucket-pipelines", "description": "Bitbucket Pipelines CI/CD manifest schema", @@ -229,7 +275,7 @@ { "name": "bitrise", "description": "The configuration format of the Bitrise CLI. Bitrise is a collection of tools and services to help you with the development and automation of your software projects, with a main focus on mobile apps.", - "url": "https://json.schemastore.org/bitrise", + "url": "https://json.schemastore.org/bitrise.json", "fileMatch": [ "bitrise.yml", "bitrise.yaml", @@ -239,7 +285,7 @@ { "name": "bitrise-step", "description": "Steps and Workflows are the heart of how Bitrise works. A Bitrise build is simply a series of Steps. Bitrise is a collection of tools and services to help you with the development and automation of your software projects, with a main focus on mobile apps.", - "url": "https://json.schemastore.org/bitrise-step", + "url": "https://json.schemastore.org/bitrise-step.json", "fileMatch": [ "step.yml" ] @@ -250,7 +296,7 @@ "fileMatch": [ ".bootstraprc" ], - "url": "https://json.schemastore.org/bootstraprc" + "url": "https://json.schemastore.org/bootstraprc.json" }, { "name": "bower.json", @@ -259,7 +305,7 @@ "bower.json", ".bower.json" ], - "url": "https://json.schemastore.org/bower" + "url": "https://json.schemastore.org/bower.json" }, { "name": ".bowerrc", @@ -267,7 +313,7 @@ "fileMatch": [ ".bowerrc" ], - "url": "https://json.schemastore.org/bowerrc" + "url": "https://json.schemastore.org/bowerrc.json" }, { "name": "behat.yml", @@ -276,7 +322,7 @@ "behat.yml", "*.behat.yml" ], - "url": "https://json.schemastore.org/behat" + "url": "https://json.schemastore.org/behat.json" }, { "name": "bozr.suite.json", @@ -285,7 +331,15 @@ ".suite.json", ".xsuite.json" ], - "url": "https://json.schemastore.org/bozr" + "url": "https://json.schemastore.org/bozr.json" + }, + { + "name": "browser.i18n.json", + "description": "browser.i18n messages.json translation file", + "fileMatch": [ + "messages.json" + ], + "url": "https://json.schemastore.org/browser.i18n.json" }, { "name": "bucklescript", @@ -301,7 +355,7 @@ "fileMatch": [ "plugin.yml" ], - "url": "https://json.schemastore.org/bukkit-plugin" + "url": "https://json.schemastore.org/bukkit-plugin.json" }, { "name": "Buildkite", @@ -328,7 +382,11 @@ "fileMatch": [ ".build.yml" ], - "url": "https://json.schemastore.org/sourcehut-build" + "url": "https://json.schemastore.org/sourcehut-build-0.65.0.json", + "versions": { + "0.41.2": "https://json.schemastore.org/sourcehut-build-0.41.2.json", + "0.65.0": "https://json.schemastore.org/sourcehut-build-0.65.0.json" + } }, { "name": "bundleconfig.json", @@ -336,7 +394,7 @@ "fileMatch": [ "bundleconfig.json" ], - "url": "https://json.schemastore.org/bundleconfig" + "url": "https://json.schemastore.org/bundleconfig.json" }, { "name": "BungeeCord plugin.yml", @@ -345,15 +403,25 @@ "plugin.yml", "bungee.yml" ], - "url": "https://json.schemastore.org/bungee-plugin" + "url": "https://json.schemastore.org/bungee-plugin.json" }, { - "name": "Camel K YAML DSL", - "description": "Schema for Camel K YAML DSL", + "name": "CMake Presets", + "description": "Schema for CMake Presets", "fileMatch": [ + "CMakePresets.json", + "CMakeUserPresets.json" + ], + "url": "https://raw.githubusercontent.com/Kitware/CMake/master/Help/manual/presets/schema.json" + }, + { + "name": "Camel YAML DSL", + "description": "Schema for Camel YAML DSL", + "fileMatch": [ + "*.camel.yaml", "*.camelk.yaml" ], - "url": "https://raw.githubusercontent.com/apache/camel-k-runtime/camel-k-runtime-parent-1.5.0/camel-k-loader-yaml/camel-k-loader-yaml/src/generated/resources/camel-yaml-dsl.json" + "url": "https://raw.githubusercontent.com/apache/camel/main/dsl/camel-yaml-dsl/camel-yaml-dsl/src/generated/resources/camel-yaml-dsl.json" }, { "name": "Carafe", @@ -375,7 +443,7 @@ "fileMatch": [ ".circleci/config.yml" ], - "url": "https://json.schemastore.org/circleciconfig" + "url": "https://json.schemastore.org/circleciconfig.json" }, { "name": ".cirrus.yml", @@ -383,7 +451,7 @@ "fileMatch": [ ".cirrus.yml" ], - "url": "https://json.schemastore.org/cirrus" + "url": "https://json.schemastore.org/cirrus.json" }, { "name": ".clasp.json", @@ -391,7 +459,7 @@ "fileMatch": [ ".clasp.json" ], - "url": "https://json.schemastore.org/clasp" + "url": "https://json.schemastore.org/clasp.json" }, { "name": "cloudify", @@ -399,7 +467,16 @@ "fileMatch": [ "*.cfy.yaml" ], - "url": "https://json.schemastore.org/cloudify" + "url": "https://json.schemastore.org/cloudify.json" + }, + { + "name": "codemagic", + "description": "JSON schema for Codemagic CI/CD file configuration", + "fileMatch": [ + "codemagic.yaml", + "codemagic.yml" + ], + "url": "https://static.codemagic.io/codemagic-schema.json" }, { "name": "JSON schema for Codecov configuration files", @@ -408,7 +485,23 @@ ".codecov.yml", "codecov.yml" ], - "url": "https://json.schemastore.org/codecov" + "url": "https://json.schemastore.org/codecov.json" + }, + { + "name": "JSON schema for CodeShip Pro services configuration files", + "description": "Schema for codeship-services.yml files.", + "fileMatch": [ + "codeship-services.yml" + ], + "url": "https://json.schemastore.org/codeship-services.json" + }, + { + "name": "JSON schema for CodeShip Pro steps configuration files", + "description": "Schema for codeship-steps.yml files.", + "fileMatch": [ + "codeship-steps.yml" + ], + "url": "https://json.schemastore.org/codeship-steps.json" }, { "name": "compilerconfig.json", @@ -416,7 +509,7 @@ "fileMatch": [ "compilerconfig.json" ], - "url": "https://json.schemastore.org/compilerconfig" + "url": "https://json.schemastore.org/compilerconfig.json" }, { "name": "compile_commands.json", @@ -424,7 +517,7 @@ "fileMatch": [ "compile_commands.json" ], - "url": "https://json.schemastore.org/compile-commands" + "url": "https://json.schemastore.org/compile-commands.json" }, { "name": "commands.json", @@ -432,7 +525,7 @@ "fileMatch": [ "commands.json" ], - "url": "https://json.schemastore.org/commands" + "url": "https://json.schemastore.org/commands.json" }, { "name": "cosmos.config.json", @@ -440,12 +533,12 @@ "fileMatch": [ "cosmos.config.json" ], - "url": "https://json.schemastore.org/cosmos-config" + "url": "https://json.schemastore.org/cosmos-config.json" }, { "name": "Chrome Extension", "description": "Google Chrome extension manifest file", - "url": "https://json.schemastore.org/chrome-manifest" + "url": "https://json.schemastore.org/chrome-manifest.json" }, { "name": "chutzpah.json", @@ -453,7 +546,7 @@ "fileMatch": [ "chutzpah.json" ], - "url": "https://json.schemastore.org/chutzpah" + "url": "https://json.schemastore.org/chutzpah.json" }, { "name": "contentmanifest.json", @@ -461,7 +554,7 @@ "fileMatch": [ "contentmanifest.json" ], - "url": "https://json.schemastore.org/vsix-manifestinjection" + "url": "https://json.schemastore.org/vsix-manifestinjection.json" }, { "name": "cloud-sdk-pipeline-config-schema", @@ -482,7 +575,7 @@ "*.cloudbuild.yaml", "*.cloudbuild.yml" ], - "url": "https://json.schemastore.org/cloudbuild" + "url": "https://json.schemastore.org/cloudbuild.json" }, { "name": "workflows.json", @@ -495,7 +588,7 @@ "*.workflows.yaml", "*.workflows.yml" ], - "url": "https://json.schemastore.org/workflows" + "url": "https://json.schemastore.org/workflows.json" }, { "name": "AWS CloudFormation", @@ -508,12 +601,13 @@ "cloudformation.yml", "cloudformation.yaml" ], - "url": "https://raw.githubusercontent.com/awslabs/goformation/v4.15.0/schema/cloudformation.schema.json" + "url": "https://raw.githubusercontent.com/awslabs/goformation/v4.18.2/schema/cloudformation.schema.json" }, { "name": "AWS CloudFormation Serverless Application Model (SAM)", "description": "The AWS Serverless Application Model (AWS SAM, previously known as Project Flourish) extends AWS CloudFormation to provide a simplified way of defining the Amazon API Gateway APIs, AWS Lambda functions, and Amazon DynamoDB tables needed by your serverless application.", "fileMatch": [ + "serverless.template", "*.sam.json", "*.sam.yml", "*.sam.yaml", @@ -521,7 +615,7 @@ "sam.yml", "sam.yaml" ], - "url": "https://raw.githubusercontent.com/awslabs/goformation/v4.15.0/schema/sam.schema.json" + "url": "https://raw.githubusercontent.com/awslabs/goformation/v4.18.2/schema/sam.schema.json" }, { "name": "coffeelint.json", @@ -529,7 +623,7 @@ "fileMatch": [ "coffeelint.json" ], - "url": "https://json.schemastore.org/coffeelint" + "url": "https://json.schemastore.org/coffeelint.json" }, { "name": "composer.json", @@ -537,7 +631,7 @@ "fileMatch": [ "composer.json" ], - "url": "https://json.schemastore.org/composer" + "url": "https://raw.githubusercontent.com/composer/composer/master/res/composer-schema.json" }, { "name": "component.json", @@ -545,7 +639,7 @@ "fileMatch": [ "component.json" ], - "url": "https://json.schemastore.org/component" + "url": "https://json.schemastore.org/component.json" }, { "name": "config.json", @@ -553,7 +647,7 @@ "fileMatch": [ "config.json" ], - "url": "https://json.schemastore.org/config" + "url": "https://json.schemastore.org/config.json" }, { "name": "contribute.json", @@ -569,7 +663,7 @@ "fileMatch": [ "cypress.json" ], - "url": "https://raw.githubusercontent.com/cypress-io/cypress/v5.3.0/cli/schema/cypress.schema.json" + "url": "https://on.cypress.io/cypress.schema.json" }, { "name": ".creatomic", @@ -577,7 +671,7 @@ "fileMatch": [ ".creatomic" ], - "url": "https://json.schemastore.org/creatomic" + "url": "https://json.schemastore.org/creatomic.json" }, { "name": "cspell", @@ -595,7 +689,7 @@ "fileMatch": [ ".csscomb.json" ], - "url": "https://json.schemastore.org/csscomb" + "url": "https://json.schemastore.org/csscomb.json" }, { "name": ".csslintrc", @@ -603,18 +697,18 @@ "fileMatch": [ ".csslintrc" ], - "url": "https://json.schemastore.org/csslintrc" + "url": "https://json.schemastore.org/csslintrc.json" }, { "name": "Dart build configuration", "description": "Configuration for Dart's build system", - "url": "https://json.schemastore.org/dart-build" + "url": "https://json.schemastore.org/dart-build.json" }, { "name": "Dart test config", "description": "Configuration for Dart's test package", - "fileMatch": ["dart_test.yaml"], - "url": "https://json.schemastore.org/dart-test" + "fileMatch": [ "dart_test.yaml" ], + "url": "https://json.schemastore.org/dart-test.json" }, { "name": "datalogic-scan2deploy-android", @@ -622,7 +716,7 @@ "fileMatch": [ ".dla.json" ], - "url": "https://json.schemastore.org/datalogic-scan2deploy-android" + "url": "https://json.schemastore.org/datalogic-scan2deploy-android.json" }, { "name": "datalogic-scan2deploy-ce", @@ -630,7 +724,7 @@ "fileMatch": [ ".dlc.json" ], - "url": "https://json.schemastore.org/datalogic-scan2deploy-ce" + "url": "https://json.schemastore.org/datalogic-scan2deploy-ce.json" }, { "name": "debugsettings.json", @@ -638,7 +732,7 @@ "fileMatch": [ "debugsettings.json" ], - "url": "https://json.schemastore.org/debugsettings" + "url": "https://json.schemastore.org/debugsettings.json" }, { "name": "dependabot.json", @@ -646,15 +740,15 @@ "fileMatch": [ ".dependabot/config.yml" ], - "url": "https://json.schemastore.org/dependabot" + "url": "https://json.schemastore.org/dependabot.json" }, { "name": "dependabot-v2.json", - "description": "A JSON schema for the Github Action's dependabot.yml files", + "description": "A JSON schema for the GitHub Action's dependabot.yml files", "fileMatch": [ ".github/dependabot.yml" ], - "url": "https://json.schemastore.org/dependabot-2.0" + "url": "https://json.schemastore.org/dependabot-2.0.json" }, { "name": "Deployer Recipe", @@ -672,7 +766,7 @@ "detekt.yml", "detekt.yaml" ], - "url": "https://json.schemastore.org/detekt" + "url": "https://json.schemastore.org/detekt.json" }, { "name": "docfx.json", @@ -680,7 +774,7 @@ "fileMatch": [ "docfx.json" ], - "url": "https://json.schemastore.org/docfx" + "url": "https://json.schemastore.org/docfx.json" }, { "name": "Dolittle Artifacts", @@ -752,7 +846,7 @@ "fileMatch": [ "dotnetcli.host.json" ], - "url": "https://json.schemastore.org/dotnetcli.host" + "url": "https://json.schemastore.org/dotnetcli.host.json" }, { "name": "drone.json", @@ -760,7 +854,7 @@ "fileMatch": [ ".drone.yml" ], - "url": "https://json.schemastore.org/drone" + "url": "https://json.schemastore.org/drone.json" }, { "name": "Drush site aliases", @@ -768,7 +862,7 @@ "fileMatch": [ "sites/*.site.yml" ], - "url": "https://json.schemastore.org/drush.site.yml" + "url": "https://json.schemastore.org/drush.site.yml.json" }, { "name": "dss-2.0.0.json", @@ -800,7 +894,7 @@ "ecosystem.yml", "ecosystem.yaml" ], - "url": "https://json.schemastore.org/pm2-ecosystem" + "url": "https://json.schemastore.org/pm2-ecosystem.json" }, { "name": ".esmrc.json", @@ -812,12 +906,12 @@ ".esmrc.cjs", ".esmrc.mjs" ], - "url": "https://json.schemastore.org/esmrc" + "url": "https://json.schemastore.org/esmrc.json" }, { "name": "Esquio", "description": "JSON schema for Esquio configuration files", - "url": "https://json.schemastore.org/esquio" + "url": "https://json.schemastore.org/esquio.json" }, { "name": "epr-manifest.json", @@ -825,7 +919,7 @@ "fileMatch": [ "epr-manifest.json" ], - "url": "https://json.schemastore.org/epr-manifest" + "url": "https://json.schemastore.org/epr-manifest.json" }, { "name": "electron-builder configuration file.", @@ -833,7 +927,7 @@ "fileMatch": [ "electron-builder.json" ], - "url": "https://json.schemastore.org/electron-builder" + "url": "https://json.schemastore.org/electron-builder.json" }, { "name": "evcc.yaml", @@ -849,7 +943,13 @@ "fileMatch": [ "app.json" ], - "url": "https://json.schemastore.org/expo-37.0.0.json" + "url": "https://json.schemastore.org/expo-40.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" + } }, { "name": ".eslintrc", @@ -860,7 +960,15 @@ ".eslintrc.yml", ".eslintrc.yaml" ], - "url": "https://json.schemastore.org/eslintrc" + "url": "https://json.schemastore.org/eslintrc.json" + }, + { + "name": "Facets - FSDL - Application", + "description": "Facets Stack Definition Language for Applications", + "fileMatch": [ + "**/application/instances/*.json" + ], + "url": "https://www.facets.cloud/assets/fsdl/application.schema.json" }, { "name": "fabric.mod.json", @@ -878,18 +986,35 @@ ], "url": "https://ffizer.github.io/ffizer/ffizer.schema.json" }, + { + "name": "Foundry VTT - Manifest", + "description": "JSON schema for Foundry VTT system.json and module.json files.", + "fileMatch": [ + "system.json", + "module.json" + ], + "url": "https://gitlab.com/-/snippets/2062623/raw/master/foundryvtt_manifest_schema.json" + }, + { + "name": "Foundry VTT - Template", + "description": "JSON schema for Foundry VTT template.json files.", + "fileMatch": [ + "template.json" + ], + "url": "https://gitlab.com/-/snippets/2062623/raw/master/foundryvtt_template_schema.json" + }, { "name": "function.json", "description": "JSON schema for Azure Functions function.json files", "fileMatch": [ "function.json" ], - "url": "https://json.schemastore.org/function" + "url": "https://json.schemastore.org/function.json" }, { "name": "geojson.json", "description": "GeoJSON format for representing geographic data.", - "url": "https://json.schemastore.org/geojson" + "url": "https://json.schemastore.org/geojson.json" }, { "name": "GitVersion", @@ -897,7 +1022,7 @@ "fileMatch": [ "gitversion.json" ], - "url": "https://json.schemastore.org/gitversion" + "url": "https://json.schemastore.org/gitversion.json" }, { "name": "GitHub Action", @@ -906,7 +1031,17 @@ "action.yml", "action.yaml" ], - "url": "https://json.schemastore.org/github-action" + "url": "https://json.schemastore.org/github-action.json" + }, + { + "name": "GitHub Funding", + "description": "YAML schema for GitHub Funding", + "fileMatch": [ + ".github/FUNDING.yml", + ".github/funding.yml", + ".github/funding.yaml" + ], + "url": "https://json.schemastore.org/github-funding.json" }, { "name": "GitHub Workflow", @@ -915,15 +1050,15 @@ ".github/workflows/**.yml", ".github/workflows/**.yaml" ], - "url": "https://json.schemastore.org/github-workflow" + "url": "https://json.schemastore.org/github-workflow.json" }, { "name": "gitlab-ci", "description": "JSON schema for configuring Gitlab CI", "fileMatch": [ - ".gitlab-ci.yml" + "*.gitlab-ci.yml" ], - "url": "https://json.schemastore.org/gitlab-ci" + "url": "https://json.schemastore.org/gitlab-ci.json" }, { "name": "Gitpod Configuration", @@ -939,7 +1074,7 @@ "fileMatch": [ "global.json" ], - "url": "https://json.schemastore.org/global" + "url": "https://json.schemastore.org/global.json" }, { "name": "golangci-lint Configuration", @@ -950,17 +1085,17 @@ ".golangci.toml", ".golangci.json" ], - "url": "https://json.schemastore.org/golangci-lint" + "url": "https://json.schemastore.org/golangci-lint.json" }, { "name": "Grafana 5.x Dashboard", "description": "JSON Schema for Grafana 5.x Dashboards", - "url": "https://json.schemastore.org/grafana-dashboard-5.x" + "url": "https://json.schemastore.org/grafana-dashboard-5.x.json" }, { "name": "GraphQL Mesh", "description": "JSON Schema for GraphQL Mesh config file", - "url": "https://raw.githubusercontent.com/Urigo/graphql-mesh/v0.2.15/packages/types/src/config-schema.json", + "url": "https://unpkg.com/@graphql-mesh/types/config-schema.json", "fileMatch": [ ".meshrc.yml", ".meshrc.yaml", @@ -973,7 +1108,7 @@ { "name": "GraphQL Config", "description": "JSON Schema for GraphQL Config config file", - "url": "https://raw.githubusercontent.com/kamilkisiela/graphql-config/v3.0.3/config-schema.json", + "url": "https://unpkg.com/graphql-config/config-schema.json", "fileMatch": [ "graphql.config.json", "graphql.config.js", @@ -989,7 +1124,7 @@ { "name": "GraphQL Code Generator", "description": "JSON Schema for GraphQL Code Generator config file", - "url": "https://raw.githubusercontent.com/dotansimha/graphql-code-generator/v1.17.7/website/static/config.schema.json", + "url": "https://www.graphql-code-generator.com/config.schema.json", "fileMatch": [ "codegen.yml", "codegen.yaml", @@ -1007,7 +1142,7 @@ "fileMatch": [ "copy.json" ], - "url": "https://json.schemastore.org/grunt-copy-task" + "url": "https://json.schemastore.org/grunt-copy-task.json" }, { "name": "Grunt clean task", @@ -1015,7 +1150,7 @@ "fileMatch": [ "clean.json" ], - "url": "https://json.schemastore.org/grunt-clean-task" + "url": "https://json.schemastore.org/grunt-clean-task.json" }, { "name": "Grunt cssmin task", @@ -1023,7 +1158,7 @@ "fileMatch": [ "cssmin.json" ], - "url": "https://json.schemastore.org/grunt-cssmin-task" + "url": "https://json.schemastore.org/grunt-cssmin-task.json" }, { "name": "Grunt JSHint task", @@ -1031,7 +1166,7 @@ "fileMatch": [ "jshint.json" ], - "url": "https://json.schemastore.org/grunt-jshint-task" + "url": "https://json.schemastore.org/grunt-jshint-task.json" }, { "name": "Grunt Watch task", @@ -1039,7 +1174,7 @@ "fileMatch": [ "watch.json" ], - "url": "https://json.schemastore.org/grunt-watch-task" + "url": "https://json.schemastore.org/grunt-watch-task.json" }, { "name": "Grunt base task", @@ -1048,7 +1183,7 @@ "grunt/*.json", "*-tasks.json" ], - "url": "https://json.schemastore.org/grunt-task" + "url": "https://json.schemastore.org/grunt-task.json" }, { "name": "haxelib.json", @@ -1056,7 +1191,7 @@ "fileMatch": [ "haxelib.json" ], - "url": "https://json.schemastore.org/haxelib" + "url": "https://json.schemastore.org/haxelib.json" }, { "name": "Hayson", @@ -1066,7 +1201,7 @@ "*.hayson.yaml", "*.hayson.yml" ], - "url": "https://bitbucket.org/finproducts/hayson/raw/master/hayson-json-schema.json" + "url": "https://raw.githubusercontent.com/j2inn/hayson/master/hayson-json-schema.json" }, { "name": "host.json", @@ -1074,7 +1209,7 @@ "fileMatch": [ "host.json" ], - "url": "https://json.schemastore.org/host" + "url": "https://json.schemastore.org/host.json" }, { "name": "host-meta.json", @@ -1082,7 +1217,7 @@ "fileMatch": [ "host-meta.json" ], - "url": "https://json.schemastore.org/host-meta" + "url": "https://json.schemastore.org/host-meta.json" }, { "name": ".htmlhintrc", @@ -1090,7 +1225,7 @@ "fileMatch": [ ".htmlhintrc" ], - "url": "https://json.schemastore.org/htmlhint" + "url": "https://json.schemastore.org/htmlhint.json" }, { "name": "hydra.yml", @@ -1109,7 +1244,25 @@ "fileMatch": [ "imageoptimizer.json" ], - "url": "https://json.schemastore.org/imageoptimizer" + "url": "https://json.schemastore.org/imageoptimizer.json" + }, + { + "name": "ioBroker JSON UI", + "description": "Schema for ioBroker JSON-based admin user interfaces - config, custom and tabs", + "fileMatch": [ + "jsonConfig.json", + "jsonCustom.json", + "jsonTab.json" + ], + "url": "https://raw.githubusercontent.com/ioBroker/adapter-react/master/schemas/jsonConfig.json" + }, + { + "name": "ioBroker Package manifest", + "description": "Schema for ioBroker adapters io-package file", + "fileMatch": [ + "io-package.json" + ], + "url": "https://json.schemastore.org/io-package.json" }, { "name": "Jekyll configuration", @@ -1117,7 +1270,7 @@ "fileMatch": [ "_config.yml" ], - "url": "https://json.schemastore.org/jekyll" + "url": "https://json.schemastore.org/jekyll.json" }, { "name": "Jenkins X Pipelines", @@ -1135,10 +1288,20 @@ ], "url": "https://jenkins-x.io/schemas/jx-requirements.json" }, + { + "name": "JFrog File Spec", + "description": "JFrog File Spec schema definition", + "fileMatch": [ + "**/filespecs/*.json", + "*filespec*.json", + "*.filespec" + ], + "url": "https://raw.githubusercontent.com/jfrog/jfrog-cli/master/schema/filespec-schema.json" + }, { "name": "Jovo Language Models", "description": "JSON Schema for Jovo language Models (https://www.jovo.tech/docs/model)", - "url": "https://json.schemastore.org/jovo-language-model" + "url": "https://json.schemastore.org/jovo-language-model.json" }, { "name": ".jsbeautifyrc", @@ -1146,7 +1309,7 @@ "fileMatch": [ ".jsbeautifyrc" ], - "url": "https://json.schemastore.org/jsbeautifyrc" + "url": "https://json.schemastore.org/jsbeautifyrc.json" }, { "name": ".jsbeautifyrc-nested", @@ -1154,7 +1317,7 @@ "fileMatch": [ ".jsbeautifyrc" ], - "url": "https://json.schemastore.org/jsbeautifyrc-nested" + "url": "https://json.schemastore.org/jsbeautifyrc-nested.json" }, { "name": ".jscsrc", @@ -1163,7 +1326,7 @@ ".jscsrc", "jscsrc.json" ], - "url": "https://json.schemastore.org/jscsrc" + "url": "https://json.schemastore.org/jscsrc.json" }, { "name": ".jshintrc", @@ -1171,7 +1334,7 @@ "fileMatch": [ ".jshintrc" ], - "url": "https://json.schemastore.org/jshintrc" + "url": "https://json.schemastore.org/jshintrc.json" }, { "name": ".jsinspectrc", @@ -1179,7 +1342,7 @@ "fileMatch": [ ".jsinspectrc" ], - "url": "https://json.schemastore.org/jsinspectrc" + "url": "https://json.schemastore.org/jsinspectrc.json" }, { "name": "JSON-API", @@ -1192,7 +1355,7 @@ { "name": "JSON Document Transform", "description": "JSON Document Transofrm", - "url": "https://json.schemastore.org/jdt" + "url": "https://json.schemastore.org/jdt.json" }, { "name": "JSON Feed", @@ -1200,10 +1363,10 @@ "fileMatch": [ "feed.json" ], - "url": "https://json.schemastore.org/feed", + "url": "https://json.schemastore.org/feed.json", "versions": { - "1": "https://json.schemastore.org/feed-1", - "1.1": "https://json.schemastore.org/feed" + "1": "https://json.schemastore.org/feed-1.json", + "1.1": "https://json.schemastore.org/feed.json" } }, { @@ -1212,7 +1375,7 @@ "fileMatch": [ "*.jsonld" ], - "url": "https://json.schemastore.org/jsonld" + "url": "https://json.schemastore.org/jsonld.json" }, { "name": "JSONPatch", @@ -1220,7 +1383,7 @@ "fileMatch": [ "*.patch" ], - "url": "https://json.schemastore.org/json-patch" + "url": "https://json.schemastore.org/json-patch.json" }, { "name": "jsconfig.json", @@ -1228,7 +1391,23 @@ "fileMatch": [ "jsconfig.json" ], - "url": "https://json.schemastore.org/jsconfig" + "url": "https://json.schemastore.org/jsconfig.json" + }, + { + "name": "k3d.yaml", + "description": "k3d configuration file", + "fileMatch": [ + "k3d.yaml", + "k3d.yml", + ".k3d.yml", + ".k3d.yaml", + "*.k3d.yaml", + "*.k3d.yml" + ], + "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" + } }, { "name": "keto.yml", @@ -1248,7 +1427,7 @@ "kustomization.yaml", "kustomization.yml" ], - "url": "https://json.schemastore.org/kustomization" + "url": "https://json.schemastore.org/kustomization.json" }, { "name": "launchsettings.json", @@ -1256,7 +1435,7 @@ "fileMatch": [ "launchsettings.json" ], - "url": "https://json.schemastore.org/launchsettings" + "url": "https://json.schemastore.org/launchsettings.json" }, { "name": "lerna.json", @@ -1264,7 +1443,7 @@ "fileMatch": [ "lerna.json" ], - "url": "https://json.schemastore.org/lerna" + "url": "https://json.schemastore.org/lerna.json" }, { "name": "libman.json", @@ -1272,7 +1451,7 @@ "fileMatch": [ "libman.json" ], - "url": "https://json.schemastore.org/libman" + "url": "https://json.schemastore.org/libman.json" }, { "name": "local.settings.json", @@ -1280,7 +1459,7 @@ "fileMatch": [ "local.settings.json" ], - "url": "https://json.schemastore.org/local.settings" + "url": "https://json.schemastore.org/local.settings.json" }, { "name": "localazy.json", @@ -1297,13 +1476,14 @@ "*.lsdl.yaml", "*.lsdl.json" ], - "url": "https://json.schemastore.org/lsdlschema" + "url": "https://json.schemastore.org/lsdlschema.json" }, { "name": "Mega-Linter configuration", "description": "JSON schema for Mega-Linter configuration file (for Mega-Linter users)", "fileMatch": [ - ".mega-linter.yml" + ".mega-linter.yml", + "*.mega-linter-config.yml" ], "url": "https://raw.githubusercontent.com/nvuillam/mega-linter/master/megalinter/descriptors/schemas/megalinter-configuration.jsonschema.json" }, @@ -1318,7 +1498,7 @@ { "name": "Microsoft Band Web Tile", "description": "Microsoft Band Web Tile manifest file", - "url": "https://json.schemastore.org/band-manifest" + "url": "https://json.schemastore.org/band-manifest.json" }, { "name": "mimetypes.json", @@ -1326,7 +1506,7 @@ "fileMatch": [ "mimetypes.json" ], - "url": "https://json.schemastore.org/mimetypes" + "url": "https://json.schemastore.org/mimetypes.json" }, { "name": ".mocharc", @@ -1337,7 +1517,7 @@ ".mocharc.yml", ".mocharc.yaml" ], - "url": "https://json.schemastore.org/mocharc" + "url": "https://json.schemastore.org/mocharc.json" }, { "name": ".modernizrrc", @@ -1345,7 +1525,7 @@ "fileMatch": [ ".modernizrrc" ], - "url": "https://json.schemastore.org/modernizrrc" + "url": "https://json.schemastore.org/modernizrrc.json" }, { "name": "mycode.json", @@ -1353,7 +1533,7 @@ "fileMatch": [ "mycode.json" ], - "url": "https://json.schemastore.org/mycode" + "url": "https://json.schemastore.org/mycode.json" }, { "name": "Netlify config schema", @@ -1369,7 +1549,7 @@ "fileMatch": [ "nightwatch.json" ], - "url": "https://json.schemastore.org/nightwatch" + "url": "https://json.schemastore.org/nightwatch.json" }, { "name": "ninjs (News in JSON)", @@ -1385,7 +1565,7 @@ { "name": "nest-cli", "description": "A progressive Node.js framework for building efficient and scalable server-side applications 🚀.", - "url": "https://json.schemastore.org/nest-cli", + "url": "https://json.schemastore.org/nest-cli.json", "fileMatch": [ ".nestcli.json", ".nest-cli.json", @@ -1405,7 +1585,7 @@ { "name": ".nodehawkrc", "description": "JSON schema for .nodehawkrc configuration files.", - "url": "https://json.schemastore.org/nodehawkrc", + "url": "https://json.schemastore.org/nodehawkrc.json", "fileMatch": [ ".nodehawkrc" ] @@ -1413,7 +1593,7 @@ { "name": "nodemon.json", "description": "JSON schema for nodemon.json configuration files.", - "url": "https://json.schemastore.org/nodemon", + "url": "https://json.schemastore.org/nodemon.json", "fileMatch": [ "nodemon.json" ] @@ -1426,20 +1606,20 @@ "npmpackagejsonlintrc.json", ".npmpackagejsonlintrc.json" ], - "url": "https://json.schemastore.org/npmpackagejsonlintrc" + "url": "https://json.schemastore.org/npmpackagejsonlintrc.json" }, { "name": "nuget-project.json", "description": "JSON schema for NuGet project.json files.", - "url": "https://json.schemastore.org/nuget-project", + "url": "https://json.schemastore.org/nuget-project.json", "versions": { - "3.3.0": "https://json.schemastore.org/nuget-project-3.3.0" + "3.3.0": "https://json.schemastore.org/nuget-project-3.3.0.json" } }, { "name": "nswag.json", "description": "JSON schema for nswag configuration", - "url": "https://json.schemastore.org/nswag", + "url": "https://json.schemastore.org/nswag.json", "fileMatch": [ "nswag.json" ] @@ -1461,7 +1641,7 @@ "fileMatch": [ "ocelot.json" ], - "url": "https://json.schemastore.org/ocelot" + "url": "https://json.schemastore.org/ocelot.json" }, { "name": "omnisharp.json", @@ -1469,7 +1649,7 @@ "fileMatch": [ "omnisharp.json" ], - "url": "https://json.schemastore.org/omnisharp" + "url": "https://json.schemastore.org/omnisharp.json" }, { "name": "openapi.json", @@ -1479,12 +1659,16 @@ "openapi.yml", "openapi.yaml" ], - "url": "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/3.0.3/schemas/v3.0/schema.json" + "url": "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/schemas/v3.1/schema.json", + "versions": { + "3.0": "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/schemas/v3.0/schema.json", + "3.1": "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/main/schemas/v3.1/schema.json" + } }, { "name": "openfin.json", "description": "OpenFin application configuration file", - "url": "https://json.schemastore.org/openfin" + "url": "https://json.schemastore.org/openfin.json" }, { "name": "kratos.yml", @@ -1502,7 +1686,7 @@ "fileMatch": [ "package.json" ], - "url": "https://json.schemastore.org/package" + "url": "https://json.schemastore.org/package.json" }, { "name": "package.manifest", @@ -1510,10 +1694,10 @@ "fileMatch": [ "package.manifest" ], - "url": "https://json.schemastore.org/package.manifest", + "url": "https://json.schemastore.org/package.manifest.json", "versions": { - "8.0.0": "https://json.schemastore.org/package.manifest-8.0.0", - "7.0.0": "https://json.schemastore.org/package.manifest-7.0.0" + "8.0.0": "https://json.schemastore.org/package.manifest-8.0.0.json", + "7.0.0": "https://json.schemastore.org/package.manifest-7.0.0.json" } }, { @@ -1522,7 +1706,7 @@ "fileMatch": [ "packer.json" ], - "url": "https://json.schemastore.org/packer" + "url": "https://json.schemastore.org/packer.json" }, { "name": "pgap_yaml_input_reader", @@ -1532,7 +1716,7 @@ "submol*.yml", "submol*.yaml" ], - "url": "https://json.schemastore.org/pgap_yaml_input_reader" + "url": "https://json.schemastore.org/pgap_yaml_input_reader.json" }, { "name": "pattern.json", @@ -1540,7 +1724,7 @@ "fileMatch": [ "pattern.json" ], - "url": "https://json.schemastore.org/pattern" + "url": "https://json.schemastore.org/pattern.json" }, { "name": ".pmbot.yml", @@ -1556,7 +1740,7 @@ "fileMatch": [ "plugin.yml" ], - "url": "https://json.schemastore.org/pocketmine-plugin" + "url": "https://json.schemastore.org/pocketmine-plugin.json" }, { "name": ".pre-commit-config.yml", @@ -1565,7 +1749,7 @@ ".pre-commit-config.yml", ".pre-commit-config.yaml" ], - "url": "https://json.schemastore.org/pre-commit-config" + "url": "https://json.schemastore.org/pre-commit-config.json" }, { "name": ".phraseapp.yml", @@ -1573,7 +1757,7 @@ "fileMatch": [ ".phraseapp.yml" ], - "url": "https://json.schemastore.org/phraseapp" + "url": "https://json.schemastore.org/phraseapp.json" }, { "name": "prettierrc.json", @@ -1584,9 +1768,9 @@ ".prettierrc.yml", ".prettierrc.yaml" ], - "url": "https://json.schemastore.org/prettierrc", + "url": "https://json.schemastore.org/prettierrc.json", "versions": { - "1.8.2": "https://json.schemastore.org/prettierrc-1.8.2" + "1.8.2": "https://json.schemastore.org/prettierrc-1.8.2.json" } }, { @@ -1595,7 +1779,7 @@ "fileMatch": [ "prisma.yml" ], - "url": "https://json.schemastore.org/prisma" + "url": "https://json.schemastore.org/prisma.json" }, { "name": "project.json", @@ -1603,52 +1787,52 @@ "fileMatch": [ "project.json" ], - "url": "https://json.schemastore.org/project", + "url": "https://json.schemastore.org/project.json", "versions": { - "1.0.0-beta3": "https://json.schemastore.org/project-1.0.0-beta3", - "1.0.0-beta4": "https://json.schemastore.org/project-1.0.0-beta4", - "1.0.0-beta5": "https://json.schemastore.org/project-1.0.0-beta5", - "1.0.0-beta6": "https://json.schemastore.org/project-1.0.0-beta6", - "1.0.0-beta8": "https://json.schemastore.org/project-1.0.0-beta8", - "1.0.0-rc1": "https://json.schemastore.org/project-1.0.0-rc1", - "1.0.0-rc1-update1": "https://json.schemastore.org/project-1.0.0-rc1", - "1.0.0-rc2": "https://json.schemastore.org/project-1.0.0-rc2" + "1.0.0-beta3": "https://json.schemastore.org/project-1.0.0-beta3.json", + "1.0.0-beta4": "https://json.schemastore.org/project-1.0.0-beta4.json", + "1.0.0-beta5": "https://json.schemastore.org/project-1.0.0-beta5.json", + "1.0.0-beta6": "https://json.schemastore.org/project-1.0.0-beta6.json", + "1.0.0-beta8": "https://json.schemastore.org/project-1.0.0-beta8.json", + "1.0.0-rc1": "https://json.schemastore.org/project-1.0.0-rc1.json", + "1.0.0-rc1-update1": "https://json.schemastore.org/project-1.0.0-rc1.json", + "1.0.0-rc2": "https://json.schemastore.org/project-1.0.0-rc2.json" } }, { "name": "project-1.0.0-beta3.json", "description": "ASP.NET vNext project configuration file", - "url": "https://json.schemastore.org/project-1.0.0-beta3" + "url": "https://json.schemastore.org/project-1.0.0-beta3.json" }, { "name": "project-1.0.0-beta4.json", "description": "ASP.NET vNext project configuration file", - "url": "https://json.schemastore.org/project-1.0.0-beta4" + "url": "https://json.schemastore.org/project-1.0.0-beta4.json" }, { "name": "project-1.0.0-beta5.json", "description": "ASP.NET vNext project configuration file", - "url": "https://json.schemastore.org/project-1.0.0-beta5" + "url": "https://json.schemastore.org/project-1.0.0-beta5.json" }, { "name": "project-1.0.0-beta6.json", "description": "ASP.NET vNext project configuration file", - "url": "https://json.schemastore.org/project-1.0.0-beta6" + "url": "https://json.schemastore.org/project-1.0.0-beta6.json" }, { "name": "project-1.0.0-beta8.json", "description": "ASP.NET vNext project configuration file", - "url": "https://json.schemastore.org/project-1.0.0-beta8" + "url": "https://json.schemastore.org/project-1.0.0-beta8.json" }, { "name": "project-1.0.0-rc1.json", "description": "ASP.NET vNext project configuration file", - "url": "https://json.schemastore.org/project-1.0.0-rc1" + "url": "https://json.schemastore.org/project-1.0.0-rc1.json" }, { "name": "project-1.0.0-rc2.json", "description": ".NET Core project configuration file", - "url": "https://json.schemastore.org/project-1.0.0-rc2" + "url": "https://json.schemastore.org/project-1.0.0-rc2.json" }, { "name": "prometheus.json", @@ -1656,7 +1840,7 @@ "fileMatch": [ "prometheus.yml" ], - "url": "https://json.schemastore.org/prometheus" + "url": "https://json.schemastore.org/prometheus.json" }, { "name": "prometheus.rules.json", @@ -1672,7 +1856,7 @@ "fileMatch": [ "proxies.json" ], - "url": "https://json.schemastore.org/proxies" + "url": "https://json.schemastore.org/proxies.json" }, { "name": "pubspec.yaml", @@ -1680,7 +1864,7 @@ "fileMatch": [ "pubspec.yaml" ], - "url": "https://json.schemastore.org/pubspec" + "url": "https://json.schemastore.org/pubspec.json" }, { "name": "pyrseas-0.8.json", @@ -1688,7 +1872,7 @@ "fileMatch": [ "pyrseas-0.8.json" ], - "url": "https://json.schemastore.org/pyrseas-0.8" + "url": "https://json.schemastore.org/pyrseas-0.8.json" }, { "name": "Red-DiscordBot Сog", @@ -1712,7 +1896,7 @@ "fileMatch": [ "*.resjson" ], - "url": "https://json.schemastore.org/resjson" + "url": "https://json.schemastore.org/resjson.json" }, { "name": "JSON Resume", @@ -1720,7 +1904,7 @@ "fileMatch": [ "resume.json" ], - "url": "https://json.schemastore.org/resume" + "url": "https://json.schemastore.org/resume.json" }, { "name": "Renovate", @@ -1737,12 +1921,16 @@ }, { "name": "RoadRunner", - "description": "Spiral Roadrunner config schema", + "description": "Spiral Roadrunner config file schema", + "url": "https://raw.githubusercontent.com/spiral/roadrunner-binary/master/schemas/config/2.0.schema.json", "fileMatch": [ - ".rr.yml", - ".rr.yaml" + ".rr*.yml", + ".rr*.yaml" ], - "url": "https://json.schemastore.org/roadrunner" + "versions": { + "1.0": "https://raw.githubusercontent.com/spiral/roadrunner-binary/master/schemas/config/1.0.schema.json", + "2.0": "https://raw.githubusercontent.com/spiral/roadrunner-binary/master/schemas/config/2.0.schema.json" + } }, { "name": "sarif-1.0.0.json", @@ -1794,30 +1982,51 @@ "description": "Static Analysis Results Format (SARIF) External Property File Format, Version 2.1.0-rtm.5", "url": "https://json.schemastore.org/sarif-external-property-file-2.1.0-rtm.5.json" }, + { + "name": "sarif-2.1.0", + "description": "Static Analysis Results Format (SARIF), Version 2.1.0", + "url": "https://json.schemastore.org/sarif-2.1.0.json" + }, + { + "name": "sarif-external-property-file-2.1.0", + "description": "Static Analysis Results Format (SARIF) External Property File Format, Version 2.1.0", + "url": "https://json.schemastore.org/sarif-external-property-file-2.1.0.json" + }, { "name": "Schema Catalog", "description": "JSON Schema catalog files compatible with SchemaStore.org", - "url": "https://json.schemastore.org/schema-catalog" + "url": "https://json.schemastore.org/schema-catalog.json" }, { "name": "schema.org - Action", "description": "JSON Schema for Action as defined by schema.org", - "url": "https://json.schemastore.org/schema-org-action" + "url": "https://json.schemastore.org/schema-org-action.json" }, { "name": "schema.org - ContactPoint", "description": "JSON Schema for ContactPoint as defined by schema.org", - "url": "https://json.schemastore.org/schema-org-contact-point" + "url": "https://json.schemastore.org/schema-org-contact-point.json" }, { "name": "schema.org - Place", "description": "JSON Schema for Place as defined by schema.org", - "url": "https://json.schemastore.org/schema-org-place" + "url": "https://json.schemastore.org/schema-org-place.json" }, { "name": "schema.org - Thing", "description": "JSON Schema for Thing as defined by schema.org", - "url": "https://json.schemastore.org/schema-org-thing" + "url": "https://json.schemastore.org/schema-org-thing.json" + }, + { + "name": "Semgrep Rule", + "description": "Semgrep code scanning patterns and rules", + "fileMatch": [ + ".semgrep/**.yaml", + ".semgrep/**.yml", + ".semgrep.yaml", + ".semgrep.yml" + ], + "url": "https://json.schemastore.org/semgrep.json" }, { "name": "settings.job", @@ -1825,7 +2034,7 @@ "fileMatch": [ "settings.job" ], - "url": "https://json.schemastore.org/settings.job" + "url": "https://json.schemastore.org/settings.job.json" }, { "name": "skyuxconfig.json", @@ -1852,7 +2061,7 @@ ".solidarity", ".solidarity.json" ], - "url": "https://json.schemastore.org/solidaritySchema" + "url": "https://json.schemastore.org/solidaritySchema.json" }, { "name": "Source Maps v3", @@ -1860,7 +2069,7 @@ "fileMatch": [ "*.map" ], - "url": "https://json.schemastore.org/sourcemap-v3" + "url": "https://json.schemastore.org/sourcemap-v3.json" }, { "name": "Sponge Mixin configuration", @@ -1868,7 +2077,7 @@ "fileMatch": [ "*.mixins.json" ], - "url": "https://json.schemastore.org/sponge-mixins" + "url": "https://json.schemastore.org/sponge-mixins.json" }, { "name": ".sprite files", @@ -1876,7 +2085,15 @@ "fileMatch": [ "*.sprite" ], - "url": "https://json.schemastore.org/sprite" + "url": "https://json.schemastore.org/sprite.json" + }, + { + "name": "Azure Static Web Apps configuration file", + "description": "Documentation: https://aka.ms/swa/config-schema", + "fileMatch": [ + "staticwebapp.config.json" + ], + "url": "https://json.schemastore.org/staticwebapp.config.json" }, { "name": "StackHead CLI config", @@ -1928,7 +2145,7 @@ "stylelintrc.json", ".stylelintrc.json" ], - "url": "https://json.schemastore.org/stylelintrc" + "url": "https://json.schemastore.org/stylelintrc.json" }, { "name": "Swagger API 2.0", @@ -1936,7 +2153,7 @@ "fileMatch": [ "swagger.json" ], - "url": "https://json.schemastore.org/swagger-2.0" + "url": "https://json.schemastore.org/swagger-2.0.json" }, { "name": "Taurus", @@ -1947,7 +2164,7 @@ "taurus.yml", "taurus.yaml" ], - "url": "https://json.schemastore.org/taurus" + "url": "https://json.schemastore.org/taurus.json" }, { "name": "template.json", @@ -1955,7 +2172,7 @@ "fileMatch": [ ".template.config/template.json" ], - "url": "https://json.schemastore.org/template" + "url": "https://json.schemastore.org/template.json" }, { "name": "templatsources.json", @@ -1963,11 +2180,19 @@ "fileMatch": [ "templatesources.json" ], - "url": "https://json.schemastore.org/templatesources" + "url": "https://json.schemastore.org/templatesources.json" }, { "name": "tmLanguage", "description": "Language grammar description files in Textmate and compatible editors", + "fileMatch": [ + "testEnvironments.json" + ], + "url": "https://json.schemastore.org/testenvironments.json" + }, + { + "name": "TestEnvironment.json", + "description": "Schema for Visual Studio's test environment config", "fileMatch": [ "*.tmLanguage.json" ], @@ -1979,7 +2204,7 @@ "fileMatch": [ ".travis.yml" ], - "url": "https://json.schemastore.org/travis" + "url": "https://json.schemastore.org/travis.json" }, { "name": "Traefik v2", @@ -1988,12 +2213,12 @@ "traefik.yml", "traefik.yaml" ], - "url": "https://json.schemastore.org/traefik-v2" + "url": "https://json.schemastore.org/traefik-v2.json" }, { "name": "Traefik v2 File Provider", "description": "Traefik v2 Dynamic Configuration File Provider", - "url": "https://json.schemastore.org/traefik-v2-file-provider" + "url": "https://json.schemastore.org/traefik-v2-file-provider.json" }, { "name": "tsconfig.json", @@ -2001,7 +2226,7 @@ "fileMatch": [ "tsconfig.json" ], - "url": "https://json.schemastore.org/tsconfig" + "url": "https://json.schemastore.org/tsconfig.json" }, { "name": "tsd.json", @@ -2009,7 +2234,7 @@ "fileMatch": [ "tsd.json" ], - "url": "https://json.schemastore.org/tsd" + "url": "https://json.schemastore.org/tsd.json" }, { "name": "tsdrc.json", @@ -2017,7 +2242,7 @@ "fileMatch": [ ".tsdrc" ], - "url": "https://json.schemastore.org/tsdrc" + "url": "https://json.schemastore.org/tsdrc.json" }, { "name": "ts-force-config.json", @@ -2025,7 +2250,7 @@ "fileMatch": [ "ts-force-config.json" ], - "url": "https://json.schemastore.org/ts-force-config" + "url": "https://json.schemastore.org/ts-force-config.json" }, { "name": "tslint.json", @@ -2035,7 +2260,7 @@ "tslint.yaml", "tslint.yml" ], - "url": "https://json.schemastore.org/tslint" + "url": "https://json.schemastore.org/tslint.json" }, { "name": "typewiz.json", @@ -2043,7 +2268,7 @@ "fileMatch": [ "typewiz.json" ], - "url": "https://json.schemastore.org/typewiz" + "url": "https://json.schemastore.org/typewiz.json" }, { "name": "typings.json", @@ -2051,7 +2276,7 @@ "fileMatch": [ "typings.json" ], - "url": "https://json.schemastore.org/typings" + "url": "https://json.schemastore.org/typings.json" }, { "name": "typingsrc.json", @@ -2059,7 +2284,7 @@ "fileMatch": [ ".typingsrc" ], - "url": "https://json.schemastore.org/typingsrc" + "url": "https://json.schemastore.org/typingsrc.json" }, { "name": "up.json", @@ -2069,14 +2294,6 @@ ], "url": "https://json.schemastore.org/up.json" }, - { - "name": "ui5-manifest", - "description": "UI5/OPENUI5 descriptor file", - "fileMatch": [ - ".manifest" - ], - "url": "https://json.schemastore.org/ui5-manifest" - }, { "name": "UI5 Manifest", "description": "UI5 Manifest (manifest.json)", @@ -2106,7 +2323,7 @@ "*.vg", "*.vg.json" ], - "url": "https://json.schemastore.org/vega" + "url": "https://json.schemastore.org/vega.json" }, { "name": "vega-lite.json", @@ -2115,7 +2332,7 @@ "*.vl", "*.vl.json" ], - "url": "https://json.schemastore.org/vega-lite" + "url": "https://json.schemastore.org/vega-lite.json" }, { "name": "Vela Pipeline Configuration", @@ -2140,7 +2357,7 @@ "fileMatch": [ "*vim*/addon-info.json" ], - "url": "https://json.schemastore.org/vim-addon-info" + "url": "https://json.schemastore.org/vim-addon-info.json" }, { "name": "vsls.json", @@ -2148,7 +2365,7 @@ "fileMatch": [ ".vsls.json" ], - "url": "https://json.schemastore.org/vsls" + "url": "https://json.schemastore.org/vsls.json" }, { "name": "vs-2017.3.host.json", @@ -2156,7 +2373,7 @@ "fileMatch": [ "vs-2017.3.host.json" ], - "url": "https://json.schemastore.org/vs-2017.3.host" + "url": "https://json.schemastore.org/vs-2017.3.host.json" }, { "name": "vs-nesting.json", @@ -2165,7 +2382,7 @@ "*.filenesting.json", ".filenesting.json" ], - "url": "https://json.schemastore.org/vs-nesting" + "url": "https://json.schemastore.org/vs-nesting.json" }, { "name": ".vsconfig", @@ -2173,7 +2390,7 @@ "fileMatch": [ "*.vsconfig" ], - "url": "https://json.schemastore.org/vsconfig" + "url": "https://json.schemastore.org/vsconfig.json" }, { "name": ".vsext", @@ -2181,7 +2398,7 @@ "fileMatch": [ "*.vsext" ], - "url": "https://json.schemastore.org/vsext" + "url": "https://json.schemastore.org/vsext.json" }, { "name": "VSIX CLI publishing", @@ -2189,7 +2406,7 @@ "fileMatch": [ "vs-publish.json" ], - "url": "https://json.schemastore.org/vsix-publish" + "url": "https://json.schemastore.org/vsix-publish.json" }, { "name": "vss-extension.json", @@ -2197,7 +2414,7 @@ "fileMatch": [ "vss-extension.json" ], - "url": "https://json.schemastore.org/vss-extension" + "url": "https://json.schemastore.org/vss-extension.json" }, { "name": "WebExtensions", @@ -2205,7 +2422,7 @@ "fileMatch": [ "manifest.json" ], - "url": "https://json.schemastore.org/webextension" + "url": "https://json.schemastore.org/webextension.json" }, { "name": "Web App Manifest", @@ -2214,7 +2431,7 @@ "manifest.json", "*.webmanifest" ], - "url": "https://json.schemastore.org/web-manifest-combined" + "url": "https://json.schemastore.org/web-manifest-combined.json" }, { "name": "webjobs-list.json", @@ -2222,7 +2439,7 @@ "fileMatch": [ "webjobs-list.json" ], - "url": "https://json.schemastore.org/webjobs-list" + "url": "https://json.schemastore.org/webjobs-list.json" }, { "name": "webjobpublishsettings.json", @@ -2230,7 +2447,7 @@ "fileMatch": [ "webjobpublishsettings.json" ], - "url": "https://json.schemastore.org/webjob-publish-settings" + "url": "https://json.schemastore.org/webjob-publish-settings.json" }, { "name": "Web types", @@ -2239,7 +2456,7 @@ "web-types.json", "*.web-types.json" ], - "url": "https://json.schemastore.org/web-types" + "url": "https://json.schemastore.org/web-types.json" }, { "name": "JSON-stat 2.0", @@ -2283,7 +2500,7 @@ "fileMatch": [ "xunit.runner.json" ], - "url": "https://json.schemastore.org/xunit.runner.schema" + "url": "https://json.schemastore.org/xunit.runner.schema.json" }, { "name": "servicehub.service.json", @@ -2291,7 +2508,7 @@ "fileMatch": [ "*.servicehub.service.json" ], - "url": "https://json.schemastore.org/servicehub.service.schema" + "url": "https://json.schemastore.org/servicehub.service.schema.json" }, { "name": "servicehub.config.json", @@ -2299,7 +2516,7 @@ "fileMatch": [ "servicehub.config.json" ], - "url": "https://json.schemastore.org/servicehub.config.schema" + "url": "https://json.schemastore.org/servicehub.config.schema.json" }, { "name": ".cryproj engine-5.2", @@ -2307,7 +2524,7 @@ "fileMatch": [ "*.cryproj" ], - "url": "https://json.schemastore.org/cryproj.52.schema" + "url": "https://json.schemastore.org/cryproj.52.schema.json" }, { "name": ".cryproj engine-5.3", @@ -2315,7 +2532,7 @@ "fileMatch": [ "*.cryproj" ], - "url": "https://json.schemastore.org/cryproj.53.schema" + "url": "https://json.schemastore.org/cryproj.53.schema.json" }, { "name": ".cryproj engine-5.4", @@ -2323,7 +2540,7 @@ "fileMatch": [ "*.cryproj" ], - "url": "https://json.schemastore.org/cryproj.54.schema" + "url": "https://json.schemastore.org/cryproj.54.schema.json" }, { "name": ".cryproj engine-5.5", @@ -2331,7 +2548,7 @@ "fileMatch": [ "*.cryproj" ], - "url": "https://json.schemastore.org/cryproj.55.schema" + "url": "https://json.schemastore.org/cryproj.55.schema.json" }, { "name": ".cryproj engine-dev", @@ -2339,7 +2556,7 @@ "fileMatch": [ "*.cryproj" ], - "url": "https://json.schemastore.org/cryproj.dev.schema" + "url": "https://json.schemastore.org/cryproj.dev.schema.json" }, { "name": ".cryproj (generic)", @@ -2347,7 +2564,7 @@ "fileMatch": [ "*.cryproj" ], - "url": "https://json.schemastore.org/cryproj" + "url": "https://json.schemastore.org/cryproj.json" }, { "name": "typedoc.json", @@ -2364,7 +2581,7 @@ ".huskyrc", ".huskyrc.json" ], - "url": "https://json.schemastore.org/huskyrc" + "url": "https://json.schemastore.org/huskyrc.json" }, { "name": ".lintstagedrc", @@ -2373,7 +2590,7 @@ ".lintstagedrc", ".lintstagedrc.json" ], - "url": "https://json.schemastore.org/lintstagedrc.schema" + "url": "https://json.schemastore.org/lintstagedrc.schema.json" }, { "name": "mta.yaml", @@ -2382,7 +2599,7 @@ "mta.yaml", "mta.yml" ], - "url": "https://json.schemastore.org/mta" + "url": "https://json.schemastore.org/mta.json" }, { "name": "mtad.yaml", @@ -2391,7 +2608,7 @@ "mtad.yaml", "mtad.yml" ], - "url": "https://json.schemastore.org/mtad" + "url": "https://json.schemastore.org/mtad.json" }, { "name": ".mtaext", @@ -2399,7 +2616,7 @@ "fileMatch": [ "*.mtaext" ], - "url": "https://json.schemastore.org/mtaext" + "url": "https://json.schemastore.org/mtaext.json" }, { "name": "xs-app.json", @@ -2412,7 +2629,7 @@ { "name": "Opctl", "description": "Opctl schema for describing an op", - "url": "https://json.schemastore.org/opspec-io-0.1.7", + "url": "https://json.schemastore.org/opspec-io-0.1.7.json", "fileMatch": [ ".opspec/*/*.yml", ".opspec/*/*.yaml" @@ -2421,13 +2638,13 @@ { "name": "HEMTT", "description": "HEMTT Project File", - "url": "https://json.schemastore.org/hemtt-0.6.2", + "url": "https://json.schemastore.org/hemtt-0.6.2.json", "fileMatch": [ "hemtt.json", "hemtt.toml" ], "versions": { - "0.6.2": "https://json.schemastore.org/hemtt-0.6.2" + "0.6.2": "https://json.schemastore.org/hemtt-0.6.2.json" } }, { @@ -2436,7 +2653,7 @@ "fileMatch": [ "now.json" ], - "url": "https://json.schemastore.org/now" + "url": "https://json.schemastore.org/now.json" }, { "name": "taskcat", @@ -2452,7 +2669,7 @@ "fileMatch": [ "BizTalkServerInventory.json" ], - "url": "https://json.schemastore.org/BizTalkServerApplicationSchema" + "url": "https://json.schemastore.org/BizTalkServerApplicationSchema.json" }, { "name": "httpmockrc", @@ -2461,7 +2678,7 @@ ".httpmockrc", ".httpmock.json" ], - "url": "https://json.schemastore.org/httpmockrc" + "url": "https://json.schemastore.org/httpmockrc.json" }, { "name": "neoload", @@ -2516,7 +2733,7 @@ "conf.js*", "jsdoc.js*" ], - "url": "https://json.schemastore.org/jsdoc-1.0.0" + "url": "https://json.schemastore.org/jsdoc-1.0.0.json" }, { "name": "Ray", @@ -2531,9 +2748,11 @@ "description": "A smarter Dockerfile linter that helps you build best practice Docker images.", "fileMatch": [ ".hadolint.yaml", - "hadolint.yaml" + "hadolint.yaml", + ".hadolint.yml", + "hadolint.yml" ], - "url": "https://json.schemastore.org/hadolint" + "url": "https://raw.githubusercontent.com/hadolint/hadolint/master/contrib/hadolint.json" }, { "name": "helmfile", @@ -2542,7 +2761,7 @@ "helmfile.yaml", "helmfile.d/**/*.yaml" ], - "url": "https://json.schemastore.org/helmfile" + "url": "https://json.schemastore.org/helmfile.json" }, { "name": "Container Structure Test", @@ -2551,7 +2770,7 @@ "container-structure-test.yaml", "structure-test.yaml" ], - "url": "https://json.schemastore.org/container-structure-test" + "url": "https://json.schemastore.org/container-structure-test.json" }, { "name": "Žinoma", @@ -2562,11 +2781,32 @@ "url": "https://github.com/fbecart/zinoma/releases/latest/download/zinoma-schema.json" }, { - "name": "Windows Package Manager", - "description": "Windows Package Manager Manifest file", - "url": "https://json.schemastore.org/winget-pkgs", + "name": "Windows Package Manager Singleton Manifest", + "description": "Windows Package Manager Singleton Manifest file", + "url": "https://json.schemastore.org/winget-pkgs-singleton-1.0.0.json", "fileMatch": [ - "manifests/*/*/*.yaml" + "manifests/*/*/*.yaml", + "manifests/?/*/*/*/*.*.yaml" + ], + "versions": { + "0.1": "https://json.schemastore.org/winget-pkgs-singleton-0.1.json", + "1.0.0": "https://json.schemastore.org/winget-pkgs-singleton-1.0.0.json" + } + }, + { + "name": "Windows Package Manager Installer Manifest", + "description": "Windows Package Manager Installer Manifest file, used for detailing installer specific metadata.", + "url": "https://json.schemastore.org/winget-pkgs-installer-1.0.0.json", + "fileMatch": [ + "manifests/?/*/*/*/*.*.installer.yaml" + ] + }, + { + "name": "Windows Package Manager Locale Manifest", + "description": "Windows Package Manager Locale Manifest file, used for detailing locale specific metadata.", + "url": "https://json.schemastore.org/winget-pkgs-locale-1.0.0.json", + "fileMatch": [ + "manifests/?/*/*/*/*.*.locale@(.en-US|fr-FR|it-IT|ja-JP|ko-KR|pt-BR|ru-RU|zh-CN|zh-TW).yaml" ] }, { @@ -2576,7 +2816,7 @@ ".commitlintrc", ".commitlintrc.json" ], - "url": "https://json.schemastore.org/commitlintrc" + "url": "https://json.schemastore.org/commitlintrc.json" }, { "name": "Uniswap Token List", @@ -2617,22 +2857,24 @@ { "name": "devinit", "description": "Devinit configuration file schema.", - "url": "https://json.schemastore.org/devinit.schema-2.0", + "url": "https://json.schemastore.org/devinit.schema-6.0.json", "fileMatch": [ "devinit.json", ".devinit.json" ], "versions": { - "1.0": "https://json.schemastore.org/devinit.schema-1.0", - "2.0": "https://json.schemastore.org/devinit.schema-2.0", - "3.0": "https://json.schemastore.org/devinit.schema-3.0", - "4.0": "https://json.schemastore.org/devinit.schema-4.0" + "1.0": "https://json.schemastore.org/devinit.schema-1.0.json", + "2.0": "https://json.schemastore.org/devinit.schema-2.0.json", + "3.0": "https://json.schemastore.org/devinit.schema-3.0.json", + "4.0": "https://json.schemastore.org/devinit.schema-4.0.json", + "5.0": "https://json.schemastore.org/devinit.schema-5.0.json", + "6.0": "https://json.schemastore.org/devinit.schema-6.0.json" } }, { "name": "tsoa", "description": "JSON Schema for the tsoa configuration file", - "url": "https://json.schemastore.org/tsoa", + "url": "https://json.schemastore.org/tsoa.json", "fileMatch": [ "**/tsoa.json" ] @@ -2652,9 +2894,10 @@ "*gradle-enterprise.yml", "*gradle-enterprise.yaml" ], - "url": "https://docs.gradle.com/enterprise/admin/schema/gradle-enterprise-config-schema-1.json", + "url": "https://docs.gradle.com/enterprise/admin/schema/gradle-enterprise-config-schema-2.json", "versions": { - "1.0": "https://docs.gradle.com/enterprise/admin/schema/gradle-enterprise-config-schema-1.json" + "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" } }, { @@ -2680,7 +2923,7 @@ "*.comet.yaml", "*.comet.yml" ], - "url": "https://json.schemastore.org/comet" + "url": "https://json.schemastore.org/comet.json" }, { "name": "swcrc", @@ -2688,7 +2931,162 @@ "fileMatch": [ ".swcrc" ], - "url": "https://json.schemastore.org/swcrc" + "url": "https://json.schemastore.org/swcrc.json" + }, + { + "name": "OpenWeather Road Risk API", + "description": "JSON Schema for OpenWeather Road Risk API responses.", + "fileMatch": [], + "url": "https://json.schemastore.org/openweather.roadrisk.json" + }, + { + "name": "OpenWeather Current Weather API", + "description": "JSON Schema for OpenWeather Current Weather API responses.", + "fileMatch": [], + "url": "https://json.schemastore.org/openweather.current.json" + }, + { + "name": "JSON-e templates", + "description": "JSON Schema for JSON-e templates.", + "fileMatch": [], + "url": "https://json.schemastore.org/jsone.json" + }, + { + "name": "Taskfile YAML Schema", + "description": "JSON Schema for Taskfile files.", + "fileMatch": [ + "Taskfile.yaml", + "Taskfile.yml" + ], + "url": "https://json.schemastore.org/taskfile.json" + }, + { + "name": "Containerlab", + "description": "JSON Schema for Containerlab topology definition files.", + "fileMatch": [ + "*-clab.yaml", + "*-clab.yml", + "*.clab.yaml", + "*.clab.yml" + ], + "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.", + "fileMatch": [ "*.jm.yaml", "*.jm.yml" ], + "url": "https://raw.githubusercontent.com/arvinxx/components/master/packages/journey-map/schema/journey-map.schema.json" + }, + { + "name": "RKE Cluster Configuration YAML Schema", + "description": "YAML Schema for the cluster.yml configuration file for RKE", + "fileMatch": [ "cluster.yml", "cluster.yaml" ], + "url": "https://raw.githubusercontent.com/dcermak/vscode-rke-cluster-config/main/schemas/cluster.yml.json" + }, + { + "name": "RKE Cluster Configuration JSON Schema", + "description": "JSON Schema for the cluster.json configuration file for RKE", + "fileMatch": [ "cluster.json" ], + "url": "https://raw.githubusercontent.com/dcermak/vscode-rke-cluster-config/main/schemas/cluster.json" + }, + { + "name": "Liquibase", + "description": "Use this schema to get auto-suggestions for your liquibase JSON/YAML files.", + "fileMatch": [ + "**/db/changelog/**/*.yaml", + "**/db/changelog/**/*.yml", + "**/db/changelog/**/*.json" + ], + "url": "https://json.schemastore.org/liquibase.json" + }, + { + "name": "Pipeline component", + "description": "YAML schema for the Kubeflow Pipelines' component.yaml files which describe a pipeline components. Component consists of input/output definitions and the description of the implementation which can either be a containerized command line program or a interconnected graph of tasks. See https://cloud-pipelines.github.io/links/component_authoring_documentation", + "fileMatch": [ + "component.yaml", + "kfp_component.yaml", + "kfp_component.json" + ], + "url": "https://raw.githubusercontent.com/Cloud-Pipelines/component_spec_schema/stable/component_spec.json_schema.json" + }, + { + "name": "skaffold.yaml", + "description": "Schema for the skaffold.yaml configuration file for Skaffold (https://skaffold.dev/)", + "fileMatch": [ + "skaffold.yaml", + "skaffold.yml" + ], + "url": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta17.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", + "v1alpha3": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1alpha3.json", + "v1alpha4": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1alpha4.json", + "v1alpha5": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1alpha5.json", + "v1beta1": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1beta1.json", + "v1beta2": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1beta2.json", + "v1beta3": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1beta3.json", + "v1beta4": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1beta4.json", + "v1beta5": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1beta5.json", + "v1beta6": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1beta6.json", + "v1beta7": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1beta7.json", + "v1beta8": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1beta8.json", + "v1beta9": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1beta9.json", + "v1beta10": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1beta10.json", + "v1beta11": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1beta11.json", + "v1beta12": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1beta12.json", + "v1beta13": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1beta13.json", + "v1beta14": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1beta14.json", + "v1beta15": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1beta15.json", + "v1beta16": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1beta16.json", + "v1beta17": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1beta17.json", + "v1": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v1.json", + "v2alpha1": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2alpha1.json", + "v2alpha2": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2alpha2.json", + "v2alpha3": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2alpha3.json", + "v2alpha4": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2alpha4.json", + "v2beta1": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta1.json", + "v2beta2": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta2.json", + "v2beta3": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta3.json", + "v2beta4": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta4.json", + "v2beta5": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta5.json", + "v2beta6": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta6.json", + "v2beta7": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta7.json", + "v2beta8": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta8.json", + "v2beta9": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta9.json", + "v2beta10": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta10.json", + "v2beta11": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta11.json", + "v2beta12": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta12.json", + "v2beta13": "https://raw.githubusercontent.com/GoogleContainerTools/skaffold/master/docs/content/en/schemas/v2beta13.json", + "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" + } + }, + { + "name": "markdownlint.json", + "description": "Markdownlint configuration file", + "fileMatch": [ + ".markdownlintrc", + ".markdownlint.json", + ".markdownlint.jsonc", + ".markdownlint.yaml", + ".markdownlint.yml" + ], + "url": "https://json.schemastore.org/markdownlint.json" } ] }