mirror of
https://github.com/mattn/vim-lsp-settings.git
synced 2026-05-30 11:18:40 +02:00
2695 lines
81 KiB
JSON
2695 lines
81 KiB
JSON
{
|
||
"$schema": "https://json.schemastore.org/schema-catalog",
|
||
"version": 1.0,
|
||
"schemas": [
|
||
{
|
||
"name": ".adonisrc.json",
|
||
"description": "AdonisJS configuration file",
|
||
"fileMatch": [
|
||
".adonisrc.json"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/adonisjs/application/master/adonisrc.schema.json"
|
||
},
|
||
{
|
||
"name": ".angular-cli.json",
|
||
"description": "Angular CLI configuration file",
|
||
"fileMatch": [
|
||
".angular-cli.json",
|
||
"angular-cli.json"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/angular/angular-cli/v10.1.6/packages/angular/cli/lib/config/schema.json"
|
||
},
|
||
{
|
||
"name": "Ansible Role",
|
||
"description": "Ansible role task files",
|
||
"url": "https://json.schemastore.org/ansible-role-2.9",
|
||
"fileMatch": [
|
||
"**/tasks/*.yml",
|
||
"**/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"
|
||
}
|
||
},
|
||
{
|
||
"name": "Ansible Playbook",
|
||
"description": "Ansible playbook files",
|
||
"url": "https://json.schemastore.org/ansible-playbook",
|
||
"fileMatch": [
|
||
"playbook.yml",
|
||
"playbook.yaml"
|
||
]
|
||
},
|
||
{
|
||
"name": "Ansible Inventory",
|
||
"description": "Ansible inventory files",
|
||
"url": "https://json.schemastore.org/ansible-inventory",
|
||
"fileMatch": [
|
||
"inventory.yml",
|
||
"inventory.yaml"
|
||
]
|
||
},
|
||
{
|
||
"name": "Ansible Collection Galaxy",
|
||
"description": "Ansible Collection Galaxy metadata",
|
||
"url": "https://json.schemastore.org/ansible-collection-galaxy",
|
||
"fileMatch": [
|
||
"galaxy.yml",
|
||
"galaxy.yaml"
|
||
]
|
||
},
|
||
{
|
||
"name": "apple-app-site-association",
|
||
"description": "Apple Universal Link, App Site Association",
|
||
"fileMatch": [
|
||
"apple-app-site-association"
|
||
],
|
||
"url": "https://json.schemastore.org/apple-app-site-association"
|
||
},
|
||
{
|
||
"name": "appsscript.json",
|
||
"description": "Google Apps Script manifest file",
|
||
"fileMatch": [
|
||
"appsscript.json"
|
||
],
|
||
"url": "https://json.schemastore.org/appsscript"
|
||
},
|
||
{
|
||
"name": "appsettings.json",
|
||
"description": "ASP.NET Core's configuration file",
|
||
"fileMatch": [
|
||
"appsettings.json",
|
||
"appsettings.*.json"
|
||
],
|
||
"url": "https://json.schemastore.org/appsettings"
|
||
},
|
||
{
|
||
"name": "appveyor.yml",
|
||
"description": "AppVeyor CI configuration file",
|
||
"fileMatch": [
|
||
"appveyor.yml"
|
||
],
|
||
"url": "https://json.schemastore.org/appveyor"
|
||
},
|
||
{
|
||
"name": "arc.json",
|
||
"description": "A JSON schema for OpenJS Architect",
|
||
"fileMatch": [
|
||
"arc.json",
|
||
"arc.yml",
|
||
"arc.yaml"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/architect/parser/v2.3.0/arc-schema.json"
|
||
},
|
||
{
|
||
"name": "Avro Avsc",
|
||
"description": "Avro Schema Avsc file",
|
||
"fileMatch": [
|
||
".avsc"
|
||
],
|
||
"url": "https://json.schemastore.org/avro-avsc"
|
||
},
|
||
{
|
||
"name": "Azure IoT EdgeAgent deployment",
|
||
"description": "Azure IoT EdgeAgent deployment schema",
|
||
"url": "https://json.schemastore.org/azure-iot-edgeagent-deployment-1.1",
|
||
"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"
|
||
}
|
||
},
|
||
{
|
||
"name": "Azure IoT EdgeHub deployment",
|
||
"description": "Azure IoT EdgeHub deployment schema",
|
||
"url": "https://json.schemastore.org/azure-iot-edgehub-deployment-1.2",
|
||
"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"
|
||
}
|
||
},
|
||
{
|
||
"name": "Azure IoT Edge deployment",
|
||
"description": "Azure IoT Edge deployment schema",
|
||
"url": "https://json.schemastore.org/azure-iot-edge-deployment-2.0",
|
||
"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"
|
||
}
|
||
},
|
||
{
|
||
"name": "Azure IoT Edge deployment template",
|
||
"description": "Azure IoT Edge deployment template schema",
|
||
"fileMatch": [
|
||
"deployment.template.json",
|
||
"deployment.*.template.json"
|
||
],
|
||
"url": "https://json.schemastore.org/azure-iot-edge-deployment-template-2.0",
|
||
"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"
|
||
}
|
||
},
|
||
{
|
||
"name": "Azure Pipelines",
|
||
"description": "Azure Pipelines YAML pipelines definition",
|
||
"fileMatch": [
|
||
"azure-pipelines.yml",
|
||
"azure-pipelines.yaml"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/microsoft/azure-pipelines-vscode/v1.174.2/service-schema.json"
|
||
},
|
||
{
|
||
"name": "Foxx Manifest",
|
||
"description": "ArangoDB Foxx service manifest file",
|
||
"fileMatch": [
|
||
"manifest.json"
|
||
],
|
||
"url": "https://json.schemastore.org/foxx-manifest"
|
||
},
|
||
{
|
||
"name": ".asmdef",
|
||
"description": "Unity 3D assembly definition file",
|
||
"fileMatch": [
|
||
"*.asmdef"
|
||
],
|
||
"url": "https://json.schemastore.org/asmdef"
|
||
},
|
||
{
|
||
"name": "babelrc.json",
|
||
"description": "Babel configuration file",
|
||
"fileMatch": [
|
||
".babelrc",
|
||
"babel.config.json"
|
||
],
|
||
"url": "https://json.schemastore.org/babelrc"
|
||
},
|
||
{
|
||
"name": ".backportrc.json",
|
||
"description": "Backport configuration file",
|
||
"fileMatch": [
|
||
".backportrc.json"
|
||
],
|
||
"url": "https://json.schemastore.org/backportrc"
|
||
},
|
||
{
|
||
"name": "batect.yml",
|
||
"description": "Batect configuration file",
|
||
"fileMatch": [
|
||
"batect.yml",
|
||
"batect-bundle.yml"
|
||
],
|
||
"url": "https://ide-integration.batect.dev/v1/configSchema.json"
|
||
},
|
||
{
|
||
"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",
|
||
"fileMatch": [
|
||
"bamboo.yaml",
|
||
"bamboo.yml"
|
||
]
|
||
},
|
||
{
|
||
"name": "bitbucket-pipelines",
|
||
"description": "Bitbucket Pipelines CI/CD manifest schema",
|
||
"url": "https://bitbucket.org/atlassianlabs/atlascode/raw/main/resources/schemas/pipelines-schema.json",
|
||
"fileMatch": [
|
||
"bitbucket-pipelines.yml"
|
||
]
|
||
},
|
||
{
|
||
"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",
|
||
"fileMatch": [
|
||
"bitrise.yml",
|
||
"bitrise.yaml",
|
||
"bitrise.json"
|
||
]
|
||
},
|
||
{
|
||
"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",
|
||
"fileMatch": [
|
||
"step.yml"
|
||
]
|
||
},
|
||
{
|
||
"name": ".bootstraprc",
|
||
"description": "Webpack bootstrap-loader configuration file",
|
||
"fileMatch": [
|
||
".bootstraprc"
|
||
],
|
||
"url": "https://json.schemastore.org/bootstraprc"
|
||
},
|
||
{
|
||
"name": "bower.json",
|
||
"description": "Bower package description file",
|
||
"fileMatch": [
|
||
"bower.json",
|
||
".bower.json"
|
||
],
|
||
"url": "https://json.schemastore.org/bower"
|
||
},
|
||
{
|
||
"name": ".bowerrc",
|
||
"description": "Bower configuration file",
|
||
"fileMatch": [
|
||
".bowerrc"
|
||
],
|
||
"url": "https://json.schemastore.org/bowerrc"
|
||
},
|
||
{
|
||
"name": "behat.yml",
|
||
"description": "Behat configuration file",
|
||
"fileMatch": [
|
||
"behat.yml",
|
||
"*.behat.yml"
|
||
],
|
||
"url": "https://json.schemastore.org/behat"
|
||
},
|
||
{
|
||
"name": "bozr.suite.json",
|
||
"description": "Bozr test suite file",
|
||
"fileMatch": [
|
||
".suite.json",
|
||
".xsuite.json"
|
||
],
|
||
"url": "https://json.schemastore.org/bozr"
|
||
},
|
||
{
|
||
"name": "bucklescript",
|
||
"description": "BuckleScript configuration file",
|
||
"fileMatch": [
|
||
"bsconfig.json"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/rescript-lang/rescript-compiler/8.2.0/docs/docson/build-schema.json"
|
||
},
|
||
{
|
||
"name": "Bukkit plugin.yml",
|
||
"description": "Schema for Minecraft Bukkit plugin description files",
|
||
"fileMatch": [
|
||
"plugin.yml"
|
||
],
|
||
"url": "https://json.schemastore.org/bukkit-plugin"
|
||
},
|
||
{
|
||
"name": "Buildkite",
|
||
"description": "Schema for Buildkite pipeline.yml files",
|
||
"fileMatch": [
|
||
"buildkite.yml",
|
||
"buildkite.yaml",
|
||
"buildkite.json",
|
||
"buildkite.*.yml",
|
||
"buildkite.*.yaml",
|
||
"buildkite.*.json",
|
||
".buildkite/pipeline.yml",
|
||
".buildkite/pipeline.yaml",
|
||
".buildkite/pipeline.json",
|
||
".buildkite/pipeline.*.yml",
|
||
".buildkite/pipeline.*.yaml",
|
||
".buildkite/pipeline.*.json"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/buildkite/pipeline-schema/master/schema.json"
|
||
},
|
||
{
|
||
"name": ".build.yml",
|
||
"description": "Sourcehut Build Manifest",
|
||
"fileMatch": [
|
||
".build.yml"
|
||
],
|
||
"url": "https://json.schemastore.org/sourcehut-build"
|
||
},
|
||
{
|
||
"name": "bundleconfig.json",
|
||
"description": "Schema for bundleconfig.json files",
|
||
"fileMatch": [
|
||
"bundleconfig.json"
|
||
],
|
||
"url": "https://json.schemastore.org/bundleconfig"
|
||
},
|
||
{
|
||
"name": "BungeeCord plugin.yml",
|
||
"description": "Schema for BungeeCord plugin description files",
|
||
"fileMatch": [
|
||
"plugin.yml",
|
||
"bungee.yml"
|
||
],
|
||
"url": "https://json.schemastore.org/bungee-plugin"
|
||
},
|
||
{
|
||
"name": "Camel K YAML DSL",
|
||
"description": "Schema for Camel K YAML DSL",
|
||
"fileMatch": [
|
||
"*.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"
|
||
},
|
||
{
|
||
"name": "Carafe",
|
||
"description": "Schema for Carafe compatible JavaScript Bundles",
|
||
"url": "https://carafe.fm/schema/draft-02/bundle.schema.json",
|
||
"versions": {
|
||
"draft-02": "https://carafe.fm/schema/draft-02/bundle.schema.json",
|
||
"draft-01": "https://carafe.fm/schema/draft-01/bundle.schema.json"
|
||
}
|
||
},
|
||
{
|
||
"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": "CircleCI config.yml",
|
||
"description": "Schema for CircleCI 2.0 config files",
|
||
"fileMatch": [
|
||
".circleci/config.yml"
|
||
],
|
||
"url": "https://json.schemastore.org/circleciconfig"
|
||
},
|
||
{
|
||
"name": ".cirrus.yml",
|
||
"description": "Cirrus CI configuration files",
|
||
"fileMatch": [
|
||
".cirrus.yml"
|
||
],
|
||
"url": "https://json.schemastore.org/cirrus"
|
||
},
|
||
{
|
||
"name": ".clasp.json",
|
||
"description": "Google Apps Script CLI project file",
|
||
"fileMatch": [
|
||
".clasp.json"
|
||
],
|
||
"url": "https://json.schemastore.org/clasp"
|
||
},
|
||
{
|
||
"name": "cloudify",
|
||
"description": "Cloudify Blueprint",
|
||
"fileMatch": [
|
||
"*.cfy.yaml"
|
||
],
|
||
"url": "https://json.schemastore.org/cloudify"
|
||
},
|
||
{
|
||
"name": "JSON schema for Codecov configuration files",
|
||
"description": "Schema for codecov.yml files.",
|
||
"fileMatch": [
|
||
".codecov.yml",
|
||
"codecov.yml"
|
||
],
|
||
"url": "https://json.schemastore.org/codecov"
|
||
},
|
||
{
|
||
"name": "compilerconfig.json",
|
||
"description": "Schema for compilerconfig.json files",
|
||
"fileMatch": [
|
||
"compilerconfig.json"
|
||
],
|
||
"url": "https://json.schemastore.org/compilerconfig"
|
||
},
|
||
{
|
||
"name": "compile_commands.json",
|
||
"description": "LLVM compilation database",
|
||
"fileMatch": [
|
||
"compile_commands.json"
|
||
],
|
||
"url": "https://json.schemastore.org/compile-commands"
|
||
},
|
||
{
|
||
"name": "commands.json",
|
||
"description": "Config file for Command Task Runner",
|
||
"fileMatch": [
|
||
"commands.json"
|
||
],
|
||
"url": "https://json.schemastore.org/commands"
|
||
},
|
||
{
|
||
"name": "cosmos.config.json",
|
||
"description": "React Cosmos configuration file",
|
||
"fileMatch": [
|
||
"cosmos.config.json"
|
||
],
|
||
"url": "https://json.schemastore.org/cosmos-config"
|
||
},
|
||
{
|
||
"name": "Chrome Extension",
|
||
"description": "Google Chrome extension manifest file",
|
||
"url": "https://json.schemastore.org/chrome-manifest"
|
||
},
|
||
{
|
||
"name": "chutzpah.json",
|
||
"description": "Chutzpah configuration file",
|
||
"fileMatch": [
|
||
"chutzpah.json"
|
||
],
|
||
"url": "https://json.schemastore.org/chutzpah"
|
||
},
|
||
{
|
||
"name": "contentmanifest.json",
|
||
"description": "Visual Studio manifest injection file",
|
||
"fileMatch": [
|
||
"contentmanifest.json"
|
||
],
|
||
"url": "https://json.schemastore.org/vsix-manifestinjection"
|
||
},
|
||
{
|
||
"name": "cloud-sdk-pipeline-config-schema",
|
||
"description": "SAP Cloud SDK Pipeline configuration",
|
||
"fileMatch": [
|
||
"pipeline_config.yml"
|
||
],
|
||
"url": "https://json.schemastore.org/cloud-sdk-pipeline-config-schema.json"
|
||
},
|
||
{
|
||
"name": "cloudbuild.json",
|
||
"description": "Google Cloud Build configuration file",
|
||
"fileMatch": [
|
||
"cloudbuild.json",
|
||
"cloudbuild.yaml",
|
||
"cloudbuild.yml",
|
||
"*.cloudbuild.json",
|
||
"*.cloudbuild.yaml",
|
||
"*.cloudbuild.yml"
|
||
],
|
||
"url": "https://json.schemastore.org/cloudbuild"
|
||
},
|
||
{
|
||
"name": "workflows.json",
|
||
"description": "Google Cloud Workflows configuration file",
|
||
"fileMatch": [
|
||
"workflows.json",
|
||
"workflows.yaml",
|
||
"workflows.yml",
|
||
"*.workflows.json",
|
||
"*.workflows.yaml",
|
||
"*.workflows.yml"
|
||
],
|
||
"url": "https://json.schemastore.org/workflows"
|
||
},
|
||
{
|
||
"name": "AWS CloudFormation",
|
||
"description": "AWS CloudFormation provides a common language for you to describe and provision all the infrastructure resources in your cloud environment.",
|
||
"fileMatch": [
|
||
"*.cf.json",
|
||
"*.cf.yml",
|
||
"*.cf.yaml",
|
||
"cloudformation.json",
|
||
"cloudformation.yml",
|
||
"cloudformation.yaml"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/awslabs/goformation/v4.15.0/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": [
|
||
"*.sam.json",
|
||
"*.sam.yml",
|
||
"*.sam.yaml",
|
||
"sam.json",
|
||
"sam.yml",
|
||
"sam.yaml"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/awslabs/goformation/v4.15.0/schema/sam.schema.json"
|
||
},
|
||
{
|
||
"name": "coffeelint.json",
|
||
"description": "CoffeeLint configuration file",
|
||
"fileMatch": [
|
||
"coffeelint.json"
|
||
],
|
||
"url": "https://json.schemastore.org/coffeelint"
|
||
},
|
||
{
|
||
"name": "composer.json",
|
||
"description": "PHP Composer configuration file",
|
||
"fileMatch": [
|
||
"composer.json"
|
||
],
|
||
"url": "https://json.schemastore.org/composer"
|
||
},
|
||
{
|
||
"name": "component.json",
|
||
"description": "Web component file",
|
||
"fileMatch": [
|
||
"component.json"
|
||
],
|
||
"url": "https://json.schemastore.org/component"
|
||
},
|
||
{
|
||
"name": "config.json",
|
||
"description": "ASP.NET project config file",
|
||
"fileMatch": [
|
||
"config.json"
|
||
],
|
||
"url": "https://json.schemastore.org/config"
|
||
},
|
||
{
|
||
"name": "contribute.json",
|
||
"description": "A JSON schema for open-source project contribution data by Mozilla",
|
||
"fileMatch": [
|
||
"contribute.json"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/mozilla/contribute.json/master/schema.json"
|
||
},
|
||
{
|
||
"name": "cypress.json",
|
||
"description": "Cypress.io test runner configuration file",
|
||
"fileMatch": [
|
||
"cypress.json"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/cypress-io/cypress/v5.3.0/cli/schema/cypress.schema.json"
|
||
},
|
||
{
|
||
"name": ".creatomic",
|
||
"description": "A config for Atomic Design 4 React generator",
|
||
"fileMatch": [
|
||
".creatomic"
|
||
],
|
||
"url": "https://json.schemastore.org/creatomic"
|
||
},
|
||
{
|
||
"name": "cspell",
|
||
"description": "JSON schema for cspell configuration file",
|
||
"fileMatch": [
|
||
".cspell.json",
|
||
"cspell.json",
|
||
"cSpell.json"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/streetsidesoftware/cspell/cspell4/cspell.schema.json"
|
||
},
|
||
{
|
||
"name": ".csscomb.json",
|
||
"description": "A JSON schema CSS Comb's configuration file",
|
||
"fileMatch": [
|
||
".csscomb.json"
|
||
],
|
||
"url": "https://json.schemastore.org/csscomb"
|
||
},
|
||
{
|
||
"name": ".csslintrc",
|
||
"description": "A JSON schema CSS Lint's configuration file",
|
||
"fileMatch": [
|
||
".csslintrc"
|
||
],
|
||
"url": "https://json.schemastore.org/csslintrc"
|
||
},
|
||
{
|
||
"name": "Dart build configuration",
|
||
"description": "Configuration for Dart's build system",
|
||
"url": "https://json.schemastore.org/dart-build"
|
||
},
|
||
{
|
||
"name": "Dart test config",
|
||
"description": "Configuration for Dart's test package",
|
||
"fileMatch": ["dart_test.yaml"],
|
||
"url": "https://json.schemastore.org/dart-test"
|
||
},
|
||
{
|
||
"name": "datalogic-scan2deploy-android",
|
||
"description": "Datalogic Scan2Deploy Android file",
|
||
"fileMatch": [
|
||
".dla.json"
|
||
],
|
||
"url": "https://json.schemastore.org/datalogic-scan2deploy-android"
|
||
},
|
||
{
|
||
"name": "datalogic-scan2deploy-ce",
|
||
"description": "Datalogic Scan2Deploy CE file",
|
||
"fileMatch": [
|
||
".dlc.json"
|
||
],
|
||
"url": "https://json.schemastore.org/datalogic-scan2deploy-ce"
|
||
},
|
||
{
|
||
"name": "debugsettings.json",
|
||
"description": "A JSON schema for the ASP.NET DebugSettings.json files",
|
||
"fileMatch": [
|
||
"debugsettings.json"
|
||
],
|
||
"url": "https://json.schemastore.org/debugsettings"
|
||
},
|
||
{
|
||
"name": "dependabot.json",
|
||
"description": "A JSON schema for the Dependabot config.yml files",
|
||
"fileMatch": [
|
||
".dependabot/config.yml"
|
||
],
|
||
"url": "https://json.schemastore.org/dependabot"
|
||
},
|
||
{
|
||
"name": "dependabot-v2.json",
|
||
"description": "A JSON schema for the Github Action's dependabot.yml files",
|
||
"fileMatch": [
|
||
".github/dependabot.yml"
|
||
],
|
||
"url": "https://json.schemastore.org/dependabot-2.0"
|
||
},
|
||
{
|
||
"name": "Deployer Recipe",
|
||
"description": "A JSON schema for Deployer yaml recipes",
|
||
"fileMatch": [
|
||
"deploy.yaml",
|
||
"deploy.yml"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/deployphp/deployer/master/src/schema.json"
|
||
},
|
||
{
|
||
"name": "detekt.yml",
|
||
"description": "Detekt Configuration File schema",
|
||
"fileMatch": [
|
||
"detekt.yml",
|
||
"detekt.yaml"
|
||
],
|
||
"url": "https://json.schemastore.org/detekt"
|
||
},
|
||
{
|
||
"name": "docfx.json",
|
||
"description": "A JSON schema for DocFx configuraton files",
|
||
"fileMatch": [
|
||
"docfx.json"
|
||
],
|
||
"url": "https://json.schemastore.org/docfx"
|
||
},
|
||
{
|
||
"name": "Dolittle Artifacts",
|
||
"description": "A JSON schema for a Dolittle bounded context's artifacts",
|
||
"fileMatch": [
|
||
".dolittle/artifacts.json"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/dolittle/DotNET.SDK/v5.0.0/Schemas/Artifacts.Configuration/artifacts.json"
|
||
},
|
||
{
|
||
"name": "Dolittle Bounded Context Configuration",
|
||
"description": "A JSON schema for Dolittle application's bounded context configuration",
|
||
"fileMatch": [
|
||
"bounded-context.json"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/dolittle/Runtime/v5.1.1/Schemas/Applications.Configuration/bounded-context.json"
|
||
},
|
||
{
|
||
"name": "Dolittle Event Horizons Configuration",
|
||
"description": "A JSON schema for a Dolittle bounded context's event horizon configurations",
|
||
"fileMatch": [
|
||
".dolittle/event-horizons.json"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/dolittle/Runtime/v5.1.1/Schemas/Events/event-horizons.json"
|
||
},
|
||
{
|
||
"name": "Dolittle Resources Configuration",
|
||
"description": "A JSON schema for a Dolittle bounded context's resource configurations",
|
||
"fileMatch": [
|
||
".dolittle/resources.json"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/dolittle/DotNET.Fundamentals/v5.1.0/Schemas/ResourceTypes.Configuration/resources.json"
|
||
},
|
||
{
|
||
"name": "Dolittle Server Configuration",
|
||
"description": "A JSON schema for a Dolittle bounded context's event horizon's interaction server configuration",
|
||
"fileMatch": [
|
||
".dolittle/server.json"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/dolittle/Runtime/v5.1.1/Schemas/Server/server.json"
|
||
},
|
||
{
|
||
"name": "Dolittle Tenants Configuration",
|
||
"description": "A JSON schema for a Dolittle bounded context's tenant configuration",
|
||
"fileMatch": [
|
||
".dolittle/tenants.json"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/dolittle/Runtime/v5.1.1/Schemas/Tenancy/tenants.json"
|
||
},
|
||
{
|
||
"name": "Dolittle Tenant Map Configuration",
|
||
"description": "A JSON schema for a Dolittle bounded context's tenant mapping configurations",
|
||
"fileMatch": [
|
||
".dolittle/tenant-map.json"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/dolittle/DotNET.Fundamentals/master/Schemas/Tenancy.Configuration/tenant-map.json"
|
||
},
|
||
{
|
||
"name": "Dolittle Topology",
|
||
"description": "A JSON schema for a Dolittle bounded context's topology",
|
||
"fileMatch": [
|
||
".dolittle/topology.json"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/dolittle/DotNET.SDK/master/Schemas/Applications.Configuration/topology.json"
|
||
},
|
||
{
|
||
"name": "dotnetcli.host.json",
|
||
"description": "JSON schema for .NET CLI template host files",
|
||
"fileMatch": [
|
||
"dotnetcli.host.json"
|
||
],
|
||
"url": "https://json.schemastore.org/dotnetcli.host"
|
||
},
|
||
{
|
||
"name": "drone.json",
|
||
"description": "Drone CI configuration file",
|
||
"fileMatch": [
|
||
".drone.yml"
|
||
],
|
||
"url": "https://json.schemastore.org/drone"
|
||
},
|
||
{
|
||
"name": "Drush site aliases",
|
||
"description": "JSON Schema for Drush 9 site aliases file",
|
||
"fileMatch": [
|
||
"sites/*.site.yml"
|
||
],
|
||
"url": "https://json.schemastore.org/drush.site.yml"
|
||
},
|
||
{
|
||
"name": "dss-2.0.0.json",
|
||
"description": "Digital Signature Service Core Protocols, Elements, and Bindings Version 2.0",
|
||
"url": "https://json.schemastore.org/dss-2.0.0.json"
|
||
},
|
||
{
|
||
"name": "dvc.yaml",
|
||
"description": "JSON Schema for dvc.yaml file",
|
||
"fileMatch": [
|
||
"dvc.yaml"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/iterative/dvcyaml-schema/master/schema.json"
|
||
},
|
||
{
|
||
"name": "Eclipse Che Devfile",
|
||
"description": "JSON schema for Eclipse Che Devfiles",
|
||
"url": "https://raw.githubusercontent.com/eclipse/che/7.19.2/wsmaster/che-core-api-workspace/src/main/resources/schema/1.0.0/devfile.json",
|
||
"fileMatch": [
|
||
"devfile.yaml",
|
||
".devfile.yaml"
|
||
]
|
||
},
|
||
{
|
||
"name": "ecosystem.json",
|
||
"description": "pm2 ecosystem config file",
|
||
"fileMatch": [
|
||
"ecosystem.json",
|
||
"ecosystem.yml",
|
||
"ecosystem.yaml"
|
||
],
|
||
"url": "https://json.schemastore.org/pm2-ecosystem"
|
||
},
|
||
{
|
||
"name": ".esmrc.json",
|
||
"description": "Configuration files for the esm module/package in Node.js",
|
||
"fileMatch": [
|
||
".esmrc",
|
||
".esmrc.json",
|
||
".esmrc.js",
|
||
".esmrc.cjs",
|
||
".esmrc.mjs"
|
||
],
|
||
"url": "https://json.schemastore.org/esmrc"
|
||
},
|
||
{
|
||
"name": "Esquio",
|
||
"description": "JSON schema for Esquio configuration files",
|
||
"url": "https://json.schemastore.org/esquio"
|
||
},
|
||
{
|
||
"name": "epr-manifest.json",
|
||
"description": "Entry Point Regulation manifest file",
|
||
"fileMatch": [
|
||
"epr-manifest.json"
|
||
],
|
||
"url": "https://json.schemastore.org/epr-manifest"
|
||
},
|
||
{
|
||
"name": "electron-builder configuration file.",
|
||
"description": "JSON schema for electron-build configuration file.",
|
||
"fileMatch": [
|
||
"electron-builder.json"
|
||
],
|
||
"url": "https://json.schemastore.org/electron-builder"
|
||
},
|
||
{
|
||
"name": "evcc.yaml",
|
||
"description": "JSON schema for evcc configuration file.",
|
||
"fileMatch": [
|
||
"evcc*.yaml"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/andig/evcc/master/schema.json"
|
||
},
|
||
{
|
||
"name": "Expo SDK",
|
||
"description": "JSON schema for Expo SDK app manifest",
|
||
"fileMatch": [
|
||
"app.json"
|
||
],
|
||
"url": "https://json.schemastore.org/expo-37.0.0.json"
|
||
},
|
||
{
|
||
"name": ".eslintrc",
|
||
"description": "JSON schema for ESLint configuration files",
|
||
"fileMatch": [
|
||
".eslintrc",
|
||
".eslintrc.json",
|
||
".eslintrc.yml",
|
||
".eslintrc.yaml"
|
||
],
|
||
"url": "https://json.schemastore.org/eslintrc"
|
||
},
|
||
{
|
||
"name": "fabric.mod.json",
|
||
"description": "Metadata file used by the Fabric mod loader",
|
||
"fileMatch": [
|
||
"fabric.mod.json"
|
||
],
|
||
"url": "https://json.schemastore.org/fabric.mod.json"
|
||
},
|
||
{
|
||
"name": ".ffizer.yaml",
|
||
"description": "JSON schema for ffizer template configuration files",
|
||
"fileMatch": [
|
||
".ffizer.yaml"
|
||
],
|
||
"url": "https://ffizer.github.io/ffizer/ffizer.schema.json"
|
||
},
|
||
{
|
||
"name": "function.json",
|
||
"description": "JSON schema for Azure Functions function.json files",
|
||
"fileMatch": [
|
||
"function.json"
|
||
],
|
||
"url": "https://json.schemastore.org/function"
|
||
},
|
||
{
|
||
"name": "geojson.json",
|
||
"description": "GeoJSON format for representing geographic data.",
|
||
"url": "https://json.schemastore.org/geojson"
|
||
},
|
||
{
|
||
"name": "GitVersion",
|
||
"description": "The output from the GitVersion tool",
|
||
"fileMatch": [
|
||
"gitversion.json"
|
||
],
|
||
"url": "https://json.schemastore.org/gitversion"
|
||
},
|
||
{
|
||
"name": "GitHub Action",
|
||
"description": "YAML schema for GitHub Actions",
|
||
"fileMatch": [
|
||
"action.yml",
|
||
"action.yaml"
|
||
],
|
||
"url": "https://json.schemastore.org/github-action"
|
||
},
|
||
{
|
||
"name": "GitHub Workflow",
|
||
"description": "YAML schema for GitHub Workflow",
|
||
"fileMatch": [
|
||
".github/workflows/**.yml",
|
||
".github/workflows/**.yaml"
|
||
],
|
||
"url": "https://json.schemastore.org/github-workflow"
|
||
},
|
||
{
|
||
"name": "gitlab-ci",
|
||
"description": "JSON schema for configuring Gitlab CI",
|
||
"fileMatch": [
|
||
".gitlab-ci.yml"
|
||
],
|
||
"url": "https://json.schemastore.org/gitlab-ci"
|
||
},
|
||
{
|
||
"name": "Gitpod Configuration",
|
||
"description": "JSON schema for configuring Gitpod.io",
|
||
"fileMatch": [
|
||
".gitpod.yml"
|
||
],
|
||
"url": "https://gitpod.io/schemas/gitpod-schema.json"
|
||
},
|
||
{
|
||
"name": "global.json",
|
||
"description": "ASP.NET global configuration file",
|
||
"fileMatch": [
|
||
"global.json"
|
||
],
|
||
"url": "https://json.schemastore.org/global"
|
||
},
|
||
{
|
||
"name": "golangci-lint Configuration",
|
||
"description": "golangci-lint configuration file",
|
||
"fileMatch": [
|
||
".golangci.yml",
|
||
".golangci.yaml",
|
||
".golangci.toml",
|
||
".golangci.json"
|
||
],
|
||
"url": "https://json.schemastore.org/golangci-lint"
|
||
},
|
||
{
|
||
"name": "Grafana 5.x Dashboard",
|
||
"description": "JSON Schema for Grafana 5.x Dashboards",
|
||
"url": "https://json.schemastore.org/grafana-dashboard-5.x"
|
||
},
|
||
{
|
||
"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",
|
||
"fileMatch": [
|
||
".meshrc.yml",
|
||
".meshrc.yaml",
|
||
".meshrc.json",
|
||
".meshrc.js",
|
||
".graphql-mesh.yaml",
|
||
".graphql-mesh.yml"
|
||
]
|
||
},
|
||
{
|
||
"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",
|
||
"fileMatch": [
|
||
"graphql.config.json",
|
||
"graphql.config.js",
|
||
"graphql.config.yaml",
|
||
"graphql.config.yml",
|
||
".graphqlrc",
|
||
".graphqlrc.json",
|
||
".graphqlrc.yaml",
|
||
".graphqlrc.yml",
|
||
".graphqlrc.js"
|
||
]
|
||
},
|
||
{
|
||
"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",
|
||
"fileMatch": [
|
||
"codegen.yml",
|
||
"codegen.yaml",
|
||
"codegen.json",
|
||
"codegen.js",
|
||
".codegen.yml",
|
||
".codegen.yaml",
|
||
".codegen.json",
|
||
".codegen.js"
|
||
]
|
||
},
|
||
{
|
||
"name": "Grunt copy task",
|
||
"description": "Grunt copy task configuration file",
|
||
"fileMatch": [
|
||
"copy.json"
|
||
],
|
||
"url": "https://json.schemastore.org/grunt-copy-task"
|
||
},
|
||
{
|
||
"name": "Grunt clean task",
|
||
"description": "Grunt clean task configuration file",
|
||
"fileMatch": [
|
||
"clean.json"
|
||
],
|
||
"url": "https://json.schemastore.org/grunt-clean-task"
|
||
},
|
||
{
|
||
"name": "Grunt cssmin task",
|
||
"description": "Grunt cssmin task configuration file",
|
||
"fileMatch": [
|
||
"cssmin.json"
|
||
],
|
||
"url": "https://json.schemastore.org/grunt-cssmin-task"
|
||
},
|
||
{
|
||
"name": "Grunt JSHint task",
|
||
"description": "Grunt JSHint task configuration file",
|
||
"fileMatch": [
|
||
"jshint.json"
|
||
],
|
||
"url": "https://json.schemastore.org/grunt-jshint-task"
|
||
},
|
||
{
|
||
"name": "Grunt Watch task",
|
||
"description": "Grunt Watch task configuration file",
|
||
"fileMatch": [
|
||
"watch.json"
|
||
],
|
||
"url": "https://json.schemastore.org/grunt-watch-task"
|
||
},
|
||
{
|
||
"name": "Grunt base task",
|
||
"description": "Schema for standard Grunt tasks",
|
||
"fileMatch": [
|
||
"grunt/*.json",
|
||
"*-tasks.json"
|
||
],
|
||
"url": "https://json.schemastore.org/grunt-task"
|
||
},
|
||
{
|
||
"name": "haxelib.json",
|
||
"description": "Haxelib manifest",
|
||
"fileMatch": [
|
||
"haxelib.json"
|
||
],
|
||
"url": "https://json.schemastore.org/haxelib"
|
||
},
|
||
{
|
||
"name": "Hayson",
|
||
"description": "Project Haystack data",
|
||
"fileMatch": [
|
||
"*.hayson.json",
|
||
"*.hayson.yaml",
|
||
"*.hayson.yml"
|
||
],
|
||
"url": "https://bitbucket.org/finproducts/hayson/raw/master/hayson-json-schema.json"
|
||
},
|
||
{
|
||
"name": "host.json",
|
||
"description": "JSON schema for Azure Functions host.json files",
|
||
"fileMatch": [
|
||
"host.json"
|
||
],
|
||
"url": "https://json.schemastore.org/host"
|
||
},
|
||
{
|
||
"name": "host-meta.json",
|
||
"description": "Schema for host-meta JDR files",
|
||
"fileMatch": [
|
||
"host-meta.json"
|
||
],
|
||
"url": "https://json.schemastore.org/host-meta"
|
||
},
|
||
{
|
||
"name": ".htmlhintrc",
|
||
"description": "HTML Hint configuration file",
|
||
"fileMatch": [
|
||
".htmlhintrc"
|
||
],
|
||
"url": "https://json.schemastore.org/htmlhint"
|
||
},
|
||
{
|
||
"name": "hydra.yml",
|
||
"description": "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"
|
||
},
|
||
{
|
||
"name": "imageoptimizer.json",
|
||
"description": "Schema for imageoptimizer.json files",
|
||
"fileMatch": [
|
||
"imageoptimizer.json"
|
||
],
|
||
"url": "https://json.schemastore.org/imageoptimizer"
|
||
},
|
||
{
|
||
"name": "Jekyll configuration",
|
||
"description": "Schema for Jekyll _config.yml",
|
||
"fileMatch": [
|
||
"_config.yml"
|
||
],
|
||
"url": "https://json.schemastore.org/jekyll"
|
||
},
|
||
{
|
||
"name": "Jenkins X Pipelines",
|
||
"description": "Jenkins X Pipeline YAML configuration files",
|
||
"fileMatch": [
|
||
"jenkins-x*.yml"
|
||
],
|
||
"url": "https://jenkins-x.io/schemas/jx-schema.json"
|
||
},
|
||
{
|
||
"name": "Jenkins X Requirements",
|
||
"description": "Jenkins X Requirements YAML configuration file",
|
||
"fileMatch": [
|
||
"jx-requirements.yml"
|
||
],
|
||
"url": "https://jenkins-x.io/schemas/jx-requirements.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"
|
||
},
|
||
{
|
||
"name": ".jsbeautifyrc",
|
||
"description": "js-beautify configuration file",
|
||
"fileMatch": [
|
||
".jsbeautifyrc"
|
||
],
|
||
"url": "https://json.schemastore.org/jsbeautifyrc"
|
||
},
|
||
{
|
||
"name": ".jsbeautifyrc-nested",
|
||
"description": "js-beautify configuration file allowing nested `js`, `css`, and `html` attributes",
|
||
"fileMatch": [
|
||
".jsbeautifyrc"
|
||
],
|
||
"url": "https://json.schemastore.org/jsbeautifyrc-nested"
|
||
},
|
||
{
|
||
"name": ".jscsrc",
|
||
"description": "JSCS configuration file",
|
||
"fileMatch": [
|
||
".jscsrc",
|
||
"jscsrc.json"
|
||
],
|
||
"url": "https://json.schemastore.org/jscsrc"
|
||
},
|
||
{
|
||
"name": ".jshintrc",
|
||
"description": "JSHint configuration file",
|
||
"fileMatch": [
|
||
".jshintrc"
|
||
],
|
||
"url": "https://json.schemastore.org/jshintrc"
|
||
},
|
||
{
|
||
"name": ".jsinspectrc",
|
||
"description": "JSInspect configuration file",
|
||
"fileMatch": [
|
||
".jsinspectrc"
|
||
],
|
||
"url": "https://json.schemastore.org/jsinspectrc"
|
||
},
|
||
{
|
||
"name": "JSON-API",
|
||
"description": "JSON API document",
|
||
"fileMatch": [
|
||
"*.schema.json"
|
||
],
|
||
"url": "https://jsonapi.org/schema"
|
||
},
|
||
{
|
||
"name": "JSON Document Transform",
|
||
"description": "JSON Document Transofrm",
|
||
"url": "https://json.schemastore.org/jdt"
|
||
},
|
||
{
|
||
"name": "JSON Feed",
|
||
"description": "JSON schema for the JSON Feed format",
|
||
"fileMatch": [
|
||
"feed.json"
|
||
],
|
||
"url": "https://json.schemastore.org/feed",
|
||
"versions": {
|
||
"1": "https://json.schemastore.org/feed-1",
|
||
"1.1": "https://json.schemastore.org/feed"
|
||
}
|
||
},
|
||
{
|
||
"name": "*.jsonld",
|
||
"description": "JSON Linked Data files",
|
||
"fileMatch": [
|
||
"*.jsonld"
|
||
],
|
||
"url": "https://json.schemastore.org/jsonld"
|
||
},
|
||
{
|
||
"name": "JSONPatch",
|
||
"description": "JSONPatch files",
|
||
"fileMatch": [
|
||
"*.patch"
|
||
],
|
||
"url": "https://json.schemastore.org/json-patch"
|
||
},
|
||
{
|
||
"name": "jsconfig.json",
|
||
"description": "JavaScript project configuration file",
|
||
"fileMatch": [
|
||
"jsconfig.json"
|
||
],
|
||
"url": "https://json.schemastore.org/jsconfig"
|
||
},
|
||
{
|
||
"name": "keto.yml",
|
||
"description": "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"
|
||
},
|
||
{
|
||
"name": "kustomization.yaml",
|
||
"description": "Kubernetes native configuration management",
|
||
"fileMatch": [
|
||
"kustomization.yaml",
|
||
"kustomization.yml"
|
||
],
|
||
"url": "https://json.schemastore.org/kustomization"
|
||
},
|
||
{
|
||
"name": "launchsettings.json",
|
||
"description": "A JSON schema for the ASP.NET LaunchSettings.json files",
|
||
"fileMatch": [
|
||
"launchsettings.json"
|
||
],
|
||
"url": "https://json.schemastore.org/launchsettings"
|
||
},
|
||
{
|
||
"name": "lerna.json",
|
||
"description": "A JSON schema for lerna.json files",
|
||
"fileMatch": [
|
||
"lerna.json"
|
||
],
|
||
"url": "https://json.schemastore.org/lerna"
|
||
},
|
||
{
|
||
"name": "libman.json",
|
||
"description": "JSON schema for client-side library config files",
|
||
"fileMatch": [
|
||
"libman.json"
|
||
],
|
||
"url": "https://json.schemastore.org/libman"
|
||
},
|
||
{
|
||
"name": "local.settings.json",
|
||
"description": "JSON schema for Azure Functions local.settings.json files",
|
||
"fileMatch": [
|
||
"local.settings.json"
|
||
],
|
||
"url": "https://json.schemastore.org/local.settings"
|
||
},
|
||
{
|
||
"name": "localazy.json",
|
||
"description": "JSON schema for Localazy CLI configuration file. More info at https://localazy.com/docs/cli",
|
||
"fileMatch": [
|
||
"localazy.json"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/localazy/cli-schema/master/localazy.json"
|
||
},
|
||
{
|
||
"name": "lsdlschema.json",
|
||
"description": "JSON schema for Linguistic Schema Definition Language files",
|
||
"fileMatch": [
|
||
"*.lsdl.yaml",
|
||
"*.lsdl.json"
|
||
],
|
||
"url": "https://json.schemastore.org/lsdlschema"
|
||
},
|
||
{
|
||
"name": "Mega-Linter configuration",
|
||
"description": "JSON schema for Mega-Linter configuration file (for Mega-Linter users)",
|
||
"fileMatch": [
|
||
".mega-linter.yml"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/nvuillam/mega-linter/master/megalinter/descriptors/schemas/megalinter-configuration.jsonschema.json"
|
||
},
|
||
{
|
||
"name": "Mega-Linter descriptor",
|
||
"description": "JSON schema for Mega-Linter descriptor files (for Mega-Linter contributors)",
|
||
"fileMatch": [
|
||
"*.megalinter-descriptor.yml"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/nvuillam/mega-linter/master/megalinter/descriptors/schemas/megalinter-descriptor.jsonschema.json"
|
||
},
|
||
{
|
||
"name": "Microsoft Band Web Tile",
|
||
"description": "Microsoft Band Web Tile manifest file",
|
||
"url": "https://json.schemastore.org/band-manifest"
|
||
},
|
||
{
|
||
"name": "mimetypes.json",
|
||
"description": "JSON Schema for mime type collections",
|
||
"fileMatch": [
|
||
"mimetypes.json"
|
||
],
|
||
"url": "https://json.schemastore.org/mimetypes"
|
||
},
|
||
{
|
||
"name": ".mocharc",
|
||
"description": "JSON schema for MochaJS configuration files",
|
||
"fileMatch": [
|
||
".mocharc.json",
|
||
".mocharc.jsonc",
|
||
".mocharc.yml",
|
||
".mocharc.yaml"
|
||
],
|
||
"url": "https://json.schemastore.org/mocharc"
|
||
},
|
||
{
|
||
"name": ".modernizrrc",
|
||
"description": "Webpack modernizr-loader configuration file",
|
||
"fileMatch": [
|
||
".modernizrrc"
|
||
],
|
||
"url": "https://json.schemastore.org/modernizrrc"
|
||
},
|
||
{
|
||
"name": "mycode.json",
|
||
"description": "JSON schema for mycode.js files",
|
||
"fileMatch": [
|
||
"mycode.json"
|
||
],
|
||
"url": "https://json.schemastore.org/mycode"
|
||
},
|
||
{
|
||
"name": "Netlify config schema",
|
||
"description": "This schema describes the YAML config that Netlify uses",
|
||
"fileMatch": [
|
||
"admin/config*.yml"
|
||
],
|
||
"url": "https://json.schemastore.org/netlify.json"
|
||
},
|
||
{
|
||
"name": "Nightwatch.js",
|
||
"description": "nightwatch.js schema",
|
||
"fileMatch": [
|
||
"nightwatch.json"
|
||
],
|
||
"url": "https://json.schemastore.org/nightwatch"
|
||
},
|
||
{
|
||
"name": "ninjs (News in JSON)",
|
||
"description": "A JSON Schema for ninjs by the IPTC. News and publishing information. See https://iptc.org/standards/ninjs/",
|
||
"url": "https://json.schemastore.org/ninjs-1.3.json",
|
||
"versions": {
|
||
"1.3": "https://json.schemastore.org/ninjs-1.3.json",
|
||
"1.2": "https://json.schemastore.org/ninjs-1.2.json",
|
||
"1.1": "https://json.schemastore.org/ninjs-1.1.json",
|
||
"1.0": "https://json.schemastore.org/ninjs-1.0.json"
|
||
}
|
||
},
|
||
{
|
||
"name": "nest-cli",
|
||
"description": "A progressive Node.js framework for building efficient and scalable server-side applications 🚀.",
|
||
"url": "https://json.schemastore.org/nest-cli",
|
||
"fileMatch": [
|
||
".nestcli.json",
|
||
".nest-cli.json",
|
||
"nest-cli.json",
|
||
"nest.json"
|
||
]
|
||
},
|
||
{
|
||
"name": "nlu.json",
|
||
"description": "Schema for NPM-Link-Up",
|
||
"fileMatch": [
|
||
"nlu.json",
|
||
".nlu.json"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/oresoftware/npm-link-up/master/assets/nlu.schema.json"
|
||
},
|
||
{
|
||
"name": ".nodehawkrc",
|
||
"description": "JSON schema for .nodehawkrc configuration files.",
|
||
"url": "https://json.schemastore.org/nodehawkrc",
|
||
"fileMatch": [
|
||
".nodehawkrc"
|
||
]
|
||
},
|
||
{
|
||
"name": "nodemon.json",
|
||
"description": "JSON schema for nodemon.json configuration files.",
|
||
"url": "https://json.schemastore.org/nodemon",
|
||
"fileMatch": [
|
||
"nodemon.json"
|
||
]
|
||
},
|
||
{
|
||
"name": ".npmpackagejsonlintrc",
|
||
"description": "Configuration file for npm-package-json-lint",
|
||
"fileMatch": [
|
||
".npmpackagejsonlintrc",
|
||
"npmpackagejsonlintrc.json",
|
||
".npmpackagejsonlintrc.json"
|
||
],
|
||
"url": "https://json.schemastore.org/npmpackagejsonlintrc"
|
||
},
|
||
{
|
||
"name": "nuget-project.json",
|
||
"description": "JSON schema for NuGet project.json files.",
|
||
"url": "https://json.schemastore.org/nuget-project",
|
||
"versions": {
|
||
"3.3.0": "https://json.schemastore.org/nuget-project-3.3.0"
|
||
}
|
||
},
|
||
{
|
||
"name": "nswag.json",
|
||
"description": "JSON schema for nswag configuration",
|
||
"url": "https://json.schemastore.org/nswag",
|
||
"fileMatch": [
|
||
"nswag.json"
|
||
]
|
||
},
|
||
{
|
||
"name": "oathkeeper.yml",
|
||
"description": "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"
|
||
},
|
||
{
|
||
"name": "ocelot.json",
|
||
"description": "JSON schema for the Ocelot Api Gateway.",
|
||
"fileMatch": [
|
||
"ocelot.json"
|
||
],
|
||
"url": "https://json.schemastore.org/ocelot"
|
||
},
|
||
{
|
||
"name": "omnisharp.json",
|
||
"description": "Omnisharp Configuration file",
|
||
"fileMatch": [
|
||
"omnisharp.json"
|
||
],
|
||
"url": "https://json.schemastore.org/omnisharp"
|
||
},
|
||
{
|
||
"name": "openapi.json",
|
||
"description": "A JSON schema for Open API documentation files",
|
||
"fileMatch": [
|
||
"openapi.json",
|
||
"openapi.yml",
|
||
"openapi.yaml"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/OAI/OpenAPI-Specification/3.0.3/schemas/v3.0/schema.json"
|
||
},
|
||
{
|
||
"name": "openfin.json",
|
||
"description": "OpenFin application configuration file",
|
||
"url": "https://json.schemastore.org/openfin"
|
||
},
|
||
{
|
||
"name": "kratos.yml",
|
||
"description": "ORY Kratos configuration file",
|
||
"fileMatch": [
|
||
"kratos.json",
|
||
"kratos.yml",
|
||
"kratos.yaml"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/ory/kratos/master/.schema/version.schema.json"
|
||
},
|
||
{
|
||
"name": "package.json",
|
||
"description": "NPM configuration file",
|
||
"fileMatch": [
|
||
"package.json"
|
||
],
|
||
"url": "https://json.schemastore.org/package"
|
||
},
|
||
{
|
||
"name": "package.manifest",
|
||
"description": "Umbraco package configuration file",
|
||
"fileMatch": [
|
||
"package.manifest"
|
||
],
|
||
"url": "https://json.schemastore.org/package.manifest",
|
||
"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"
|
||
}
|
||
},
|
||
{
|
||
"name": "Packer",
|
||
"description": "Packer template JSON configuration",
|
||
"fileMatch": [
|
||
"packer.json"
|
||
],
|
||
"url": "https://json.schemastore.org/packer"
|
||
},
|
||
{
|
||
"name": "pgap_yaml_input_reader",
|
||
"description": "NCBI Prokaryotic Genome Annotation Pipeline (PGAP) input metadata (submol) JSON/YAML configuration file",
|
||
"fileMatch": [
|
||
"submol*.json",
|
||
"submol*.yml",
|
||
"submol*.yaml"
|
||
],
|
||
"url": "https://json.schemastore.org/pgap_yaml_input_reader"
|
||
},
|
||
{
|
||
"name": "pattern.json",
|
||
"description": "Patternplate pattern manifest file",
|
||
"fileMatch": [
|
||
"pattern.json"
|
||
],
|
||
"url": "https://json.schemastore.org/pattern"
|
||
},
|
||
{
|
||
"name": ".pmbot.yml",
|
||
"description": "Pmbot configuration file",
|
||
"fileMatch": [
|
||
".pmbot.yml"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/pmbot-io/config/master/pmbot.yml.schema.json"
|
||
},
|
||
{
|
||
"name": "PocketMine plugin.yml",
|
||
"description": "PocketMine plugin manifest file",
|
||
"fileMatch": [
|
||
"plugin.yml"
|
||
],
|
||
"url": "https://json.schemastore.org/pocketmine-plugin"
|
||
},
|
||
{
|
||
"name": ".pre-commit-config.yml",
|
||
"description": "pre-commit configuration file",
|
||
"fileMatch": [
|
||
".pre-commit-config.yml",
|
||
".pre-commit-config.yaml"
|
||
],
|
||
"url": "https://json.schemastore.org/pre-commit-config"
|
||
},
|
||
{
|
||
"name": ".phraseapp.yml",
|
||
"description": "PhraseApp configuration file",
|
||
"fileMatch": [
|
||
".phraseapp.yml"
|
||
],
|
||
"url": "https://json.schemastore.org/phraseapp"
|
||
},
|
||
{
|
||
"name": "prettierrc.json",
|
||
"description": ".prettierrc configuration file",
|
||
"fileMatch": [
|
||
".prettierrc",
|
||
".prettierrc.json",
|
||
".prettierrc.yml",
|
||
".prettierrc.yaml"
|
||
],
|
||
"url": "https://json.schemastore.org/prettierrc",
|
||
"versions": {
|
||
"1.8.2": "https://json.schemastore.org/prettierrc-1.8.2"
|
||
}
|
||
},
|
||
{
|
||
"name": "prisma.yml",
|
||
"description": "prisma.yml service definition file",
|
||
"fileMatch": [
|
||
"prisma.yml"
|
||
],
|
||
"url": "https://json.schemastore.org/prisma"
|
||
},
|
||
{
|
||
"name": "project.json",
|
||
"description": "ASP.NET vNext project configuration file",
|
||
"fileMatch": [
|
||
"project.json"
|
||
],
|
||
"url": "https://json.schemastore.org/project",
|
||
"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"
|
||
}
|
||
},
|
||
{
|
||
"name": "project-1.0.0-beta3.json",
|
||
"description": "ASP.NET vNext project configuration file",
|
||
"url": "https://json.schemastore.org/project-1.0.0-beta3"
|
||
},
|
||
{
|
||
"name": "project-1.0.0-beta4.json",
|
||
"description": "ASP.NET vNext project configuration file",
|
||
"url": "https://json.schemastore.org/project-1.0.0-beta4"
|
||
},
|
||
{
|
||
"name": "project-1.0.0-beta5.json",
|
||
"description": "ASP.NET vNext project configuration file",
|
||
"url": "https://json.schemastore.org/project-1.0.0-beta5"
|
||
},
|
||
{
|
||
"name": "project-1.0.0-beta6.json",
|
||
"description": "ASP.NET vNext project configuration file",
|
||
"url": "https://json.schemastore.org/project-1.0.0-beta6"
|
||
},
|
||
{
|
||
"name": "project-1.0.0-beta8.json",
|
||
"description": "ASP.NET vNext project configuration file",
|
||
"url": "https://json.schemastore.org/project-1.0.0-beta8"
|
||
},
|
||
{
|
||
"name": "project-1.0.0-rc1.json",
|
||
"description": "ASP.NET vNext project configuration file",
|
||
"url": "https://json.schemastore.org/project-1.0.0-rc1"
|
||
},
|
||
{
|
||
"name": "project-1.0.0-rc2.json",
|
||
"description": ".NET Core project configuration file",
|
||
"url": "https://json.schemastore.org/project-1.0.0-rc2"
|
||
},
|
||
{
|
||
"name": "prometheus.json",
|
||
"description": "Prometheus configuration file",
|
||
"fileMatch": [
|
||
"prometheus.yml"
|
||
],
|
||
"url": "https://json.schemastore.org/prometheus"
|
||
},
|
||
{
|
||
"name": "prometheus.rules.json",
|
||
"description": "Prometheus rules file",
|
||
"fileMatch": [
|
||
"*.rules"
|
||
],
|
||
"url": "https://json.schemastore.org/prometheus.rules.json"
|
||
},
|
||
{
|
||
"name": "proxies.json",
|
||
"description": "JSON schema for Azure Function Proxies proxies.json files",
|
||
"fileMatch": [
|
||
"proxies.json"
|
||
],
|
||
"url": "https://json.schemastore.org/proxies"
|
||
},
|
||
{
|
||
"name": "pubspec.yaml",
|
||
"description": "Schema for pubspecs, the format used by Dart's dependency manager",
|
||
"fileMatch": [
|
||
"pubspec.yaml"
|
||
],
|
||
"url": "https://json.schemastore.org/pubspec"
|
||
},
|
||
{
|
||
"name": "pyrseas-0.8.json",
|
||
"description": "Pyrseas database schema versioning for Postgres databases, v0.8",
|
||
"fileMatch": [
|
||
"pyrseas-0.8.json"
|
||
],
|
||
"url": "https://json.schemastore.org/pyrseas-0.8"
|
||
},
|
||
{
|
||
"name": "Red-DiscordBot Сog",
|
||
"description": "Red-DiscordBot Сog metadata file",
|
||
"fileMatch": [
|
||
"info.json"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/Cog-Creators/Red-DiscordBot/V3/develop/schema/red_cog.schema.json"
|
||
},
|
||
{
|
||
"name": "Red-DiscordBot Сog Repo",
|
||
"description": "Red-DiscordBot Сog Repo metadata file",
|
||
"fileMatch": [
|
||
"info.json"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/Cog-Creators/Red-DiscordBot/V3/develop/schema/red_cog_repo.schema.json"
|
||
},
|
||
{
|
||
"name": "*.resjson",
|
||
"description": "Windows App localization file",
|
||
"fileMatch": [
|
||
"*.resjson"
|
||
],
|
||
"url": "https://json.schemastore.org/resjson"
|
||
},
|
||
{
|
||
"name": "JSON Resume",
|
||
"description": "A JSON format to describe resumes",
|
||
"fileMatch": [
|
||
"resume.json"
|
||
],
|
||
"url": "https://json.schemastore.org/resume"
|
||
},
|
||
{
|
||
"name": "Renovate",
|
||
"description": "Renovate config file (https://github.com/renovatebot/renovate)",
|
||
"fileMatch": [
|
||
"renovate.json",
|
||
"renovate.json5",
|
||
".github/renovate.json",
|
||
".github/renovate.json5",
|
||
".renovaterc",
|
||
".renovaterc.json"
|
||
],
|
||
"url": "https://docs.renovatebot.com/renovate-schema.json"
|
||
},
|
||
{
|
||
"name": "RoadRunner",
|
||
"description": "Spiral Roadrunner config schema",
|
||
"fileMatch": [
|
||
".rr.yml",
|
||
".rr.yaml"
|
||
],
|
||
"url": "https://json.schemastore.org/roadrunner"
|
||
},
|
||
{
|
||
"name": "sarif-1.0.0.json",
|
||
"description": "Static Analysis Results Interchange Format (SARIF) version 1",
|
||
"url": "https://json.schemastore.org/sarif-1.0.0.json"
|
||
},
|
||
{
|
||
"name": "sarif-2.0.0.json",
|
||
"description": "Static Analysis Results Interchange Format (SARIF) version 2",
|
||
"url": "https://json.schemastore.org/sarif-2.0.0.json"
|
||
},
|
||
{
|
||
"name": "sarif-2.1.0-rtm.2",
|
||
"description": "Static Analysis Results Format (SARIF), Version 2.1.0-rtm.2",
|
||
"url": "https://json.schemastore.org/sarif-2.1.0-rtm.2.json"
|
||
},
|
||
{
|
||
"name": "sarif-external-property-file-2.1.0-rtm.2",
|
||
"description": "Static Analysis Results Format (SARIF) External Property File Format, Version 2.1.0-rtm.2",
|
||
"url": "https://json.schemastore.org/sarif-external-property-file-2.1.0-rtm.2.json"
|
||
},
|
||
{
|
||
"name": "sarif-2.1.0-rtm.3",
|
||
"description": "Static Analysis Results Format (SARIF), Version 2.1.0-rtm.3",
|
||
"url": "https://json.schemastore.org/sarif-2.1.0-rtm.3.json"
|
||
},
|
||
{
|
||
"name": "sarif-external-property-file-2.1.0-rtm.3",
|
||
"description": "Static Analysis Results Format (SARIF) External Property File Format, Version 2.1.0-rtm.3",
|
||
"url": "https://json.schemastore.org/sarif-external-property-file-2.1.0-rtm.3.json"
|
||
},
|
||
{
|
||
"name": "sarif-2.1.0-rtm.4",
|
||
"description": "Static Analysis Results Format (SARIF), Version 2.1.0-rtm.4",
|
||
"url": "https://json.schemastore.org/sarif-2.1.0-rtm.4.json"
|
||
},
|
||
{
|
||
"name": "sarif-external-property-file-2.1.0-rtm.4",
|
||
"description": "Static Analysis Results Format (SARIF) External Property File Format, Version 2.1.0-rtm.4",
|
||
"url": "https://json.schemastore.org/sarif-external-property-file-2.1.0-rtm.4.json"
|
||
},
|
||
{
|
||
"name": "sarif-2.1.0-rtm.5",
|
||
"description": "Static Analysis Results Format (SARIF), Version 2.1.0-rtm.5",
|
||
"url": "https://json.schemastore.org/sarif-2.1.0-rtm.5.json"
|
||
},
|
||
{
|
||
"name": "sarif-external-property-file-2.1.0-rtm.5",
|
||
"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": "Schema Catalog",
|
||
"description": "JSON Schema catalog files compatible with SchemaStore.org",
|
||
"url": "https://json.schemastore.org/schema-catalog"
|
||
},
|
||
{
|
||
"name": "schema.org - Action",
|
||
"description": "JSON Schema for Action as defined by schema.org",
|
||
"url": "https://json.schemastore.org/schema-org-action"
|
||
},
|
||
{
|
||
"name": "schema.org - ContactPoint",
|
||
"description": "JSON Schema for ContactPoint as defined by schema.org",
|
||
"url": "https://json.schemastore.org/schema-org-contact-point"
|
||
},
|
||
{
|
||
"name": "schema.org - Place",
|
||
"description": "JSON Schema for Place as defined by schema.org",
|
||
"url": "https://json.schemastore.org/schema-org-place"
|
||
},
|
||
{
|
||
"name": "schema.org - Thing",
|
||
"description": "JSON Schema for Thing as defined by schema.org",
|
||
"url": "https://json.schemastore.org/schema-org-thing"
|
||
},
|
||
{
|
||
"name": "settings.job",
|
||
"description": "Azure Webjob settings file",
|
||
"fileMatch": [
|
||
"settings.job"
|
||
],
|
||
"url": "https://json.schemastore.org/settings.job"
|
||
},
|
||
{
|
||
"name": "skyuxconfig.json",
|
||
"description": "SKY UX CLI configuration file",
|
||
"fileMatch": [
|
||
"skyuxconfig.json",
|
||
"skyuxconfig.*.json"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/blackbaud/skyux-config/4.0.4/skyuxconfig-schema.json"
|
||
},
|
||
{
|
||
"name": "snapcraft",
|
||
"description": "snapcraft project (https://snapcraft.io)",
|
||
"fileMatch": [
|
||
".snapcraft.yaml",
|
||
"snapcraft.yaml"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/snapcore/snapcraft/4.3/schema/snapcraft.json"
|
||
},
|
||
{
|
||
"name": "Solidarity",
|
||
"description": "CLI config for enforcing environment settings",
|
||
"fileMatch": [
|
||
".solidarity",
|
||
".solidarity.json"
|
||
],
|
||
"url": "https://json.schemastore.org/solidaritySchema"
|
||
},
|
||
{
|
||
"name": "Source Maps v3",
|
||
"description": "Source Map files version 3",
|
||
"fileMatch": [
|
||
"*.map"
|
||
],
|
||
"url": "https://json.schemastore.org/sourcemap-v3"
|
||
},
|
||
{
|
||
"name": "Sponge Mixin configuration",
|
||
"description": "Configuration file for SpongePowered's Mixin library",
|
||
"fileMatch": [
|
||
"*.mixins.json"
|
||
],
|
||
"url": "https://json.schemastore.org/sponge-mixins"
|
||
},
|
||
{
|
||
"name": ".sprite files",
|
||
"description": "Schema for image sprite generation files",
|
||
"fileMatch": [
|
||
"*.sprite"
|
||
],
|
||
"url": "https://json.schemastore.org/sprite"
|
||
},
|
||
{
|
||
"name": "StackHead CLI config",
|
||
"description": "Configuration file for StackHead CLI. See https://stackhead.io.",
|
||
"fileMatch": [
|
||
".stackhead-cli.yml"
|
||
],
|
||
"url": "https://schema.stackhead.io/stackhead-cli/tag/v1/-/cli-config.schema.json"
|
||
},
|
||
{
|
||
"name": "StackHead module configuration",
|
||
"description": "Configuration file for StackHead modules. See https://stackhead.io.",
|
||
"fileMatch": [
|
||
"stackhead-module.yml"
|
||
],
|
||
"url": "https://schema.stackhead.io/stackhead/tag/v1/-/module-config.schema.json"
|
||
},
|
||
{
|
||
"name": "StackHead project definition",
|
||
"description": "Project definition file for deploying projects with StackHead. See https://stackhead.io.",
|
||
"fileMatch": [
|
||
"*.stackhead.yml",
|
||
"*.stackhead.yaml"
|
||
],
|
||
"url": "https://schema.stackhead.io/stackhead/tag/v1/-/project-definition.schema.json"
|
||
},
|
||
{
|
||
"name": "Stryker Mutator",
|
||
"description": "Configuration file for Stryker Mutator, the mutation testing framework for JavaScript and friends. See https://stryker-mutator.io.",
|
||
"fileMatch": [
|
||
"stryker.conf.json",
|
||
"stryker-*.conf.json"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/stryker-mutator/stryker/v4.0.0/packages/api/schema/stryker-core.json"
|
||
},
|
||
{
|
||
"name": "StyleCop Analyzers Configuration",
|
||
"description": "Configuration file for StyleCop Analyzers",
|
||
"fileMatch": [
|
||
"stylecop.json"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/1.1.118/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json"
|
||
},
|
||
{
|
||
"name": ".stylelintrc",
|
||
"description": "Configuration file for stylelint",
|
||
"fileMatch": [
|
||
".stylelintrc",
|
||
"stylelintrc.json",
|
||
".stylelintrc.json"
|
||
],
|
||
"url": "https://json.schemastore.org/stylelintrc"
|
||
},
|
||
{
|
||
"name": "Swagger API 2.0",
|
||
"description": "Swagger API 2.0 schema",
|
||
"fileMatch": [
|
||
"swagger.json"
|
||
],
|
||
"url": "https://json.schemastore.org/swagger-2.0"
|
||
},
|
||
{
|
||
"name": "Taurus",
|
||
"description": "Taurus bzt cli framework config",
|
||
"fileMatch": [
|
||
"bzt.yml",
|
||
"bzt.yaml",
|
||
"taurus.yml",
|
||
"taurus.yaml"
|
||
],
|
||
"url": "https://json.schemastore.org/taurus"
|
||
},
|
||
{
|
||
"name": "template.json",
|
||
"description": "JSON schema .NET template files",
|
||
"fileMatch": [
|
||
".template.config/template.json"
|
||
],
|
||
"url": "https://json.schemastore.org/template"
|
||
},
|
||
{
|
||
"name": "templatsources.json",
|
||
"description": "SideWaffle template source schema",
|
||
"fileMatch": [
|
||
"templatesources.json"
|
||
],
|
||
"url": "https://json.schemastore.org/templatesources"
|
||
},
|
||
{
|
||
"name": "tmLanguage",
|
||
"description": "Language grammar description files in Textmate and compatible editors",
|
||
"fileMatch": [
|
||
"*.tmLanguage.json"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/Septh/tmlanguage/master/tmLanguage.schema.json"
|
||
},
|
||
{
|
||
"name": ".travis.yml",
|
||
"description": "Travis CI configuration file",
|
||
"fileMatch": [
|
||
".travis.yml"
|
||
],
|
||
"url": "https://json.schemastore.org/travis"
|
||
},
|
||
{
|
||
"name": "Traefik v2",
|
||
"description": "Traefik v2 YAML configuration file",
|
||
"fileMatch": [
|
||
"traefik.yml",
|
||
"traefik.yaml"
|
||
],
|
||
"url": "https://json.schemastore.org/traefik-v2"
|
||
},
|
||
{
|
||
"name": "Traefik v2 File Provider",
|
||
"description": "Traefik v2 Dynamic Configuration File Provider",
|
||
"url": "https://json.schemastore.org/traefik-v2-file-provider"
|
||
},
|
||
{
|
||
"name": "tsconfig.json",
|
||
"description": "TypeScript compiler configuration file",
|
||
"fileMatch": [
|
||
"tsconfig.json"
|
||
],
|
||
"url": "https://json.schemastore.org/tsconfig"
|
||
},
|
||
{
|
||
"name": "tsd.json",
|
||
"description": "JSON schema for DefinatelyTyped description manager (TSD)",
|
||
"fileMatch": [
|
||
"tsd.json"
|
||
],
|
||
"url": "https://json.schemastore.org/tsd"
|
||
},
|
||
{
|
||
"name": "tsdrc.json",
|
||
"description": "TypeScript Definition manager (tsd) global settings file",
|
||
"fileMatch": [
|
||
".tsdrc"
|
||
],
|
||
"url": "https://json.schemastore.org/tsdrc"
|
||
},
|
||
{
|
||
"name": "ts-force-config.json",
|
||
"description": "Generated Typescript classes for Salesforce",
|
||
"fileMatch": [
|
||
"ts-force-config.json"
|
||
],
|
||
"url": "https://json.schemastore.org/ts-force-config"
|
||
},
|
||
{
|
||
"name": "tslint.json",
|
||
"description": "TypeScript Lint configuration file",
|
||
"fileMatch": [
|
||
"tslint.json",
|
||
"tslint.yaml",
|
||
"tslint.yml"
|
||
],
|
||
"url": "https://json.schemastore.org/tslint"
|
||
},
|
||
{
|
||
"name": "typewiz.json",
|
||
"description": "Typewiz configuration file",
|
||
"fileMatch": [
|
||
"typewiz.json"
|
||
],
|
||
"url": "https://json.schemastore.org/typewiz"
|
||
},
|
||
{
|
||
"name": "typings.json",
|
||
"description": "Typings TypeScript definitions manager definition file",
|
||
"fileMatch": [
|
||
"typings.json"
|
||
],
|
||
"url": "https://json.schemastore.org/typings"
|
||
},
|
||
{
|
||
"name": "typingsrc.json",
|
||
"description": "Typings TypeScript definitions manager configuration file",
|
||
"fileMatch": [
|
||
".typingsrc"
|
||
],
|
||
"url": "https://json.schemastore.org/typingsrc"
|
||
},
|
||
{
|
||
"name": "up.json",
|
||
"description": "Up configuration file",
|
||
"fileMatch": [
|
||
"up.json"
|
||
],
|
||
"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)",
|
||
"fileMatch": [
|
||
"webapp/manifest.json",
|
||
"src/main/webapp/manifest.json"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/SAP/ui5-manifest/master/schema.json"
|
||
},
|
||
{
|
||
"name": "ui5.yaml",
|
||
"description": "UI5 Tooling Configuration File (ui5.yaml)",
|
||
"fileMatch": [
|
||
"ui5.yaml",
|
||
"*-ui5.yaml",
|
||
"*.ui5.yaml",
|
||
"ui5-deploy.yaml",
|
||
"ui5-dist.yaml",
|
||
"ui5-local.yaml"
|
||
],
|
||
"url": "https://sap.github.io/ui5-tooling/schema/ui5.yaml.json"
|
||
},
|
||
{
|
||
"name": "vega.json",
|
||
"description": "Vega visualization specification file",
|
||
"fileMatch": [
|
||
"*.vg",
|
||
"*.vg.json"
|
||
],
|
||
"url": "https://json.schemastore.org/vega"
|
||
},
|
||
{
|
||
"name": "vega-lite.json",
|
||
"description": "Vega-Lite visualization specification file",
|
||
"fileMatch": [
|
||
"*.vl",
|
||
"*.vl.json"
|
||
],
|
||
"url": "https://json.schemastore.org/vega-lite"
|
||
},
|
||
{
|
||
"name": "Vela Pipeline Configuration",
|
||
"description": "Vela Pipeline Configuration File",
|
||
"fileMatch": [
|
||
".vela.yml",
|
||
".vela.yaml"
|
||
],
|
||
"url": "https://github.com/go-vela/types/releases/latest/download/schema.json"
|
||
},
|
||
{
|
||
"name": "version.json",
|
||
"description": "A project version descriptor file used by Nerdbank.GitVersioning",
|
||
"fileMatch": [
|
||
"version.json"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/dotnet/Nerdbank.GitVersioning/v3.3.37/src/NerdBank.GitVersioning/version.schema.json"
|
||
},
|
||
{
|
||
"name": "vim-addon-info",
|
||
"description": "JSON schema for vim plugin addon-info.json metadata files",
|
||
"fileMatch": [
|
||
"*vim*/addon-info.json"
|
||
],
|
||
"url": "https://json.schemastore.org/vim-addon-info"
|
||
},
|
||
{
|
||
"name": "vsls.json",
|
||
"description": "Visual Studio Live Share configuration file",
|
||
"fileMatch": [
|
||
".vsls.json"
|
||
],
|
||
"url": "https://json.schemastore.org/vsls"
|
||
},
|
||
{
|
||
"name": "vs-2017.3.host.json",
|
||
"description": "JSON schema for Visual Studio template host file",
|
||
"fileMatch": [
|
||
"vs-2017.3.host.json"
|
||
],
|
||
"url": "https://json.schemastore.org/vs-2017.3.host"
|
||
},
|
||
{
|
||
"name": "vs-nesting.json",
|
||
"description": "JSON schema for Visual Studio's file nesting feature",
|
||
"fileMatch": [
|
||
"*.filenesting.json",
|
||
".filenesting.json"
|
||
],
|
||
"url": "https://json.schemastore.org/vs-nesting"
|
||
},
|
||
{
|
||
"name": ".vsconfig",
|
||
"description": "JSON schema for Visual Studio component configuration files",
|
||
"fileMatch": [
|
||
"*.vsconfig"
|
||
],
|
||
"url": "https://json.schemastore.org/vsconfig"
|
||
},
|
||
{
|
||
"name": ".vsext",
|
||
"description": "JSON schema for Visual Studio extension pack manifests",
|
||
"fileMatch": [
|
||
"*.vsext"
|
||
],
|
||
"url": "https://json.schemastore.org/vsext"
|
||
},
|
||
{
|
||
"name": "VSIX CLI publishing",
|
||
"description": "JSON schema for Visual Studio extension publishing",
|
||
"fileMatch": [
|
||
"vs-publish.json"
|
||
],
|
||
"url": "https://json.schemastore.org/vsix-publish"
|
||
},
|
||
{
|
||
"name": "vss-extension.json",
|
||
"description": "JSON Schema for Azure DevOps Extensions",
|
||
"fileMatch": [
|
||
"vss-extension.json"
|
||
],
|
||
"url": "https://json.schemastore.org/vss-extension"
|
||
},
|
||
{
|
||
"name": "WebExtensions",
|
||
"description": "JSON schema for WebExtension manifest files",
|
||
"fileMatch": [
|
||
"manifest.json"
|
||
],
|
||
"url": "https://json.schemastore.org/webextension"
|
||
},
|
||
{
|
||
"name": "Web App Manifest",
|
||
"description": "Web Application manifest file",
|
||
"fileMatch": [
|
||
"manifest.json",
|
||
"*.webmanifest"
|
||
],
|
||
"url": "https://json.schemastore.org/web-manifest-combined"
|
||
},
|
||
{
|
||
"name": "webjobs-list.json",
|
||
"description": "Azure Webjob list file",
|
||
"fileMatch": [
|
||
"webjobs-list.json"
|
||
],
|
||
"url": "https://json.schemastore.org/webjobs-list"
|
||
},
|
||
{
|
||
"name": "webjobpublishsettings.json",
|
||
"description": "Azure Webjobs publish settings file",
|
||
"fileMatch": [
|
||
"webjobpublishsettings.json"
|
||
],
|
||
"url": "https://json.schemastore.org/webjob-publish-settings"
|
||
},
|
||
{
|
||
"name": "Web types",
|
||
"description": "JSON standard for web component libraries metadata",
|
||
"fileMatch": [
|
||
"web-types.json",
|
||
"*.web-types.json"
|
||
],
|
||
"url": "https://json.schemastore.org/web-types"
|
||
},
|
||
{
|
||
"name": "JSON-stat 2.0",
|
||
"description": "JSON-stat 2.0 Schema",
|
||
"url": "https://json-stat.org/format/schema/2.0/"
|
||
},
|
||
{
|
||
"name": "KSP-AVC",
|
||
"description": "The .version file format for KSP-AVC",
|
||
"fileMatch": [
|
||
"*.version"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/linuxgurugamer/KSPAddonVersionChecker/1.4.1.5/KSP-AVC.schema.json"
|
||
},
|
||
{
|
||
"name": "KSP-CKAN",
|
||
"description": "Metadata spec for KSP-CKAN",
|
||
"fileMatch": [
|
||
"*.ckan"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/KSP-CKAN/CKAN/v1.28.0/CKAN.schema"
|
||
},
|
||
{
|
||
"name": "JSON Schema Draft 4",
|
||
"description": "Meta-validation schema for JSON Schema Draft 4",
|
||
"url": "https://json-schema.org/draft-04/schema"
|
||
},
|
||
{
|
||
"name": "JSON Schema Draft 7",
|
||
"description": "Meta-validation schema for JSON Schema Draft 7",
|
||
"url": "https://json-schema.org/draft-07/schema"
|
||
},
|
||
{
|
||
"name": "JSON Schema Draft 8",
|
||
"description": "Meta-validation schema for JSON Schema Draft 8",
|
||
"url": "https://json-schema.org/draft/2019-09/schema"
|
||
},
|
||
{
|
||
"name": "xunit.runner.json",
|
||
"description": "xUnit.net runner configuration file",
|
||
"fileMatch": [
|
||
"xunit.runner.json"
|
||
],
|
||
"url": "https://json.schemastore.org/xunit.runner.schema"
|
||
},
|
||
{
|
||
"name": "servicehub.service.json",
|
||
"description": "Microsoft ServiceHub Service",
|
||
"fileMatch": [
|
||
"*.servicehub.service.json"
|
||
],
|
||
"url": "https://json.schemastore.org/servicehub.service.schema"
|
||
},
|
||
{
|
||
"name": "servicehub.config.json",
|
||
"description": "Microsoft ServiceHub Configuration",
|
||
"fileMatch": [
|
||
"servicehub.config.json"
|
||
],
|
||
"url": "https://json.schemastore.org/servicehub.config.schema"
|
||
},
|
||
{
|
||
"name": ".cryproj engine-5.2",
|
||
"description": "A JSON schema for CRYENGINE projects (.cryproj files)",
|
||
"fileMatch": [
|
||
"*.cryproj"
|
||
],
|
||
"url": "https://json.schemastore.org/cryproj.52.schema"
|
||
},
|
||
{
|
||
"name": ".cryproj engine-5.3",
|
||
"description": "A JSON schema for CRYENGINE projects (.cryproj files)",
|
||
"fileMatch": [
|
||
"*.cryproj"
|
||
],
|
||
"url": "https://json.schemastore.org/cryproj.53.schema"
|
||
},
|
||
{
|
||
"name": ".cryproj engine-5.4",
|
||
"description": "A JSON schema for CRYENGINE projects (.cryproj files)",
|
||
"fileMatch": [
|
||
"*.cryproj"
|
||
],
|
||
"url": "https://json.schemastore.org/cryproj.54.schema"
|
||
},
|
||
{
|
||
"name": ".cryproj engine-5.5",
|
||
"description": "A JSON schema for CRYENGINE projects (.cryproj files)",
|
||
"fileMatch": [
|
||
"*.cryproj"
|
||
],
|
||
"url": "https://json.schemastore.org/cryproj.55.schema"
|
||
},
|
||
{
|
||
"name": ".cryproj engine-dev",
|
||
"description": "A JSON schema for CRYENGINE projects (.cryproj files)",
|
||
"fileMatch": [
|
||
"*.cryproj"
|
||
],
|
||
"url": "https://json.schemastore.org/cryproj.dev.schema"
|
||
},
|
||
{
|
||
"name": ".cryproj (generic)",
|
||
"description": "A JSON schema for CRYENGINE projects (.cryproj files)",
|
||
"fileMatch": [
|
||
"*.cryproj"
|
||
],
|
||
"url": "https://json.schemastore.org/cryproj"
|
||
},
|
||
{
|
||
"name": "typedoc.json",
|
||
"description": "A JSON schema for the Typedoc configuration file",
|
||
"fileMatch": [
|
||
"typedoc.json"
|
||
],
|
||
"url": "https://typedoc.org/schema.json"
|
||
},
|
||
{
|
||
"name": "huskyrc",
|
||
"description": "Husky can prevent bad `git commit`, `git push` and more 🐶 woof!",
|
||
"fileMatch": [
|
||
".huskyrc",
|
||
".huskyrc.json"
|
||
],
|
||
"url": "https://json.schemastore.org/huskyrc"
|
||
},
|
||
{
|
||
"name": ".lintstagedrc",
|
||
"description": "JSON schema for lint-staged config",
|
||
"fileMatch": [
|
||
".lintstagedrc",
|
||
".lintstagedrc.json"
|
||
],
|
||
"url": "https://json.schemastore.org/lintstagedrc.schema"
|
||
},
|
||
{
|
||
"name": "mta.yaml",
|
||
"description": "A JSON schema for MTA projects v3.3",
|
||
"fileMatch": [
|
||
"mta.yaml",
|
||
"mta.yml"
|
||
],
|
||
"url": "https://json.schemastore.org/mta"
|
||
},
|
||
{
|
||
"name": "mtad.yaml",
|
||
"description": "A JSON schema for MTA deployment descriptors v3.3",
|
||
"fileMatch": [
|
||
"mtad.yaml",
|
||
"mtad.yml"
|
||
],
|
||
"url": "https://json.schemastore.org/mtad"
|
||
},
|
||
{
|
||
"name": ".mtaext",
|
||
"description": "A JSON schema for MTA extension descriptors v3.3",
|
||
"fileMatch": [
|
||
"*.mtaext"
|
||
],
|
||
"url": "https://json.schemastore.org/mtaext"
|
||
},
|
||
{
|
||
"name": "xs-app.json",
|
||
"description": "JSON schema for the SAP Application Router v8.2.2",
|
||
"fileMatch": [
|
||
"xs-app.json"
|
||
],
|
||
"url": "https://json.schemastore.org/xs-app.json"
|
||
},
|
||
{
|
||
"name": "Opctl",
|
||
"description": "Opctl schema for describing an op",
|
||
"url": "https://json.schemastore.org/opspec-io-0.1.7",
|
||
"fileMatch": [
|
||
".opspec/*/*.yml",
|
||
".opspec/*/*.yaml"
|
||
]
|
||
},
|
||
{
|
||
"name": "HEMTT",
|
||
"description": "HEMTT Project File",
|
||
"url": "https://json.schemastore.org/hemtt-0.6.2",
|
||
"fileMatch": [
|
||
"hemtt.json",
|
||
"hemtt.toml"
|
||
],
|
||
"versions": {
|
||
"0.6.2": "https://json.schemastore.org/hemtt-0.6.2"
|
||
}
|
||
},
|
||
{
|
||
"name": "now",
|
||
"description": "ZEIT Now project configuration file",
|
||
"fileMatch": [
|
||
"now.json"
|
||
],
|
||
"url": "https://json.schemastore.org/now"
|
||
},
|
||
{
|
||
"name": "taskcat",
|
||
"description": "taskcat",
|
||
"fileMatch": [
|
||
".taskcat.yml"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/aws-quickstart/taskcat/0.9.20/taskcat/cfg/config_schema.json"
|
||
},
|
||
{
|
||
"name": "BizTalkServerApplicationSchema",
|
||
"description": "BizTalk server application inventory json file.",
|
||
"fileMatch": [
|
||
"BizTalkServerInventory.json"
|
||
],
|
||
"url": "https://json.schemastore.org/BizTalkServerApplicationSchema"
|
||
},
|
||
{
|
||
"name": "httpmockrc",
|
||
"description": "Http-mocker is a tool for mock local requests or proxy remote requests.",
|
||
"fileMatch": [
|
||
".httpmockrc",
|
||
".httpmock.json"
|
||
],
|
||
"url": "https://json.schemastore.org/httpmockrc"
|
||
},
|
||
{
|
||
"name": "neoload",
|
||
"description": "Neotys as-code load test specification, more at: https://github.com/Neotys-Labs/neoload-cli",
|
||
"fileMatch": [
|
||
".nl.yaml",
|
||
".nl.yml",
|
||
".nl.json",
|
||
".neoload.yaml",
|
||
".neoload.yml",
|
||
".neoload.json"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/Neotys-Labs/neoload-cli/1.1.4/resources/as-code.latest.schema.json"
|
||
},
|
||
{
|
||
"name": "release drafter",
|
||
"description": "Release Drafter configuration file",
|
||
"fileMatch": [
|
||
".github/release-drafter.yml"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/release-drafter/release-drafter/master/schema.json"
|
||
},
|
||
{
|
||
"name": "zuul",
|
||
"description": "Zuul CI configuration file",
|
||
"fileMatch": [
|
||
"*zuul.d/*.yaml",
|
||
"*/.zuul.yaml"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/pycontribs/zuul-lint/0.1.1/zuul_lint/zuul-schema.json"
|
||
},
|
||
{
|
||
"name": "Briefcase",
|
||
"description": "Microsoft Briefcase configuration file",
|
||
"fileMatch": [
|
||
"briefcase.yaml"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/microsoft/Briefcase/master/mlbriefcase/briefcase-schema.json"
|
||
},
|
||
{
|
||
"name": "httparchive",
|
||
"description": "HTTP Archive",
|
||
"fileMatch": [
|
||
"*.har"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/ahmadnassri/har-schema/v2.0.0/lib/har.json"
|
||
},
|
||
{
|
||
"name": "jsdoc",
|
||
"description": "JSDoc configuration file",
|
||
"fileMatch": [
|
||
"conf.js*",
|
||
"jsdoc.js*"
|
||
],
|
||
"url": "https://json.schemastore.org/jsdoc-1.0.0"
|
||
},
|
||
{
|
||
"name": "Ray",
|
||
"description": "Ray autocluster configuration file",
|
||
"fileMatch": [
|
||
"ray-*-cluster.yaml"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/ray-project/ray/ray-1.0.0/python/ray/autoscaler/ray-schema.json"
|
||
},
|
||
{
|
||
"name": "Hadolint",
|
||
"description": "A smarter Dockerfile linter that helps you build best practice Docker images.",
|
||
"fileMatch": [
|
||
".hadolint.yaml",
|
||
"hadolint.yaml"
|
||
],
|
||
"url": "https://json.schemastore.org/hadolint"
|
||
},
|
||
{
|
||
"name": "helmfile",
|
||
"description": "Helmfile is a declarative spec for deploying helm charts",
|
||
"fileMatch": [
|
||
"helmfile.yaml",
|
||
"helmfile.d/**/*.yaml"
|
||
],
|
||
"url": "https://json.schemastore.org/helmfile"
|
||
},
|
||
{
|
||
"name": "Container Structure Test",
|
||
"description": "The Container Structure Tests provide a powerful framework to validate the structure of a container image.",
|
||
"fileMatch": [
|
||
"container-structure-test.yaml",
|
||
"structure-test.yaml"
|
||
],
|
||
"url": "https://json.schemastore.org/container-structure-test"
|
||
},
|
||
{
|
||
"name": "Žinoma",
|
||
"description": "Žinoma incremental build configuration",
|
||
"fileMatch": [
|
||
"zinoma.yml"
|
||
],
|
||
"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",
|
||
"fileMatch": [
|
||
"manifests/*/*/*.yaml"
|
||
]
|
||
},
|
||
{
|
||
"name": ".commitlintrc",
|
||
"description": "JSON schema for commitlint configuration files",
|
||
"fileMatch": [
|
||
".commitlintrc",
|
||
".commitlintrc.json"
|
||
],
|
||
"url": "https://json.schemastore.org/commitlintrc"
|
||
},
|
||
{
|
||
"name": "Uniswap Token List",
|
||
"description": "A list of tokens compatible with the Uniswap Interface",
|
||
"fileMatch": [
|
||
"*.tokenlist.json"
|
||
],
|
||
"url": "https://uniswap.org/tokenlist.schema.json"
|
||
},
|
||
{
|
||
"name": "Yippee-Ki-JSON configuration YML",
|
||
"description": "Action and rule configuration descriptor for Yippee-Ki-JSON transformations.",
|
||
"fileMatch": [
|
||
"**/yippee-*.yml",
|
||
"**/*.yippee.yml"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/nagyesta/yippee-ki-json/v1.3.2/schema/yippee-ki-json_config_schema.json",
|
||
"versions": {
|
||
"1.1.2": "https://raw.githubusercontent.com/nagyesta/yippee-ki-json/v1.1.2/schema/yippee-ki-json_config_schema.json",
|
||
"latest": "https://raw.githubusercontent.com/nagyesta/yippee-ki-json/main/schema/yippee-ki-json_config_schema.json"
|
||
}
|
||
},
|
||
{
|
||
"name": "docker-compose.yml",
|
||
"description": "The Compose specification establishes a standard for the definition of multi-container platform-agnostic applications. ",
|
||
"fileMatch": [
|
||
"**/docker-compose.yml",
|
||
"**/docker-compose.yaml",
|
||
"**/docker-compose.*.yml",
|
||
"**/docker-compose.*.yaml",
|
||
"**/compose.yml",
|
||
"**/compose.yaml",
|
||
"**/compose.*.yml",
|
||
"**/compose.*.yaml"
|
||
],
|
||
"url": "https://raw.githubusercontent.com/compose-spec/compose-spec/master/schema/compose-spec.json"
|
||
},
|
||
{
|
||
"name": "devinit",
|
||
"description": "Devinit configuration file schema.",
|
||
"url": "https://json.schemastore.org/devinit.schema-2.0",
|
||
"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"
|
||
}
|
||
},
|
||
{
|
||
"name": "tsoa",
|
||
"description": "JSON Schema for the tsoa configuration file",
|
||
"url": "https://json.schemastore.org/tsoa",
|
||
"fileMatch": [
|
||
"**/tsoa.json"
|
||
]
|
||
},
|
||
{
|
||
"name": "API Builder",
|
||
"description": "apibuilder.io schema",
|
||
"fileMatch": [
|
||
"**/api.json"
|
||
],
|
||
"url": "https://json.schemastore.org/apibuilder.json"
|
||
},
|
||
{
|
||
"name": "Gradle Enterprise",
|
||
"description": "Gradle Enterprise configuration schema",
|
||
"fileMatch": [
|
||
"*gradle-enterprise.yml",
|
||
"*gradle-enterprise.yaml"
|
||
],
|
||
"url": "https://docs.gradle.com/enterprise/admin/schema/gradle-enterprise-config-schema-1.json",
|
||
"versions": {
|
||
"1.0": "https://docs.gradle.com/enterprise/admin/schema/gradle-enterprise-config-schema-1.json"
|
||
}
|
||
},
|
||
{
|
||
"name": ".yarnrc.yml",
|
||
"description": "JSON Schema for Yarnrc files",
|
||
"fileMatch": [
|
||
".yarnrc.yml"
|
||
],
|
||
"url": "https://yarnpkg.com/configuration/yarnrc.json"
|
||
},
|
||
{
|
||
"name": "beau.yml",
|
||
"description": "JSON Schema for a Beaujs Requests file.",
|
||
"fileMatch": [
|
||
"beau.yml"
|
||
],
|
||
"url": "https://beaujs.com/schema.json"
|
||
},
|
||
{
|
||
"name": "comet",
|
||
"description": "JSON Schema for a Comet Data Pipeline.",
|
||
"fileMatch": [
|
||
"*.comet.yaml",
|
||
"*.comet.yml"
|
||
],
|
||
"url": "https://json.schemastore.org/comet"
|
||
},
|
||
{
|
||
"name": "swcrc",
|
||
"description": "JSON Schema for swc configuration files.",
|
||
"fileMatch": [
|
||
".swcrc"
|
||
],
|
||
"url": "https://json.schemastore.org/swcrc"
|
||
}
|
||
]
|
||
}
|