name
stringlengths
7
62
content
stringlengths
200
6.79M
taurus.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "cli": { "type": "object", "properties": { "linter": { "type": "object", "properties": { "disable": { "type": "boolean" }, "ignored-warnings": { ...
project-1.0.0-rc2.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "compilationOptions": { "description": "[Deprecated] Options that are passed to the compiler. Use 'buildOptions' instead.", "type": "object", "properties": { "define": { "type": "array", "uniqu...
project-1.0.0-beta4.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "compilationOptions": { "type": "object", "properties": { "define": { "type": "array", "uniqueItems": true, "items": { "type": "string" } }, "warningsA...
azure-iot-edgehub-deployment-1.2.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "definitions": { "policy": { "type": "array", "items": { "type": "object", "properties": { "operations": { "type": "array", "items": { "type": "str...
requirements.json
{ "$defs": { "CollectionModel": { "additionalProperties": false, "properties": { "name": { "title": "Name", "type": "string" }, "source": { "title": "Source", "type": "string" }, "type": { "enum": ["galaxy", "url...
tizen_workspace.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://json.schemastore.org/tizen_workspace.json", "properties": { "auto_gen_build_files": { "type": "boolean" }, "type": { "type": "string", "pattern": "^(native|web|dotnet|hybrid)$" }, "profile": { "type"...
cryproj.55.schema.json
{ "$comment": "JSON Schema for CRYENGINE 5.5", "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "cvars": { "$id": "/definitions/cvars", "type": "string", "title": "Variable name", "description": "CVar name", "default": "sys_target_platforms", "enum": [...
huskyrc.json
{ "$id": "https://json.schemastore.org/huskyrc.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "definitions": { "hook": { "type": "string", "x-intellij-language-injection": "Shell Script" } }, "description": "Husky can prevent bad `git commit`,...
ops.schema.json
{ "$schema": "https://json-schema.org/draft-07/schema", "$id": "https://github.com/LeShaunJ/ops-schema/blob/main/ops.schema.json", "title": "ops.yaml", "type": "object", "description": "Confirguration for `ops`", "minProperties": 1, "if": { "required": [ "revision" ] }, "then": { "on...
apibuilder.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "definitions": { "apidoc": { "title": "API documentation", "type": "object", "properties": { "version": { "type": "string", "description": "Specifies the version of the API Buil...
loobin-1.0.json
{ "$id": "https://json.schemastore.org/loobin-1.0.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "definitions": { "ExampleUseCase": { "title": "ExampleUseCase", "description": "Use case base class", "type": "object", "properties": { ...
commands.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "commands": { "type": "object", "description": "The friendly name of the command.", "required": ["fileName"], "properties": { "fileName": { "type": "string", "description": "The name of t...
babelrc.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "allOf": [ { "$ref": "#/definitions/Options" }, { "properties": { "env": { "description": "This is an object of keys that represent different environments. For example, you may have: `{ env: { production: { /* specific...
azure-devops-extension-manifest-1.0.json
{ "$id": "https://json.schemastore.org/azure-devops-extension-manifest-1.0.json", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "Badge": { "description": "A link to external metadata badge.", "properties": { "href": { "description": "Link the user navigat...
bower.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://json.schemastore.org/bower.json", "patternProperties": { "^_": { "description": "Any property starting with _ is valid.", "additionalProperties": true } }, "properties": { "name": { "description": "The name of...
importmap.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "id": "https://json.schemastore.org/importmap.json", "properties": { "imports": { "description": "The Imports field", "type": "object", "additionalProperties": { "type": "string" } }, ...
function.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "bindingBase": { "properties": { "name": { "type": "string" }, "type": { "type": "string" }, "direction": { "type": "string", "enum": ["in", "out", "inou...
cluster.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "$ref": "#/definitions/RancherKubernetesEngineConfig", "definitions": { "AESConfiguration": { "required": [ "keys" ], "properties": { "keys": { "items": { "$ref": "#/definitions/Key" }, ...
shopware-project-schema.json
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "shopware-cli", "description": "shopware cli project configuration definition file", "$ref": "#/definitions/Config", "definitions": { "Config": { "type": "object", "title": ".shopware-project.yml", ...
version.schema.json
{ "$id": "https://github.com/ory/hydra/.schema/versions.config.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "oneOf": [ { "allOf": [ { "properties": { "version": { "const": "v2.2...
jsbeautifyrc-nested.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "allOf": [ { "$ref": "https://json.schemastore.org/jsbeautifyrc#/definitions/CHJProperties" }, { "$ref": "https://json.schemastore.org/jsbeautifyrc#/definitions/HJProperties" }, { "$ref": "https://json.schemastore.org/jsbe...
openrewrite.json
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "OpenRewrite Resource", "description": "Contains OpenRewrite resource descriptors like recipes and styles", "type": "object", "properties": { "type": { "description": "Identifies the resource type", "enum": [ "specs....
configuration.json
{ "title": "DstackConfiguration", "discriminator": { "propertyName": "type", "mapping": { "dev-environment": "#/definitions/DevEnvironmentConfiguration", "task": "#/definitions/TaskConfiguration", "service": "#/definitions/ServiceConfiguration" } }, "oneOf": [ { "$ref": "...
gherking.schema.json
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://gherking.github.io/gherking/gherking.schema.json", "title": "GherKing configuration", "properties": { "$schema": { "type": "string", "description": "The explicit schema set. It is optional, as GherKing is supported by schema...
prettierrc.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "optionsDefinition": { "type": "object", "properties": { "arrowParens": { "description": "Include parentheses around a sole arrow function parameter.", "default": "always", "oneOf": [ ...
lotus.yaml.json
{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://github.com/grnhse/lotus/pkg/types/lotus-manifest","$ref":"#/$defs/LotusManifest","$defs":{"Autoscaling":{"properties":{"metrics":{"items":{"$ref":"#/$defs/AutoscalingMetrics"},"type":"array"}},"additionalProperties":false,"type":"object","required...
api.json
{"openapi":"3.0.2","components":{"parameters":{"$filter":{"name":"$filter","in":"query","description":"\n An OData filter\n\n http://docs.oasis-open.org/odata/odata/v4.01/odata-v4.01-part1-protocol.html#sec_SystemQueryOptionfilter\n ","schema":{"type":"string"}},"$orderby":{"name":"$orderby","in":"query","descri...
libman.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "allOf": [ { "anyOf": [ { "$ref": "#/definitions/specifiedProvider" }, { "$ref": "#/definitions/defaultProvider" } ] }, { "anyOf": [ { "$ref": "#/definitions/sp...
typo3.json
{ "$id": "https://json.schemastore.org/typo3.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": true, "definitions": { "enhancerRoute": { "type": "object", "properties": { "routePath": { "type": "string" }, "_controller": { ...
schema-store-talismanrc.json
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://github.com/thoughtworks/talisman/talismanrc", "title": "schema for .talismanrc", "type": "object", "additionalProperties": false, "fileMatch": [ ".talismanrc" ], "properties": { "fileignoreconfig": { "type": "array", ...
values.schema.json
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/socialgouv/kontinuous/v1/docs/values.schema.json", "title": "schema for .kontinuous/values.yaml", "type": "object", "additionalProperties": { "type": "object", "description": "Kontinuous component", "...
buildinfo-schema.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "build-info", "description": "build-info", "type": "object", "properties": { "properties": { "type": "object", "description": "Environment variables and properties collected from the CI server", "patternProperties": { ...
noodl.schema.json
{ "$id": "https://json.schemastore.org/noodl.schema.json", "$ref": "#/definitions/RootConfig", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "Action": { "additionalProperties": {}, "properties": { "actionType": { "$ref": "#/definitions/ActionType" ...
zcodeformat-schema-0.0.1.json
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "IBM zCodeFormatSettings", "description": "JSON schema for zcodeformat.yaml or zcodeformat.json code formatter preferences files. Version 0.0.1 -- Licensed Materials - Property of IBM - (c) Copyright IBM Corporation 2022. All Rights Reserved.", "t...
camel-yaml-dsl.json
{ "$schema" : "http://json-schema.org/draft-04/schema#", "type" : "array", "items" : { "maxProperties" : 1, "definitions" : { "org.apache.camel.model.ProcessorDefinition" : { "type" : "object", "maxProperties" : 1, "properties" : { "aggregate" : { "$ref"...
drupal-layouts.json
{ "$id": "https://json.schemastore.org/drupal-layouts.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": { "type": "object", "properties": { "label": { "title": "The human-readable name", "type": "string" }, "description": { "titl...
minecraft-tag.json
{ "$comment": "https://minecraft.fandom.com/wiki/Data_Pack", "$id": "https://json.schemastore.org/minecraft-tag.json", "$schema": "http://json-schema.org/draft-07/schema#", "description": "A tag's for a Minecraft data pack config schema", "properties": { "replace": { "type": "boolean", "defaul...
devinit.schema-6.0.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "definitions": { "runObject": { "type": "object", "required": ["tool"], "properties": { "tool": { "title": "The tool name", "description": "The name of the tool to run.", ...
minecraft-template-pool.json
{ "$comment": "https://minecraft.fandom.com/wiki/Custom_world_generation#Jigsaw_pools", "$id": "https://json.schemastore.org/minecraft-template-pool.json", "$schema": "http://json-schema.org/draft-07/schema#", "description": "Configuration file defining a template pool for a data pack for Minecraft.", "proper...
appveyor.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "allOf": [ { "$ref": "#/definitions/job" } ], "definitions": { "possiblySecretString": { "anyOf": [ { "type": "string", "description": "This value will be used directly (regular string)" }, ...
minecraft-dimension.json
{ "$comment": "https://minecraft.fandom.com/wiki/Custom_dimension#Dimension_syntax", "$id": "https://json.schemastore.org/minecraft-dimension.json", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "noise": { "title": "noise options", "type": "object", "properties": {...
grunt-watch-task.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": { "$ref": "#/definitions/target" }, "definitions": { "target": { "required": ["files"], "properties": { "files": { "type": "array", "description": "One or more files to watch.", ...
traefik-v2-file-provider.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "definitions": { "httpRouter": { "type": "object", "description": "A router is in charge of connecting incoming requests to the services that can handle them. In the process, routers may use pieces of middleware...
schema-pro.json
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://github.com/goreleaser/goreleaser/pkg/config/project", "$ref": "#/$defs/Project", "$defs": { "AUR": { "properties": { "name": { "type": "string" }, "ids": { "items": { "type": "string" }, ...
template.json
{ "$id": "https://json.schemastore.org/template.json", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "datatype": { "description": "Indicates limitations on the valid values a symbol may be assigned. When specified, the symbol value is attempted to be converted to this type. The ...
webextension.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": true, "definitions": { "action": { "type": "object", "properties": { "browser_style": { "description": "Use this to include a stylesheet in your popup that will make it look consistent with the browse...
gitversion.json
{ "$id": "https://json.schemastore.org/gitversion.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": true, "default": {}, "description": "Output from the GitVersion tool, describing the current version of the repo it was executed from", "properties": { "Major": { ...
container-structure-test.json
{ "$comment": "https://github.com/GoogleContainerTools/container-structure-test", "$id": "https://json.schemastore.org/container-structure-test.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "definitions": { "envVar": { "$id": "#/definitions/envVar", ...
github-discussion.json
{ "$comment": "https://docs.github.com/en/discussions/managing-discussions-for-your-community/syntax-for-discussion-category-forms", "$id": "https://json.schemastore.org/github-discussion.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "title": {...
lerna.json
{ "$id": "https://json.schemastore.org/lerna", "$schema": "http://json-schema.org/draft-07/schema#", "description": "Lerna is a tool used in JavaScript monorepo projects. The lerna.json file is\nused to configure lerna to to best fit your project.", "properties": { "version": { "description": "The cur...
specif-1.1.json
{ "$id": "https://specif.de/v1.1/schema#", "$schema": "https://json-schema.org/draft/2019-09/schema", "definitions": { "SpecifId": { "description": "A globally unique identifier.", "type": "string", "pattern": "^[_a-zA-Z]{1}[_a-zA-Z0-9.-]*$" }, "SpecifAlternativeId": { "descrip...
tson.json
{ "$id": "https://raw.githubusercontent.com/spectral-discord/TSON/main/schema/tson.json", "$schema": "http://json-schema.org/draft-07/schema#", "title": "TSON Schema", "type": "object", "properties": { "tunings": { "type": "array", "description": "List of tuning objects", "minItems": 1, ...
config_schema.json
{ "$schema": "http://json-schema.org/draft-06/schema#", "additionalProperties": false, "definitions": { "GeneralConfig": { "additionalProperties": false, "description": "General configuration settings.", "properties": { "artifact_regions": { ...
cryproj.53.schema.json
{ "$comment": "JSON Schema for CRYENGINE 5.3", "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "cvars": { "$id": "/definitions/cvars", "type": "string", "title": "Variable name", "description": "CVar name", "default": "sys_target_platforms", "enum": [...
vars.json
{ "$id": "https://raw.githubusercontent.com/ansible/ansible-lint/main/src/ansiblelint/schemas/vars.json", "$schema": "http://json-schema.org/draft-07/schema", "anyOf": [ { "additionalProperties": false, "patternProperties": { "^(?!(False|None|True|and|any_errors_fatal|as|assert|async|await...
mtad.json
{ "$id": "http://example.com/MTA/mtad.yaml", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "generic-memory": { "type": "string", "pattern": "^[1-9][0-9]*(M|MB|G|GB|m|mb|g|gb)$" }, "module-type": { "type": "string", "anyOf": [ { "enum":...
uplugin.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "definitions": { "BuildConfiguration": { "description": "Available build configurations. Mirorred from `UnrealTargetConfiguration`.", "type": "string", "enum": [ "Unknown", "Debug", ...
creatomic.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://json.schemastore.org/creatomic.json", "properties": { "tslint.enable": { "type": "boolean", "default": true, "description": "Control whether tslint is enabled for TypeScript files or not." }, "tslint.jsEnable": { ...
artifacthub-repo.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "id": "https://json.schemastore.org/artifacthub-repo.json", "properties": { "repositoryID": { "description": "An identifier of the Artifact Hub repository where the packages will be published to", "type": "str...
fossa-deps.schema.json
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "fossa-deps", "description": "fossa-deps for dependency specification for FOSSA CLI", "$defs": { "os": { "enum": [ "alpine", "centos", "debian", "redhat", ...
config-schema.json
{ "definitions": { "Cache": { "additionalProperties": true, "type": "object", "title": "Cache", "properties": { "cfwKv": { "$ref": "#/definitions/CFWorkersKVCacheConfig" }, "file": { "$ref": "#/definitions/FileCacheConfig" }, "loc...
proxies.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "definitions": { "proxy-schema": { "type": "object", "properties": { "desc": { "type": "array", "items": { "type": "string" } }, "matchCondition"...
samcli.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "AWS SAM CLI samconfig schema", "type": "object", "properties": { "version": { "title": "Config version", "type": "number", "default": 0.1 } }, "required": [ "version" ], "additionalProperties": false, "patt...
statamic.blueprint.schema.json
{ "title": "A Statamic Blueprint JSON Schema", "$id": "https://arroba-it.de/statamic.blueprint.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "oneOf": [ { "required": [ "tabs" ] }, { "required": [ "sections" ] } ]...
sarif-external-property-file-2.1.0-rtm.5.json
{ "$id": "https://json.schemastore.org/sarif-external-property-file-2.1.0-rtm.5.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...
vsconfig.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://json.schemastore.org/vsconfig.json", "properties": { "version": { "description": "The version of the component configuration file format.", "type": "string", "pattern": "^(\\d+\\.)?(\\d+\\.)?(\\d+\\.)?(\\d+)$" }, ...
bxci.schema-2.x.json
{ "$id": "https://json.schemastore.org/bxci.schema-2.x.json", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "branchPattern": { "description": "Regular expression for validating branch names", "type": "string" }, "timeout": { "description": "Timeout in seconds...
samt.json
{ "$id": "https://json.schemastore.org/samt.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "source": { "description": "Path to the source directory, defaults to ./src", "type": "string", "format": "uri-reference" }, "repo...
meta.schema.json
{ "$defs": { "AliasPredicateEnum": { "description": "permissible values for the relationship between an element and an alias", "enum": [ "EXACT_SYNONYM", "RELATED_SYNONYM", "BROAD_SYNONYM", "NARROW_SYNONYM" ]...
ssh-agent-config.json
{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "AgentConfig", "description": "Defines *user* configuration for the SSH agent, and allows the user to configure which accounts, vaults, and items should be considered for use by the SSH agent.", "type": "object", "required": ["ssh-keys"], "pro...
grunt-task.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": { "anyOf": [ { "$ref": "#/definitions/fileFormat" }, { "$ref": "#/definitions/dynamic" } ] }, "definitions": { "dynamic": { "type": "object", "required": ["src"], ...
debugsettings.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "profile": { "type": "object", "required": ["name"], "allOf": [ { "$ref": "#/definitions/content" } ], "anyOf": [ { "properties": { "executablePath": { ...
schema-org-thing.json
{ "$comment": "Version 1.1", "$schema": "http://json-schema.org/draft-04/schema#", "anyOf": [ { "$ref": "https://json.schemastore.org/jsonld.json" } ], "description": "This is a JSON schema representation of the schema.org Thing schema: https://schema.org/Thing", "id": "https://json.schemastor...
journey-map.schema.json
{ "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "Config": { "description": "图表配置", "properties": { "color": { "description": "旅程图主色风格", "type": "string" }, "height": { "$ref": "#/definitions/Partial<Record<SectionType,num...
zuul.json
{ "$id": "https://json.schemastore.org/zuul.json", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "JobEntry": { "additionalProperties": false, "properties": { "job": { "$ref": "#/definitions/JobModel" } }, "required": ["job"], "ti...
all-contributors.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "definitions": {}, "description": "The configuration file used by the All Contributors CLI and GitHub bot.\nhttps://allcontributors.org/docs/en/bot/configuration", "id": "https://json.schemastore.org/base-04.json", "prope...
package.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "title": "JSON schema for NPM package.json files", "definitions": { "person": { "description": "A person who has been involved in creating or maintaining this package.", "type": [ "object", "string" ], "required": ...
minecraft-pack-mcmeta.json
{ "$comment": "https://minecraft.fandom.com/wiki/Data_Pack", "$id": "https://json.schemastore.org/minecraft-pack-mcmeta.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "description": "A pack metadata\nhttps://minecraft.fandom.com/wiki/Data_pack", "properties": { ...
linkinator-config.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://json.schemastore.org/linkinator-config.json", "properties": { "concurrency": { "description": "The number of connections to make simultaneously.", "type": "number", "default": 100 }, "config": { "description...
cicstags.json
{ "$id": "http://www.ibm.com/xmlns/prod/cics/cicstags", "$schema": "http://json-schema.org/draft-07/schema#", "title": "CICS region tagging file JSON Schema.", "description": "Super-schema that describes all versions of 'CICS region tagging file JSON Schema.'", "allOf": [ { "titl...
browser.i18n.json
{ "$id": "https://json.schemastore.org/browser.i18n.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "definitions": { "translationEntry": { "description": "Translation key", "type": "object", "properties": { "message": { "type": ...
unist.json
{ "$id": "https://json.schemastore.org/unist.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": true, "definitions": { "Point": { "description": "A point represents one place in a source file. The value of the point field implements the Point interface.", "markd...
tmlanguage.json
{ "$id": "https://json.schemastore.org/tmlanguage.json", "$ref": "#/definitions/root", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "root": { "allOf": [ { "$ref": "#/definitions/grammar" }, { "type": "object", "properties"...
drupal-config.json
{ "$id": "https://json.schemastore.org/drupal-config.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": { "title": "Configuration item", "$ref": "#/definitions/configItem" }, "definitions": { "configItem": { "type": "object", "properties": { "t...
arc-schema.json
{ "definitions": { "strictName": { "type": "string", "pattern": "^[a-z][a-z0-9\\-]+$" }, "looseName": { "type": "string", "pattern": "^[a-z][a-zA-Z0-9\\-_]+$" }, "macros": { "type": "string", "pattern": "^[a-z][a-zA-Z0-9\\-_/.]+$" }, "region": { "t...
pyrightconfig.schema.json
{ "$schema": "http://json-schema.org/draft-07/schema#", "description": "Pyright Configuration Schema", "allowComments": true, "allowTrailingCommas": true, "type": "object", "definitions": { "diagnostic": { "anyOf": [ { "type": "boolean" }, { "type": "str...
lintstagedrc.schema.json
{ "$id": "https://json.schemastore.org/lintstagedrc.schema.json", "$schema": "http://json-schema.org/draft-07/schema#", "anyOf": [ { "$ref": "#/definitions/advancedConfig" }, { "$ref": "#/definitions/basicConfig" } ], "definitions": { "$schemaProperty": { "type": "string"...
omnisharp.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "id": "https://json.schemastore.org/omnisharp.json", "properties": { "FormattingOptions": { "type": "object", "description": "Used to control C# formatting", "properties": { "EnableEditorConfigSupport": { "type": "bool...
cosmos-config.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "id": "https://json.schemastore.org/cosmos-config.json", "properties": { "$schema": { "type": "string" }, "rootDir": { "description": "The root directory that all others paths in this config are relati...
venvironment-schema.json
{ "$id": "https://json.schemastore.org/venvironment-schema.json", "$ref": "#/definitions/24768/full", "$schema": "http://json-schema.org/draft-07/schema#", "definitions": { "24768": { "full": { "$schema": "http://json-schema.org/draft-07/schema#", "title": "venvironment schema", ...
rehyperc.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "id": "https://json.schemastore.org/rehyperc.json", "properties": { "plugins": { "description": "The plugins field, related to plugins in options, has either an array of plugin names (or paths) or plugin–options tup...
bungee-plugin.json
{ "$id": "https://json.schemastore.org/bungee-plugin", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": true, "definitions": { "plugin-name": { "type": "string", "pattern": "^[A-Za-z0-9_\\.-]+$" } }, "properties": { "name": { "description": "The nam...
config_schema_v1.0.json
{ "$schema": "http://json-schema.org/draft-07/schema", "type": "object", "title": "Schema for cog.yaml", "description": "Defines how to build a Docker image and how to run predictions on your model inside that image.", "properties": { "build": { "$id": "#/properties/build", "type": "object", ...
launchsettings.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "profile": { "type": "object", "allOf": [ { "$ref": "#/definitions/profileContent" } ], "required": ["commandName"] }, "iisSetting": { "type": "object", "allOf": [ ...
gcp-blueprint-metadata.json
{ "$defs": { "BlueprintActuationTool": { "properties": { "flavor": { "type": "string" }, "version": { "type": "string" } }, "additionalProperties": false, "type": "object" }, "BlueprintArchitecture": { "properties": { ...
aiproj-1.1.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "description": "Settings for project analysis by the Application Inspector", "id": "https://json.schemastore.org/aiproj-1.1.json", "properties": { "$schema": { "type": "string" }, "Version": { "type"...
remarkrc.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": false, "id": "https://json.schemastore.org/remarkrc.json", "properties": { "plugins": { "description": "The plugins field, related to plugins in options, has either an array of plugin names (or paths) or plugin–options tup...
kustomization.json
{ "$ref": "#/definitions/Kustomization", "$schema": "http://json-schema.org/draft-04/schema#", "definitions": { "ConfigMapArgs": { "description": "ConfigMapArgs contains the metadata of how to generate a configmap", "properties": { "KVSources": { "items": { "$ref": "#...
sil-kit-participant-configuration.json
{ "$id": "https://json.schemastore.org/sil-kit-participant-configuration.json", "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "definitions": { "Description": { "type": "string", "description": "Free text commenting on or summarizing this configuration. Opti...
tsdrc.json
{ "$schema": "http://json-schema.org/draft-04/schema#", "additionalProperties": true, "id": "https://json.schemastore.org/tsdrc.json", "properties": { "strictSSL": { "type": "boolean", "description": "Enabled by default, setting this option to false disables strict SSL. Passed to request package...