name
stringlengths
7
62
content
stringlengths
200
6.79M
minecraft-trim-pattern.json
{ "$id": "https://json.schemastore.org/minecraft-trim-pattern.json", "$schema": "http://json-schema.org/draft-07/schema#", "description": "A trim pattern for a Minecraft data pack config schema", "properties": { "asset_id": { "type": "string" }, "description": { "type": "object", "...
filespec-schema.json
{ "$schema": "http://json-schema.org/draft-07/schema", "title": "JFrog File Spec", "description": "JFrog File Spec schema definition.", "additionalProperties": false, "properties": { "files": { "type": "array", "items": { "$ref": "#/$file" }, "description": "Details of file...
drupal-links-menu.json
{ "$id": "https://json.schemastore.org/drupal-links-menu.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": { "type": "object", "properties": { "title": { "title": "The static title for the menu link", "type": "string" }, "title_context":...
global.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": true, "id": "https://json.schemastore.org/global.json", "properties": { "sdk": { "type": "object", "description": "Specify information about the SDK.", "properties": { "version": { "type": "st...
prometheus.json
{ "$id": "https://json.schemastore.org/prometheus.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "definitions": { "duration": { "type": ["string", "null"], "pattern": "^[0-9]+(ms|[smhdwy])$" }, "label_name": { "type": "string", "pa...
foxx-manifest.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "Schema for ArangoDB Foxx service manifests", "id": "https://json.schemastore.org/foxx-manifest.json", "properties": { "configuration": { "type": "object", "description": "An object defining the configuration options this ser...
cargo.json
{ "$id": "https://json.schemastore.org/cargo.json", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "Build": { "title": "Build", "description": "The `build` field specifies a file in the package root which is a [build script](https://doc.rust-lang.org/cargo/reference/build-s...
datalogic-scan2deploy-android.json
{ "$id": "http://example.com/root.json", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": {}, "description": "Schema to validate Android JSON files given as input to DL-Config to generate Scan2Deploy barcodes", "properties": { "layout": { "$id": "#/properties/layout", "type...
vs-nesting.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "fileExtension": { "pattern": "^\\.[^/\\\\]+$" }, "fileName": { "pattern": "^[^/\\\\|:><\"?\\*]+$" }, "ext-ext": { "type": "object", "additionalProperties": false, "patternProperties": { ...
minecraft-biome.json
{ "$comment": "https://minecraft.fandom.com/wiki/Biome/JSON_format", "$id": "https://json.schemastore.org/minecraft-biome.json", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "spawner-options": { "description": "Spawner options for the current biome\nhttps://minecraft.fandom.c...
flow.schema.json
{ "$schema": "https://json-schema.org/draft/2019-09/schema", "title": "Catalog", "description": "Each catalog source defines a portion of a Flow Catalog, by defining collections, derivations, tests, and materializations of the Catalog. Catalog sources may reference and import other sources, in order to collection...
bukkit-plugin.json
{ "$id": "https://json.schemastore.org/bukkit-plugin", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": true, "definitions": { "plugin-name": { "type": "string", "pattern": "^[A-Za-z0-9_\\.-]+$" }, "command": { "description": "Optional command attribute...
winget-pkgs-installer-1.0.0.json
{ "$id": "https://aka.ms/winget-manifest.installer.1.0.0.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "PackageIdentifier": { "type": "string", "pattern": "^[^\\.\\s\\\\/:\\*\\?\"<>\\|\\x01-\\x1f]{1,32}(\\.[^\\.\\s\\\\/:\\*\\?\"<>\\|\\x01-\\x1f]{1,32}){1,3}$"...
config-file.v1.json
{ "$id": "https://deno.land/x/deno/cli/schemas/config-file.v1.json", "$schema": "http://json-schema.org/draft-07/schema", "description": "A JSON representation of a Deno configuration file.", "required": [], "title": "Deno configuration file Schema", "type": "object", "properties": { "compilerOptions"...
vsix-manifestinjection.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "fileAssociation": { "required": ["extension", "progId"], "properties": { "contentType": { "description": "Content type of the file with this extension.", "type": "string" }, "default...
jdt.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": { "$ref": "#" }, "definitions": { "@jdt.path": { "type": "string", "description": "Use JSONPath syntax to navigate to the node where the transform should be applied." }, "@jdt.value": { "type": "str...
yarnrc.json
{ "title": "JSON Schema for Yarnrc files", "$schema": "https://json-schema.org/draft/2019-09/schema#", "description": "Yarnrc files (named this way because they must be called `.yarnrc.yml`) are the one place where you'll be able to configure Yarn's internal settings. While Yarn will automatically find them in th...
pubspec.json
{ "$id": "https://json.schemastore.org/pubspec", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "version": { "type": "string", "pattern": "^\\d+\\.\\d+\\.\\d+(?:[+-]\\S+)?$" }, "versionConstraint": { "description": "Version range of the package or SDK to use",...
samtrc.json
{ "$id": "https://json.schemastore.org/samtrc.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "definitions": { "level_type": { "enum": ["error", "warn", "info", "off"] }, "naming_type": { "enum": [ "PascalCase", "camelCase", ...
swadl-schema-1.0.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "SWADL (Symphony Workflow Automation Definition Language) is a language to describe workflows on Symphony.", "default": {}, "type": "object", "additionalProperties": false, "required": [ "id", "activities" ...
ui5-workspace.yaml.json
{ "$schema": "http://json-schema.org/draft-07/schema", "title": "ui5-workspace.yaml", "description": "Schema for UI5 Tooling Workspace Configuration File (ui5-workspace.yaml)", "$comment": "See https://sap.github.io/ui5-tooling/", "type": "object", "required": [ "specVersion", "metadata", "depen...
schema-kas.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "$id": "https://github.com/siemens/kas/blob/master/kas/schema-kas.json", "title": "kas configuration", "description": "kas, a setup tool for bitbake based projects", "type": "object", "required": [ "header" ], "additionalPro...
case_schema.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "api": { "title": "api url info", "type": "object", "properties": { "host": { "type": "string" }, "uri": { "type": "string" }, "method": { "type": "str...
cityjson.min.schema.json
{"$schema":"http://json-schema.org/draft-07/schema#","$id":"https://www.cityjson.org/schemas/1.1.3/cityjson.schema.json","title":"CityJSON v1.1.3","description":"CityJSON specifications v1.1.3","type":"object","properties":{"type":{"enum":["CityJSON"]},"version":{"type":"string","pattern":"^(\\d\\.)(\\d)$"},"metadata":...
curations-schema.json
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://oss-review-toolkit.org/curations.yml", "title": "ORT curations", "description": "The OSS-Review-Toolkit (ORT) provides a possibility to correct metadata and set the concluded license for a specific packages (dependencies) in curation files....
csscomb.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://json.schemastore.org/csscomb.json", "properties": { "exclude": { "description": "A list of files to ignore in the current project\nhttps://github.com/csscomb/csscomb.js/blob/dev/doc/configuration.md#create-custom-config", "type...
cicsts-resourcemodel.json
{ "$id": "http://www.ibm.com/xmlns/prod/cics/cicsts-resourcemodel", "$schema": "http://json-schema.org/draft-07/schema#", "title": "Resource model JSON Schema.", "description": "Super-schema that describes all versions of 'Resource model JSON Schema.'", "allOf": [ { "title": "Res...
agripparc-1.4.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "id": "https://json.schemastore.org/agripparc-1.4.json", "properties": { "props": { "description": "Which prop declaration method to use", "type": "string", "enum": ["ts", "jsdoc", "prop-types", "none"] ...
meltano.schema.json
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://meltano.com/meltano.schema.json", "title": "JSON Schema for meltano.yml", "description": "Meltano (https://meltano.com) is an open source platform for building, running & orchestrating ELT pipelines", "type": "object", "additionalP...
resjson.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": { "minProperties": 1, "anyOf": [ { "type": "string" }, { "$ref": "#/definitions/resource" } ] }, "definitions": { "resource": { "type": "object", "additionalPropert...
cloudformation.schema.json
{ "$id": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "definitions": { "AWS::ACMPCA::Certificate": { "additionalProperties": false, "properties": { "Condition": { "type": "string" }, ...
component.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": true, "id": "https://json.schemastore.org/component.json", "properties": { "private": { "description": "A boolean specifying whether the component is private, defaulting to false.", "type": "boolean", "default...
service-schema.json
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://github.com/Microsoft/azure-pipelines-vscode/blob/main/service-schema.json", "$comment": "v1.219.1", "title": "Pipeline schema", "description": "A pipeline definition", "oneOf": [ { "$ref": "#/definitions/pipeline" }, {...
projektor.json
{ "$id": "https://json.schemastore.org/projektor.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "description": "Global settings\nhttps://github.com/yamnikov-oleg/projektor#configuration", "properties": { "keybind": { "title": "keybinding", "descript...
npmpackagejsonlintrc.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "rule": { "oneOf": [ { "description": "npm-package-json-lint rule\n\n\"off\" - turns the rule off\n\"warning\" - turns the rule on as a warning, which doesn't affect the exit code\n\"error\" - turns the rule on as a...
bowerrc.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": true, "id": "https://json.schemastore.org/bowerrc.json", "properties": { "analytics": { "type": "boolean", "default": true }, "cwd": { "type": "string", "description": "The directory from which bo...
first-timers.json
{ "$comment": "https://github.com/hoodiehq/first-timers-bot", "$id": "https://json.schemastore.org/first-timers.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "description": "A bot that helps onboarding new open-source contributors.", "properties": { "labels"...
esquio.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "Esquio": { "type": ["object", "null"], "properties": { "Products": { "type": ["array", "null"], "items": { "$ref": "#/definitions/Product" } } }, "required"...
tye-schema.json
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "http://microsoft.com/dotnet/tye.schema.json", "title": "Tye Configuration", "description": "Configuration file schema for Tye.", "type": "object", "properties": { "name": { "description": "The application name.",...
devContainer.schema.json
{ "allOf": [ { "$ref": "./devContainer.base.schema.json" }, { "$ref": "https://raw.githubusercontent.com/microsoft/vscode/main/extensions/configuration-editing/schemas/devContainer.codespaces.schema.json" }, { "$ref": "https://raw.githubuse...
imgbotconfig.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "default": {}, "id": "https://json.schemastore.org/imgbotconfig.json", "properties": { "schedule": { "title": "Limits the PRs from Imgbot to once a day, once a week, or once a month respectively. The default behavior is to receive Imgbot PRs as i...
sdf-schema-1.1.json
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "Definition", "type": "object", "properties": { "workspace": { "description": "A workspace definition", "anyOf": [ { "$ref": "#/definitions/Workspace" }, { "type": "null" } ...
role-arg-spec.json
{ "$defs": { "datatype": { "enum": [ "str", "list", "dict", "bool", "int", "float", "path", "raw", "jsonarg", "json", "bytes", "bits" ], "type": "string" }, "deprecated_alias": { "proper...
stryker-core.json
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "StrykerOptions", "description": "JSON schema for the Stryker Mutator configuration file", "type": "object", "definitions": { "commandRunnerOptions": { "title": "CommandRunnerOptions", "type": "object", "properties": { ...
drupal-links-action.json
{ "$id": "https://json.schemastore.org/drupal-links-action.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": { "type": "object", "properties": { "title": { "title": "The static title for the local action", "type": "string" }, "title_cont...
sprite.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "Schema for image sprite generation files", "id": "https://json.schemastore.org/sprite.json", "properties": { "customstyles": { "description": "Define custom CSS declarations to inject into the generated stylesheet.", "type":...
0.5.2.json
{ "$schema": "http://json-schema.org/draft-07/schema", "description": "Freifunk Community API 0.5.2", "type": "object", "definitions": { "city": { "type": "string", "title": "City", "description": "Name of the city" }, "country": { ...
nswag.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "swaggerGenerator": { "type": "object", "properties": { "webApiToSwagger": { "$ref": "#/definitions/webApiToSwagger" } } }, "codeGenerators": { "type": "object", "properties":...
sourcery_yaml_schema.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "definitions": { "RuleType": { "title": "RuleType", "description": "An enumeration.", "enum": ["refactoring", "suggestion", "comment", "hover"] }, "PythonVersion": { "title": "PythonVersion",...
catalog-info.json
{ "$id": "https://json.schemastore.org/catalog-info.json", "$schema": "http://json-schema.org/draft-07/schema#", "anyOf": [ { "$schema": "http://json-schema.org/draft-07/schema#", "$id": "ApiV1alpha1", "description": "An API describes an interface that can be exposed by a component. The API ...
nuget-project.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "configType": { "type": "object", "properties": { "dependencies": { "$ref": "#/definitions/dependencies" }, "imports": { "type": "string" } } }, "dependencies": ...
as-code.latest.schema.json
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://neotys.com/schemas/as-code/v3", "title": "JSON Schema for NeoLoad as-code files", "fileMatch": [ "*.nl.yaml", "*.neoload.yaml", "neoload*.yaml", "*.nl.yml", "*.neoload.yml", "neoload*.yml", "*.nl.json", "*.neoload.json", "neoload*.json" ...
component-detection-manifest.json
{ "$ref": "#/definitions/CGManifest", "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "CGManifest": { "properties": { "registrations": { "items": { "$ref": "#/definitions/Registration" }, "type": "array" }, "version...
sarif-2.1.0-rtm.5.json
{ "$id": "https://json.schemastore.org/sarif-2.1.0-rtm.5.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "definitions": { "address": { "description": "A physical or virtual address, or a range of addresses, in an 'addressable region' (memory or a binary file...
label-commenter-config.json
{ "$comment": "https://github.com/peaceiris/actions-label-commenter", "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "labelItem": { "type": "object", "properties": { "body": { "title": "Body", "type": "string" }, "action": { ...
swagger-2.0.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "definitions": { "info": { "type": "object", "description": "General information about the API.", "required": ["version", "title"], "additionalProperties": false, "patternProperties": { ...
github-issue-forms.json
{ "$comment": "https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms", "$id": "https://json.schemastore.org/github-issue-forms.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "definitions": { "...
docker-seq.schema.json
{ "$id": "https://example.com/product.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "docker-seq", "description": "The schema for `docker-seq`", "type": "object", "additionalProperties": false, "properties": { "image": { "type": "string", ...
cloud-sdk-pipeline-config-schema.json
{ "$id": "https://json.schemastore.org/cloud-sdk-pipeline-config-schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "dockerImage": { "description": "The image used in the step or stage.", "type": "string" }, "org": { "description": "Cloud Foundry org...
vega.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "allOf": [ { "$ref": "#/defs/scope" }, { "type": "object", "properties": { "$schema": { "type": "string", "format": "uri" }, "config": { "type": "object" }, "de...
localazy.json
{ "$schema": "http://json-schema.org/draft-07/schema", "$id": "https://raw.githubusercontent.com/localazy/cli-schema/master/localazy.json", "type": "object", "default": {}, "title": "Localazy CLI schema", "description": "Schema definition for Localazy CLI configuration file.", "required": []...
mongodb-atlas-search-index-definition.json
{ "$comment": "https://www.mongodb.com/docs/atlas/atlas-search/index-definitions/#std-label-ref-index-definitions", "$id": "https://json.schemastore.org/mongodb-atlas-search-index-definition.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "definitions": { "Custo...
xs-app.json
{ "$comment": "Based on https://github.wdf.sap.corp/xs2/approuter.js/blob/master/lib/configuration/schemas/xs-app-schema.json", "$id": "http://example.com/xsapp.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "sourceSchema": { "type": ["string", "object"], "m...
workspace-schema.json
{ "$schema": "http://json-schema.org/draft-07/schema", "$id": "ng-cli://config/schema.json", "title": "Angular CLI Workspace Configuration", "type": "object", "properties": { "$schema": { "type": "string" }, "version": { "$ref": "#/definitions/fileVersion" }, "cli": { "$r...
paper-plugin.json
{ "$id": "https://json.schemastore.org/paper-plugin", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": true, "definitions": { "plugin-name": { "type": "string", "pattern": "^[A-Za-z0-9_\\.-]+$" }, "plugin-class": { "type": "string", "pattern": "^(...
minecraft-lang.json
{ "$id": "https://json.schemastore.org/minecraft-lang.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": { "type": "string" }, "description": "A language for a Minecraft resource pack config schema", "title": "Minecraft Resource Pack Lang", "type": "object" }
drupal-services.json
{ "$id": "https://json.schemastore.org/drupal-services.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "parameters": { "title": "Service parameters", "type": "object" }, "services": { "type": "object", "additionalPro...
schema-org-place.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "anyOf": [ { "$ref": "https://json.schemastore.org/schema-org-thing.json" } ], "description": "This is a JSON schema representation of the schema.org Place schema: https://schema.org/Place", "id": "https://json.schemastore.org/schema-org-pl...
img-catapult-psp-1.0.0.json
{ "$defs": { "supportPackFile": { "description": "File within support pack", "type": "object", "additionalProperties": false, "required": ["builtin", "path"], "properties": { "builtin": { "description": "builtin=\"true\" means that a file path is relative to the pla...
cdk.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://json.schemastore.org/cdk.json", "properties": { "app": { "type": "string", "minLength": 1 }, "build": { "type": "string" }, "versionReporting": { "type": "boolean" }, "watch": { "type":...
clasp.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://json.schemastore.org/clasp.json", "properties": { "scriptId": { "description": "An ID of the current Google Apps Script project\nhttps://github.com/google/clasp#scriptid-required", "type": "string", "minLength": 57, ...
configSchema.json
{ "title": "JSON schema for Batect configuration files", "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://ide-integration.batect.dev/v1/configSchema.json", "type": "object", "additionalProperties": false, "properties": { "containers": { "$ref": "#/definitions/containers" }...
ruff.json
{ "$id": "https://json.schemastore.org/ruff.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "definitions": { "ApiBan": { "type": "object", "required": ["msg"], "properties": { "msg": { "description": "The message to display when...
ray-schema.json
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "http://github.com/ray-project/ray/python/ray/autoscaler/ray-schema.json", "title": "Ray AutoScaler", "description": "Ray autoscaler schema", "type": "object", "definitions": { "commands": { "type": "array", "items": { ...
rust-project.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "crate": { "type": "object", "properties": { "display_name": { "description": "Crate name used for display purposes, without affecting semantics.", "title": "Display name", "type": "string"...
uproject.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "definitions": { "BuildConfiguration": { "description": "Available build configurations. Mirorred from UnrealTargetConfiguration.", "markdownDescription": "Available build configurations. Mirorred from `UnrealTa...
plagiarize-me.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "definitions": { "moveItems": { "type": "object", "required": ["to", "names"], "properties": { "to": { "type": "string", "description": "The path to move the directory to" ...
BizTalkServerApplicationSchema.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "description": "BizTalk Server Application Inventory Schema", "id": "http://schema.management.azure.com/schemas/2017-04-01/BizTalkServerApplicationSchema.json#", "properties": { "BizTalkAssemblies": { "type": "array", "description": "Array ...
firebase-config.json
{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "definitions": { "ExtensionsConfig": { "additionalProperties": false, "type": "object" }, "FrameworksBackendOptions": { "additionalProperties": false, ...
hws-config.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "definitions": { "duration": { "oneOf": [ { "type": "integer" }, { "type": "string", "pattern": "^[0-9]+\\s*[years|yrs|y|weeks|wks|w|days|d|hours|hrs|h|minutes|min...
event-horizons.json
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "dolittle.io/schemas/Runtime/Events/event-horizons.json", "title": "Event Horizons Configuration", "description": "The event horizons configuration", "type": "array", "items": { "$ref": "#/definitions/eventHorizonConfiguratio...
vsls.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://json.schemastore.org/vsls.json", "properties": { "excludeFiles": { "description": "An array of globs which indicate the files that should be completely unavailable to guests when you share (e.g. secrets).", "type": "array", ...
codeclimate.json
{ "$comment": "https://docs.codeclimate.com/docs/advanced-configuration", "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "enabled": { "type": "object", "properties": { "enabled": { "title": "Enabled", "type": "boolean", "default": true ...
project-1.0.0-beta5.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "compilationOptions": { "type": "object", "properties": { "define": { "type": "array", "uniqueItems": true, "items": { "type": "string" } }, "warningsA...
package.manifest.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "editor": { "description": "This describes details about the editor.", "type": "object", "additionalProperties": false, "properties": { "view": { "type": "string", "description": "This is...
red_cog_repo.schema.json
{ "$id": "https://raw.githubusercontent.com/Cog-Creators/Red-DiscordBot/V3/develop/schema/red_cog_repo.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "Red-DiscordBot Сog Repo metadata file", "type": "object", "properties": { "author": { "type": "array", "descripti...
testenvironments.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "config": { "required": ["name", "type"], "oneOf": [ { "$ref": "#/definitions/docker" }, { "$ref": "#/definitions/wsl" }, { "$ref": "#/definitions/ssh" ...
frogbot-schema.json
{ "title": "Frogbot Configuration Schema", "description": "The configuration required for Frogbot to scan your Git repositories.", "$schema": "https://json-schema.org/draft-07/schema#", "type": "array", "items": { "required": ["params"], "additionalProperties": false, "properties": { "params...
jscsrc.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": true, "definitions": { "blockKeywords": { "type": ["array", "null"], "items": { "enum": [ "catch", "do", "else", "finally", "for", "function", ...
commitlintrc.json
{ "$id": "https://json.schemastore.org/commitlintrc.json", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "rule": { "oneOf": [ { "description": "A rule", "type": "array", "items": [ { "description": "Level: 0 disable...
mirrord-schema.json
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "LayerFileConfig", "description": "mirrord allows for a high degree of customization when it comes to which features you want to enable, and how they should function.\n\nAll of the configuration fields have a default value, so a minimal configuratio...
sarif-external-property-file-2.1.0-rtm.3.json
{ "$id": "https://json.schemastore.org/sarif-external-property-file-2.1.0-rtm.3.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "$schema": { "description": "The URI of the JSON schema corresponding to the version of the external property file...
pmbot.yml.schema.json
{ "properties": { "version": { "enum": [ "1" ], "type": "string" }, "packageManagers": { "items": { "$ref": "#/definitions/PackageManagerUpdateConfig" }, "type": "array", "minI...
strmprivacy.api.entities.v1.Schema.SimpleSchemaDefinition.json
{ "$schema": "http://json-schema.org/draft-07/schema#", "$ref": "#/definitions/strmprivacy.api.entities.v1.Schema.SimpleSchemaDefinition", "definitions": { "strmprivacy.api.entities.v1.Schema.SimpleSchemaDefinition": { "type": "object", "properties": { "avroName": { "$ref": "#/de...
iobroker.json
{ "$schema": "http://json-schema.org/draft-07/schema#", "$ref": "#/definitions/IoBJson", "definitions": { "IoBJson": { "type": "object", "properties": { "system": { "type": "object", "properties": { "memoryLimitMB": { "type": "number", ...
lgtm.json
{ "$comment": "https://lgtm.com/help/lgtm/lgtm.yml-configuration-file", "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "queryItem": { "title": "Query", "type": "object", "properties": { "id": { "title": "ID", "description": "Use to identify...
pulumi.json
{ "$defs": { "pluginOptions": { "title": "PluginOptions", "type": "object", "additionalProperties": false, "required": ["name", "path"], "properties": { "name": { "type": "string", "description": "Name of the plugin" }, "path": { ...
mta.json
{ "$comment": "Based on https://github.wdf.sap.corp/mta/spec/blob/master/schemas/v3/v3.3/mta-schema.yaml", "$id": "http://example.com/mta.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "generic-memory": { "type": "string", "pattern": "^[1-9][0-9]*(M|MB|G|GB|...
jfrog-pipelines.json
{ "$id": "https://json.schemastore.org/jfrog-pipelines.json", "$ref": "#/definitions/JFrog-Pipelines", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "JFrog-Pipelines": { "title": "JFrog-Pipelines", "description": "https://www.jfrog.com/confluence/display/JFROG/Pipelines+...
io-package.json
{ "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "multilingual": { "type": "object", "required": [ "en" ], "patternProperties": { "en|de|ru|pt|nl|fr|it|es|pl|uk|zh-cn": { "type": "string" } }, "additionalProperties": f...