name stringlengths 7 62 | content stringlengths 200 6.79M |
|---|---|
cryproj.dev.schema.json | {
"$comment": "JSON Schema for CRYENGINE dev",
"$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": [... |
web-types.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"definitions": {
"js-types-syntax": {
"description": "Language in which JavaScript objects types are specified.",
"type": "string",
"enum": ["typescript"]
},
"description-markup": {
"descript... |
dotnetcli.host.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"symbolInfo": {
"properties": {
"isHidden": {
"anyOf": [
{
"type": "boolean"
},
{
"pattern": "^(true|false)$"
}
]
},
... |
ava.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"definitions": {
"path": {
"type": "string",
"minLength": 1
},
"array-of-strings": {
"type": "array",
"items": {
"type": "string"
}
},
"array-of-paths": {
"type": ... |
azure-iot-edge-deployment-2.0.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"definitions": {
"moduleType": {
"enum": ["docker"]
},
"status": {
"enum": ["running", "stopped"]
},
"restartPolicy": {
"enum": ["never", "on-failure", "on-unhealthy", "always"]
},
... |
ansible-lint-config.json | {
"$defs": {
"rule": {
"additionalProperties": false,
"properties": {
"exclude_paths": {
"items": {
"type": "string"
},
"title": "Glob-like paths to be excluded.",
"type": "array"
}
},
"type": "object"
}
},
"$id": ... |
kong_json_schema.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"definitions": {
"ACLGroup": {
"required": ["group"],
"properties": {
"consumer": {
"$ref": "#/definitions/Consumer"
},
"created_at": {
"type": "integer"
},
... |
schema-project.json | {
"title": "JSON schema for Outblocks project configuration files",
"$schema": "http://json-schema.org/draft-04/schema",
"$ref": "#/definitions/OutblocksProject",
"definitions": {
"OutblocksProject": {
"title": "Outblocks",
"type": "object",
"additionalProperties": false,
"properties... |
airlock-microgateway-3.2.json | {
"$id": "https://json.schemastore.org/airlock-microgateway-3.2.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"definitions": {
"DefaultActionDto": {
"title": "dto action",
"type": "object",
"properties": {
"enabled": {
"type":... |
stylecop.schema.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://raw.githubusercontent.com/DotNetAnalyzers/StyleCopAnalyzers/master/StyleCop.Analyzers/StyleCop.Analyzers/Settings/stylecop.schema.json",
"title": "StyleCop Analyzers Configuration",
"description": "Configuration file for StyleCop Analyzers",... |
hazelcast-config-5.3.json | {
"$schema": "http://json-schema.org/draft-06/schema",
"type": "object",
"properties": {
"hazelcast": {
"type": "object",
"additionalProperties": false,
"properties": {
"import": {
"$ref": "#/definitions/Import"
},
"config-replacers": {
"$ref": "#/... |
eslintrc.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"stringOrStringArray": {
"oneOf": [
{
"type": "string"
},
{
"type": "array",
"items": {
"type": "string"
}
}
]
},
"rule": {
"oneO... |
sourcemap-v3.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"sectionMap": {
"anyOf": [
{
"properties": {
"url": {
"type": "string"
}
}
},
{
"properties": {
"map": {
"$ref": "#... |
sarif-2.1.0-rtm.3.json | {
"$id": "https://json.schemastore.org/sarif-2.1.0-rtm.3.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... |
discovery.schema.json | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://meltano.com/discovery.schema.json",
"title": "JSON Schema for discovery.yml",
"description": "Meltano (https://meltano.com) is an open source platform for building, running & orchestrating ELT pipelines",
"type": "object",
"additio... |
strmprivacy.api.entities.v1.Stream.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"$ref": "#/definitions/strmprivacy.api.entities.v1.Stream",
"definitions": {
"strmprivacy.api.entities.v1.ConsentLevelType": {
"enum": [
"CONSENT_LEVEL_TYPE_UNSPECIFIED",
0,
"CUMULATIVE",
1,
"GRANULAR",
... |
minecraft-configured-carver.json | {
"$comment": "https://minecraft.fandom.com/wiki/Custom_world_generation#Carvers",
"$id": "https://json.schemastore.org/minecraft-configured-carver.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "A carver for a data pack for Minecraft\nhttps://minecraft.fandom.com/wiki/Custom_world_... |
jx-requirements.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"$ref": "#/definitions/Requirements",
"definitions": {
"AutoUpdateConfig": {
"properties": {
"autoMerge": {
"type": "boolean"
},
"enabled": {
"type": "boolean"
},
"schedule": {
"... |
csslintrc.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"rule": {
"description": "CSS Lint rule\n\n'false' means rule is off\n'true' means it is a warning\n'2' means the rule is an error",
"enum": [2, true, false]
}
},
"id": "https://json.schemastore.org/csslintrc.json",
"... |
drone.json | {
"$id": "https://json.schemastore.org/drone.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"nonEmptyString": {
"type": "string",
"minLength": 1
},
"platform": {
"type": "object",
"properties": {
"os": {
"type": "string",
... |
execution-environment.json | {
"$defs": {
"TYPE_DictOrStringOrListOfStrings": {
"anyOf": [
{ "type": "object" },
{ "type": "string" },
{
"items": {
"type": "string"
},
"type": "array"
}
]
},
"TYPE_StringOrListOfStrings": {
"anyOf": [
{... |
devfile.json | {
"description": "Devfile describes the structure of a cloud-native devworkspace and development environment.",
"type": "object",
"title": "Devfile schema - Version 2.2.0",
"required": [
"schemaVersion"
],
"properties": {
"attributes": {
"description": "Map of implementation-dependant free-for... |
vss-extension.json | {
"$id": "https://json.schemastore.org/vss-extension",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"id_pattern": {
"pattern": "^[a-zA-Z0-9][a-zA-Z0-9-]+$"
},
"demand_pattern": {
"pattern": "^((environment/cloud|environment/onprem)|(api-version|extension|contribut... |
hugo.json | {
"$comment": "https://gohugo.io/getting-started/configuration/",
"$id": "https://json.schemastore.org/hugo.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"uniqueStringArray": {
"type": "array",
"uniqueItems": true,
"items": {
"type": "string",
... |
ui5.yaml.json | {
"$schema": "http://json-schema.org/draft-07/schema",
"title": "ui5.yaml",
"description": "Schema for UI5 Tooling Configuration File (ui5.yaml)",
"$comment": "See https://sap.github.io/ui5-tooling/",
"type": "object",
"required": [
"specVersion"
],
"properties": {
"specVersion": {
"enum":... |
jsdoc-1.0.0.json | {
"$id": "https://json.schemastore.org/jsdoc-1.0.0.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"plugins": {
"type": "array",
"title": "Configuring plugins",
"description": "Enables plugins for JSDoc",
"default": [],
"examples": [["plugins/markdown... |
2021-07.json | {
"$schema": "http://json-schema.org/draft-04/schema",
"id": "https://json.schemastore.org/gatewaycore-options-2021-07",
"title": "Cloudtoid GatewayCore Options",
"description": "Root Schema of options for Cloudtoid GatewayCore",
"type": "object",
"additionalProperties": false,
"properties": {
"system... |
sarif-2.1.0.json | {
"$id": "https://raw.githubusercontent.com/oasis-tcs/sarif-spec/master/Schemata/sarif-schema-2.1.0.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 'a... |
travis.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"allOf": [
{
"$ref": "#/definitions/job"
},
{
"type": "object",
"properties": {
"notifications": {
"type": "object",
"properties": {
"webhooks": {
"oneOf": [
{
... |
prometheus.rules.test.json | {
"$id": "https://json.schemastore.org/prometheus.rules.test.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"definitions": {
"alert": {
"properties": {
"exp_annotations": {
"$ref": "#/definitions/labels",
"description": "Expanded... |
megalinter-descriptor.jsonschema.json | {
"$id": "http://github.com/oxsecurity/megalinter-descriptor.json",
"$schema": "http://json-schema.org/draft-07/schema",
"additionalProperties": false,
"definitions": {
"command_info": {
"description": "Command information",
"properties": {
"command": {
"examples": [
... |
megalinter-configuration.jsonschema.json | {
"$id": "http://github.com/oxsecurity/megalinter-configuration.json",
"$schema": "http://json-schema.org/draft-07/schema",
"additionalProperties": false,
"definitions": {
"command_info": {
"description": "Command information",
"properties": {
"command": {
"examples": [
... |
codux.config.schema.json | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {
"addPanel": { "$ref": "#/$defs/AddPanelConfig" },
"svgLoader": {
"description": "Configures how SVG assets load.\nRefer to https://help.codux.com/kb/en/article/kb17934 for more information.",
"type":... |
asmdef.json | {
"$id": "https://json.schemastore.org/asmdef.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"anyOf": [
{
"properties": {
"includePlatforms": {
"minItems": 1
},
"excludePlatforms": {
"maxItems": 0
}
}
},
{
"properties"... |
dependabot.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {},
"id": "https://json.schemastore.org/dependabot.json",
"properties": {
"version": {
"type": "integer",
"default": 1,
"examples": [1],
"minimum": 1,
"maximum": 1
},
"update_configs": {
"type"... |
collection_schema.json | {"$schema":"https://json-schema.org/draft-04/schema","properties":{"tags":{"items":{"type":"string"},"type":"array","description":"List of tags.\n"},"name":{"description":"The mandatory name of the node. If not present, node will be\nskipped at runtime. It is used for example in debug log to help\nyou track things.\n",... |
ize-spec.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"aws_profile": {
"type": "string",
"description": "(optional) AWS Profile can be specified here (but normally it's specified via AWS_PROFILE env var)"
},
"aws_region": {
... |
liquibase-3.2.json | {
"$id": "https://json.schemastore.org/liquibase-3.2.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": true,
"default": {},
"definitions": {
"catalogName": {
"description": "The name of the catalog",
"type": "string",
"default": ""
},
"schemaNam... |
resources.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "dolittle.io/schemas/DotNET.Fundamentals/ResourceTypes.Configuration/resources.json",
"title": "Resource Configuration",
"description": "The resource configurations mapped to tenant id",
"type": "object",
"additionalProperties": {
... |
jd2mcr.schema.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/sergxerj/jdownloader2-crawler-rule-json-schema/main/multi-jd2cr.schema.json",
"title": "Jdownloader2 Crawler Rule definition (multi-rule file)",
"description": "An array of crawler rules.\n - Anything prefixed as \"... |
3.0.schema.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Roadrunner config file schema version 3",
"description": "Roadrunner config file schema version 3",
"type": "object",
"additionalProperties": true,
"minProperties": 1,
"properties": {
"version": {
"descript... |
bitrise.json | {
"$ref": "#/definitions/BitriseDataModel",
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"AppModel": {
"properties": {
"title": {
"type": "string"
},
"summary": {
"type": "string"
},
"description": {
"type": ... |
meta.json | {
"$defs": {
"AIXPlatformModel": {
"properties": {
"name": {
"const": "AIX",
"title": "Name",
"type": "string"
},
"versions": {
"default": "all",
"items": {
"enum": ["6.1", "7.1", "7.2", "all"],
"type": "string... |
vtestunit-schema.json | {
"$id": "https://json.schemastore.org/vtestunit-schema.json",
"$ref": "#/definitions/636d/full",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"636d": {
"full": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Json schema for test unit configu... |
jx-schema.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"$ref": "#/definitions/ProjectConfig",
"definitions": {
"AWSElasticBlockStoreVolumeSource": {
"properties": {
"fsType": {
"type": "string"
},
"partition": {
"type": "integer"
},
"readOnly"... |
drupal-links-contextual.json | {
"$id": "https://json.schemastore.org/drupal-links-contextual.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_... |
datalogic-scan2deploy-ce.json | {
"$id": "http://example.com/root.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {},
"description": "Schema to validate Windows CE JSON files given as input to DL-Config to generate Scan2Deploy barcodes",
"properties": {
"layout": {
"$id": "#/properties/layout",
"t... |
jd2cr.schema.json | {
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/sergxerj/jdownloader2-crawler-rule-json-schema/main/jd2cr.schema.json",
"title": "Jdownloader2 Crawler Rule definition (single-rule file)",
"description": "A crawler rule.\n - Anything prefixed as \"HTML RegEx\" wil... |
datahub_ingestion_schema.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://json.schemastore.org/datahub-ingestion",
"title": "Datahub Ingestion",
"description": "Root schema of Datahub Ingestion",
"definitions": {
"console_sink": {
"type": "object",
"properties": {
... |
lsdlschema.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"anyOf": [
{
"$ref": "https://json.schemastore.org/lsdlschema-3.4.json"
},
{
"$ref": "https://json.schemastore.org/lsdlschema-3.3.json"
},
{
"$ref": "https://json.schemastore.org/lsdlschema-3.2.json"
},
{
"$r... |
fossa-yml.v3.schema.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": ".fossa.yaml",
"description": ".fossa.yaml specification for FOSSA CLI 2.x or greater",
"$defs": {
"project": {
"type": "object",
"description": "The project fields allow you to configure settings for the pr... |
compose-spec.json | {
"$schema": "https://json-schema.org/draft/2019-09/schema#",
"id": "compose_spec.json",
"type": "object",
"title": "Compose Specification",
"description": "The Compose file is a YAML file defining a multi-containers based application.",
"properties": {
"version": {
"type": "string",
"descr... |
entity.beef.json | {
"title": "JSON Schema for Beef Entity code-generation (https://github.com/Avanade/Beef).",
"$schema": "https://json-schema.org/draft-04/schema#",
"definitions": {
"CodeGeneration": {
"type": "object",
"title": "'CodeGeneration' object (entity-driven)",
"description": "The 'CodeGeneration' ... |
base-04.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"nullable-array": {
"id": "nullable-array",
"type": ["array", "null"]
},
"nullable-boolean": {
"id": "nullable-boolean",
"type": ["boolean", "null"]
},
"nullable-integer": {
"id": "nullable-int... |
tsoa.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"allOf": [
{
"$ref": "https://json.schemastore.org/tsconfig#/definitions/compilerOptionsDefinition"
},
{
"properties": {
"controllerPathGlobs": {
"description": "An array of path globs that point to your route controll... |
vtesttree-schema.json | {
"$id": "https://json.schemastore.org/vtesttree-schema.json",
"$ref": "#/definitions/51e8/full",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"51e8": {
"full": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Json schema for vtesttree.yaml fi... |
func_yaml-schema.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"$ref": "#/definitions/Function",
"definitions": {
"BuildSpec": {
"required": [
"buildpacks",
"builder",
"buildEnvs"
],
"properties": {
"git": {
"$schema": "http://json-schema.org/draft-04/schema#",
"$ref": "#/definitions/Gi... |
bundleconfig.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"jsBundle": {
"properties": {
"outputFileName": {
"pattern": "\\.js$"
},
"sourceMap": {
"description": "JavaScript only. Set to true to produce a source map.",
"type": "boolean"
... |
clab.schema.json | {
"$id": "https://containerlab.dev/clab.schema.json",
"$schema": "https://json-schema.org/draft-07/schema#",
"title": "Containerlab topology definition file",
"definitions": {
"node-config": {
"type": "object",
"description": "topology node configuration container",
... |
block.json | {
"title": "JSON schema for WordPress blocks",
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"//": {
"reference": "https://developer.wordpress.org/block-editor/reference-guides/block-api/block-metadata/",
"attributesReference": "https://developer.wordpress.org/block-editor/reference-... |
1.0.schema.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Error-Pages config file schema",
"description": "Error-Pages config file schema.",
"type": "object",
"properties": {
"templates": {
"type": "array",
"description": "Templates list",
"items":... |
bozr.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Bozr test suite schema definition",
"id": "https://json.schemastore.org/bozr.json",
"items": {
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"type": "string",
"description": "Sh... |
secrethub.json | {
"$schema": "http://json-schema.org/draft-07/schema",
"title": "repository",
"description": "A repository of the current user\nhttps://github.com/DannyBen/secret_hub#bulk-operations",
"type": "object",
"patternProperties": {
".": {
"title": "secrets",
"description": ... |
keycloak-19.0.0.json | {
"openapi": "3.0.1",
"info": {
"title": "Keycloak REST Api",
"description": "This is a REST API reference for the Keycloak Admin",
"version": "1"
},
"paths": {
"/": {
"get": {
"tags": [
"RealmsAdmin"
],
"description": "/\nGet accessible realms\n\nReturns ... |
main.json | {
"$schema": "https://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/QuiltMC/quilt-json-schemas/main/quilt.mod.json/schemas/main.json",
"title": "QuiltMC Mod Metadata (Version-agnostic)",
"type": "object",
"properties": {
"schema_version": {
"enum": [1],
"default":... |
tsd.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://json.schemastore.org/tsd.json",
"properties": {
"bundle": {
"description": "Path to a '.d.ts' bundle file (see below). Change this if you want the bundle to be closer to the actual source files. TSD will create the appropriate relati... |
all.schema-store.json | {
"$id": "http://asyncapi.com/schema-store/all.schema-store.json",
"$schema": "http://json-schema.org/draft-07/schema",
"title": "JSON Schema documents for all AsyncAPI spec versions",
"description": "All AsyncAPI JSON Schema documents listed in one file. Needed for serving all documents through schemastore.org... |
behat.json | {
"$id": "https://json.schemastore.org/behat.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": {
"title": "Profile name",
"$ref": "#/definitions/profile"
},
"definitions": {
"profile": {
"title": "Profile",
"type": "object",
"properties": {
... |
prisma.json | {
"$id": "https://json.schemastore.org/prisma.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"definitions": {
"subscription": {
"description": "A piece of code that you should run.",
"type": "object",
"properties": {
"query": {
... |
asconfig-schema.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"definitions": {
"nonEmptyString": {
"type": "string",
"minLength": 1
},
"arrayOfNonEmptyStrings": {
"type": "array",
"uniqueItems": true,
"items": {
"$ref": "#/definitions/nonE... |
sarif-external-property-file-2.1.0-rtm.2.json | {
"$id": "https://json.schemastore.org/sarif-external-property-file-2.1.0-rtm.2.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... |
entity.beef-5.json | {
"title": "JSON Schema for Beef Entity code-generation (https://github.com/Avanade/Beef).",
"$schema": "https://json-schema.org/draft-04/schema#",
"definitions": {
"CodeGeneration": {
"type": "object",
"title": "'CodeGeneration' object (entity-driven)",
"description": "The 'CodeGeneration' ... |
rancher-fleet.json | {
"$id": "https://json.schemastore.org/rancher-fleet.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"definitions": {
"selector": {
"description": "A selector is a label query over a set of resources. The result of matchLabels and matchExpressions are ANDed.... |
minecraft-recipe.json | {
"$comment": "https://minecraft.fandom.com/wiki/Recipe#JSON_format",
"$id": "https://json.schemastore.org/minecraft-recipe.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"if": {
"properties": {
"type": {
"const": "minecraft:blasting"
... |
build-cache-node-config-schema-5.json | {
"$schema" : "http://json-schema.org/draft-07/schema#",
"definitions" : {
"Entry(String,NodeCacheUser)" : {
"type" : "object",
"properties" : {
"key" : {
"type" : "string"
},
"value" : {
"$ref" : "#/definitions/NodeCacheUser"
},
"hashCode(... |
cv.schema.json | {
"$schema" : "https://json-schema.org/draft-07/schema",
"$id" : "https://raw.githubusercontent.com/hexagonkt/codecv/master/cv.schema.json",
"$ref" : "#/$defs/Cv",
"$defs" : {
"Language" : {
"type" : "string",
"pattern" : "[a-z]{2}"
},
"Country" : {
"type" : "string",
"patter... |
strmprivacy.api.entities.v1.BatchJob.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"$ref": "#/definitions/strmprivacy.api.entities.v1.BatchJob",
"definitions": {
"strmprivacy.api.entities.v1.ConsentLevelExtractor": {
"type": "object",
"properties": {
"field": {
"$ref": "#/definitions/strmprivacy.api.entiti... |
portman-config-schema.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"definitions": {
},
"description": "Portman by Apideck allows you to port your OpenApi Spec to a Postman Collection, inject a powerful test suite, and run your tests with Newman. Details about all configuration options can ... |
ffizer.schema.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "TemplateCfg",
"type": "object",
"properties": {
"ignores": {
"description": "list of path from the current template to ignore",
"default": [],
"type": "array",
"items": {
"type": "string"
}
},
"im... |
up.json | {
"$id": "https://json.schemastore.org/up.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"name": {
"type": "string",
"title": "Name of the project.",
"description": "A machine-friendly project name.",
"examples": ["apex-site", "apex-api", "ping-app"]
}... |
saucectl.schema.json | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "SauceCTL Runner Configuration",
"description": "Configuration file for saucectl.",
"type": "object",
"properties": {
"kind": {
"enum": [
"apitest",
"cypress",
"espresso",
"imagerunner",
"pl... |
config.json | {
"$schema": "http://json-schema.org/draft-04/schema",
"$id": "https://www.updatecli.io/latest/schema/spec",
"properties": {
"name": {
"type": "string",
"description": "Name defines a pipeline name"
},
"pipelineid": {
"type": "string",
... |
ci.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://gitlab.com/.gitlab-ci.yml",
"markdownDescription": "Gitlab has a built-in solution for doing CI called Gitlab CI. It is configured by supplying a file called `.gitlab-ci.yml`, which will list all the jobs that are going to run for the project... |
mocharc.json | {
"$id": "https://json.schemastore.org/mocharc",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": true,
"definitions": {
"bool": {
"type": "boolean"
},
"int": {
"type": "integer",
"minimum": 0
},
"string": {
"type": "string"
},
"st... |
embrace-config-schema-1.0.0.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": true,
"description": "JSON Schema definition for the Embrace configuration file.",
"id": "https://json.schemastore.org/embrace-config-schema-1.0.0.json",
"properties": {
"app_id": {
"description": "Your 5 character app I... |
github-action.json | {
"$comment": "https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions",
"$id": "https://json.schemastore.org/github-action.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"definitions": {
"expressionSyntax": {
"type": "strin... |
jsonConfig.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|zh-cn": {
"type": "string"
}
},
"additionalProperties": fals... |
dockerd.json | {
"$id": "https://json.schemastore.org/dockerd.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "https://docs.docker.com/engine/reference/commandline/dockerd/#daemon",
"properties": {
"allow-nondistributable-artifacts": {
"type": "array",
"items": {}
},
"api-co... |
templatesources.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://json.schemastore.org/templatesources.json",
"properties": {
"sources": {
"description": "Includes information regarding all sources that have been added to SideWaffle.",
"type": "array",
"items": {
"type": "object... |
local.settings.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"default": {
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "",
"FUNCTIONS_WORKER_RUNTIME": ""
}
},
"id": "https://json.schemastore.org/local.settings.json",
"properties": {
"IsEncrypted": {
"type": "boolean",
... |
dbt_project.json | {
"title": "dbt_project",
"type": "object",
"required": ["name"],
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"version": {
"type": "string"
},
"name": {
"type": "string"
},
"analysis-paths": {
"$ref": "#/$defs/array_of_strings"
},
"asset-... |
ansible-navigator.json | {
"$schema": "http://json-schema.org/draft-07/schema",
"additionalProperties": false,
"properties": {
"ansible-navigator": {
"additionalProperties": false,
"properties": {
"ansible": {
"additionalProperties": false,
"pro... |
aliases.json | {
"$id": "https://json.schemastore.org/aliases.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"description": "An alias of the current directory\nhttps://github.com/sebglazebrook/aliases#usage",
"patternProperties": {
"^[^ ]+$": {
"title": "alias",
"... |
blueprint-spec2-schema.json | {
"$schema": "http://json-schema.org/draft-06/schema#",
"$ref": "#/definitions/Torque-Blueprint-Spec2",
"definitions": {
"Torque-Blueprint-Spec2": {
"type": "object",
"additionalProperties": false,
"properties": {
"spec_version": {
... |
safebox-schema-v1.0.0.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "Configuration for safebox to deploy parameters to various parameter stores",
"id": "https://json.schemastore.org/safebox-schema-v1.0.0.json",
"properties": {
"service": {
"type": "string",
"d... |
npm-badges.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "An object hash containing an `items` array and optionally a `config` object",
"id": "https://json.schemastore.org/npm-badges.json",
"properties": {
"list": {
"type": "array",
"description": "... |
yamllint.json | {
"$comment": "https://yamllint.readthedocs.io/en/stable/configuration.html",
"$ref": "#/definitions/ignore",
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"toggle": {
"type": "string",
"enum": ["enable", "disable"]
},
"ignore": {
"properties": {
"i... |
pocketmine-plugin.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": {},
"definitions": {
"PermissionChildren": {
"additionalProperties": {
"properties": {
"children": {
"$ref": "#/definitions/PermissionChildren",
"description": "The child permissions... |
collection.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://schema.getpostman.com/json/draft-07/collection/v2.1.0/",
"type": "object",
"properties": {
"info": {
"$ref": "#/definitions/info"
},
"item": {
"type": "array",
"description... |
block-metadata.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"BlockMetadataRepository": {
"anyOf": [
{
"properties": {
"directory": {
"type": "string"
},
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.