name stringlengths 7 62 | content stringlengths 200 6.79M |
|---|---|
ruleset_schema.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/ansible/ansible-rulebook/main/ansible_rulebook/schema/ruleset_schema.json",
"type": "array",
"items": {
"$ref": "#/$defs/ruleset"
},
"minItems": 1,
"examples": [
"rulebooks/*.yml... |
paf-module.schema.json | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"line_endings": "unix",
"$id": "https://qualisys.com/schemas/paf-module",
"title": "Qualisys PAF Module",
"description": "A settings.paf file used by Qualisys Project Automation Framework (PAF) Modules",
"type": "object",
"properties": {
"Project ID... |
ninjs-2.0.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "A news item as JSON object -- copyright 2021 IPTC - International Press Telecommunications Council - www.iptc.org - This document is published under the Creative Commons Attribution 4.0 license, see http://crea... |
snapcraft.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"grammar-string": {
"oneOf": [
{
"type": "string",
"usage": "<string>"
},
{
"type": "array",
... |
schema-org-action.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 Action schema: https://schema.org/Action",
"id": "https://json.schemastore.org/schema-org-... |
project-1.0.0-beta3.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"compilationOptions": {
"type": "object",
"properties": {
"define": {
"type": "array",
"uniqueItems": true,
"items": {
"type": "string"
}
},
"warningsA... |
gradle-enterprise-config-schema-7.json | {
"$schema" : "http://json-schema.org/draft-07/schema#",
"definitions" : {
"ConfigParamKey" : {
"type" : "string",
"pattern" : "^(?=[^=]+$)(?!\\s+$)(.|\\n)+$"
},
"EmailAddress" : {
"type" : "string",
"pattern" : "^.+@.+$",
"format" : "gradle-enterprise:email-address",
... |
sil-kit-registry-configuration.json | {
"$id": "https://json.schemastore.org/sil-kit-registry-configuration.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"definitions": {
"Logging": {
"type": "object",
"description": "Configures the properties of the SIL Kit Logging Service",
"prop... |
config.schema.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"$ref": "#/definitions/Config",
"definitions": {
"BazelStep": {
"properties": {
"build_targets": {
"items": {
"type": "string"
},
"type": "array",
"description": "List of bazel targets to ... |
avro-avsc.json | {
"$id": "https://json.schemastore.org/avro-avsc.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"avroSchema": {
"title": "Avro Schema",
"description": "Root Schema",
"oneOf": [
{
"$ref": "#/definitions/types"
}
]
},
"type... |
metadata.json | {
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://f-droid.org/metadata.yml",
"title": "F-Droid Data metadata",
"description": "For every app on F-Droid a metadata file in the format of <application-id>.yml have to be provided, in order to build an app or check or if it has been updated. See... |
feed.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"definitions": {
"item": {
"required": ["id"],
"additionalProperties": false,
"oneOf": [
{
"required": ["content_html"],
"not": {
"required": ["content_text"]
... |
grunt-copy-task.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": {
"allOf": [
{
"$ref": "https://json.schemastore.org/grunt-task#/additionalProperties"
},
{
"type": "object",
"properties": {
"options": {
"$ref": "#/definitions/option... |
fly.json | {
"$id": "https://json.schemastore.org/fly.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"statics": {
"type": "object",
"required": ["guest_path", "url_prefix"],
"additionalProperties": false,
"properties": {
"guest_path": {
"descriptio... |
clib.json | {
"$id": "https://json.schemastore.org/clib.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": true,
"properties": {
"name": {
"description": "The name of the package\n\nhttps://github.com/clibs/clib/wiki/Explanation-of-clib.json#name",
"type": "string",
"... |
pgap_yaml_input_reader.json | {
"$id": "https://json.schemastore.org/pgap_yaml_input_reader",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"definitions": {},
"description": "NCBI Prokaryotic Genome Annotation Pipeline (PGAP) input metadata (submol) JSON/YAML configuration file",
"properties": {
... |
rust-toolchain.json | {
"$id": "https://json.schemastore.org/rust-toolchain.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "https://rust-lang.github.io/rustup/overrides.html#the-toolchain-file",
"properties": {
"toolchain": {
"description": "A `toolchain` is a complete installation of the Rust ... |
KSP-AVC.schema.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Add-on Version Checker file",
"description": "A KSP-AVC version file's content",
"type": "object",
"properties": {
"NAME": {
"description": "The display name for the add-on",
"type": "string"
},... |
minecraft-predicate.json | {
"$comment": "https://minecraft.fandom.com/wiki/Predicate",
"$id": "https://json.schemastore.org/minecraft-predicate.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"if": {
"properties": {
"conditions": {
"const": "minecraft:alternative"
... |
project-1.0.0-beta8.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"compilationOptions": {
"type": "object",
"properties": {
"define": {
"type": "array",
"uniqueItems": true,
"items": {
"type": "string"
}
},
"warningsA... |
postcssrc.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"definitions": {
"ConfigPlugin": {
"oneOf": [
{
"type": "object"
},
{
"enum": [false]
}
]
}
},
"id": "https://json.schemastore.org/postcssrc.json",
"... |
venvironment-basic-schema.json | {
"$id": "https://json.schemastore.org/venvironment-basic-schema.json",
"$ref": "#/definitions/137d/full",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"137d": {
"full": {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "venvironment-basic schem... |
meta-schema.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://dwp.gov.uk/exchange/publishing-tools/apigw/meta-schema.json",
"title": "Meta",
"type": "object",
"properties": {
"workspace": {
"$id": "#root/workspace",
"title": "Workspace",
"type": "string",
"minLength": 2,
... |
es6importsorterrc.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"id": "https://json.schemastore.org/base-04.json",
"properties": {
"sourcePrefixes": {
"description": "The prefixes of your source imports. Ex: import sth from '@data' => '@' can considered as a sourcePrefix",
... |
grunt-clean-task.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": {
"anyOf": [
{
"$ref": "https://json.schemastore.org/grunt-task#/definitions/fileFormat"
},
{
"$ref": "https://json.schemastore.org/grunt-task#/definitions/dynamic"
},
{
"type": ... |
cryproj.52.schema.json | {
"$comment": "JSON Schema for CRYENGINE 5.2",
"$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": [... |
bitbucket-pipelines.schema.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://bitbucket.org/pipelines.json",
"definitions": {
"image_name": {
"type": "string",
"description": "Name of the Docker image which may or may not include registry URL, tag, and digest value",
"default": "atlassian/default-... |
base.json | {
"$id": "https://json.schemastore.org/base.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"nullable-array": {
"$id": "nullable-array",
"type": ["array", "null"]
},
"nullable-boolean": {
"$id": "nullable-boolean",
"type": ["boolean", "null"]
}... |
bettercodehub.json | {
"$comment": "https://www.bettercodehub.com/docs/configuration-manual",
"$id": "https://json.schemastore.org/bettercodehub.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"definitions": {
"supportedProgrammingLanguage": {
"type": "string",
"enum": [... |
netlify.json | {
"$id": "https://json.schemastore.org/netlify.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"collectionItems": {
"properties": {
"fields": {
"$ref": "#/definitions/fields"
},
"label": {
"description": "label for the collection ... |
reference.json | {
"$schema": "https://json-schema.org/draft-07/schema#",
"title": "ServerlessFrameworkConfiguration",
"description": "Schema for serverless framework configuration files",
"fileMatch": ["serverless.yml", "serverless.yaml"],
"definitions": {
"Transform": {
"type": "object",
"oneOf": [
{... |
compile-commands.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"commandObject": {
"properties": {
"directory": {
"description": "The working directory of the compilation. All paths specified in the command or file fields must be either absolute or relative to this directory.",
... |
typings.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": true,
"id": "https://json.schemastore.org/typings.json",
"properties": {
"main": {
"description": "The entry point to the definition (canonical to `\"main\"` in NPM's `package.json`).",
"type": "string"
},
"b... |
zinoma-schema.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Project",
"description": "Schema of the build flow configuration file `zinoma.yml`.\n\nIn order to use Žinoma with your project, you need to create a file named `zinoma.yml`. We recommend putting this file in the root directory of your project.\n\n... |
sourcehut-build-0.65.0.json | {
"$id": "https://json.schemastore.org/sourcehut-build-0.65.0.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "A recipe for Sourcehut CI service. For details, see https://man.sr.ht/builds.sr.ht/manifest.md.",
"properties": {
"image": {
"description": "Which OS image to buil... |
renovate-schema.json | {
"title": "JSON schema for Renovate config files (https://renovatebot.com/)",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"addLabels": {
"description": "Labels to add to Pull Request.",
"type": "array",
"items": {
"type": "string"
... |
esmrc.json | {
"$id": "https://json.schemastore.org/esmrc.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"cjs": {
"description": "A boolean or object for toggling CJS features in ESM",
"default": true,
"oneOf": [
{
"type": "... |
host-meta.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": true,
"definitions": {
"property": {
"type": "object",
"additionalProperties": {
"type": ["null", "string"]
}
},
"link": {
"type": "object",
"properties": {
"rel": {
... |
devspace-schema.json | {
"$schema": "http://json-schema.org/draft/2020-12/schema",
"$id": "https://github.com/loft-sh/devspace/pkg/devspace/config/versions/latest/config",
"$defs": {
"Attach": {
"properties": {
"enabled": {
"type": "boolean",
"description": "Enabled can be used to enable attaching ... |
typingsrc.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": true,
"id": "https://json.schemastore.org/typingsrc.json",
"properties": {
"ca": {
"type": ["array", "string"],
"description": "A string or array of strings of trusted certificates in PEM format",
"items": {
... |
expo-46.0.0.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"id": "https://json.schemastore.org/expo-46.0.0.json",
"properties": {
"expo": {
"definitions": {
"Android": {
"description": "Configuration that is specific to the Android platform.",
"t... |
replit.json | {
"$id": "https://json.schemastore.org/replit.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"description": "https://docs.replit.com/programming-ide/configuring-repl",
"properties": {
"run": {
"description": "Command to run REPL",
"anyOf": [
... |
red_cog.schema.json | {
"$id": "https://raw.githubusercontent.com/Cog-Creators/Red-DiscordBot/V3/develop/schema/red_cog.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Red-DiscordBot Сog metadata file",
"type": "object",
"properties": {
"author": {
"type": "array",
"description": "List... |
solidaritySchema.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"cli": {
"description": "CLI Rule",
"type": "object",
"properties": {
"rule": {
"enum": ["cli"]
},
"binary": {
"type": "string"
},
"semver": {
"type": ... |
github-funding.json | {
"$comment": "https://docs.github.com/en/github/administering-a-repository/displaying-a-sponsor-button-in-your-repository",
"$id": "https://json.schemastore.org/github-funding.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"definitions": {
"github_username": {... |
bitrise-step.json | {
"$ref": "#/definitions/StepModel",
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"AptGetDepModel": {
"properties": {
"name": {
"type": "string"
},
"bin_name": {
"type": "string"
}
},
"additionalProperties": false,... |
azure-deviceupdate-update-manifest-5.json | {
"$id": "https://json.schemastore.org/azure-deviceupdate-update-manifest-5.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"miniUpdateManifest": {
"type": "object",
"title": "Mini update manifest",
"description": "Manifest containing metadata of the detached, d... |
winget-pkgs-locale-1.0.0.json | {
"$id": "https://aka.ms/winget-manifest.locale.1.0.0.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"Url": {
"type": ["string", "null"],
"pattern": "^([Hh][Tt][Tt][Pp][Ss]?)://.+$",
"maxLength": 2000,
"description": "Optional Url type"
},
... |
azure-deviceupdate-import-manifest-5.0.json | {
"$id": "https://json.schemastore.org/azure-deviceupdate-import-manifest-5.0.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"instructions": {
"type": "object",
"title": "Installation instructions",
"description": "Update installation instructions.",
"pro... |
server.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "dolittle.io/schemas/Runtime/Server/server.json",
"title": "Server Configuration",
"description": "The event horizon server configuration",
"type": "object",
"properties": {
"interaction": {
"description": "The co... |
gateway-config-schema.json | {
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://dwp.gov.uk/exchange/publishing-tools/gateway-config-schema.json",
"title": "Gateway configuration",
"type": "object",
"properties": {
"services": {
"title": "Services",
"type": "array",
"items":
{
"$re... |
drupal-permissions.json | {
"$id": "https://json.schemastore.org/drupal-permissions.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": {
"title": "Permission definition",
"type": "object",
"required": ["title"],
"properties": {
"title": {
"title": "The human-readable name of ... |
minecraft-texture-mcmeta.json | {
"$id": "https://json.schemastore.org/minecraft-texture-mcmeta.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "A mcmeta file for an animated texture for a Minecraft resource pack config schema",
"properties": {
"animation": {
"description": "Animation",
"type": "obj... |
shopware-extension-schema.json | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "shopware-cli",
"$ref": "#/definitions/Config",
"description": "shopware cli extension configuration definition file",
"definitions": {
"Config": {
"type": "object",
"title": ".shopware-extension.ym... |
ifstate.conf.schema.json | {
"$id": "https://ifstate.net/schema/ifstate.conf.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "ifstate.conf",
"description": "IfState 1.8.2 Configuration Schema",
"type": "object",
"required": [
"interfaces"
],
"$defs": {
"ignore-ipaddr": ... |
phraseapp.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"project_id": {
"description": "ID of the project",
"type": "string"
},
"file_format": {
"description": "File format name. See the format guide in the documentation for all supported file formats.",
"type": ... |
artifacts.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "dolittle.io/schemas/DotNET.SDK/Artifacts.Configuration/artifacts.json",
"title": "Artifacts Configuration",
"description": "The artifacts configuration",
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/art... |
bamboo-spec.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": {
"$ref": "#/definitions/job"
},
"definitions": {
"deployment": {
"type": "object",
"title": "Deployment projects",
"description": "A deployment project in Bamboo is a container for holding the software pro... |
aurora-1.0.json | {
"$comment": "https://docs.aurorajs.dev/",
"$id": "https://json.schemastore.org/aurora-1.0.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"definitions": {
"property": {
"type": "object",
"required": ["name", "type"],
"additionalProperties": f... |
workflow.json | {
"$id": "https://serverlessworkflow.io/schemas/0.8/workflow.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Serverless Workflow specification - workflow schema",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Workflow unique identifier... |
Butane-Schema.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/Relativ-IT/Butane-Schemas/Release/Butane-Schema.json#",
"$comment": "Sources: https://github.com/Relativ-IT/Butane-Schemas/tree/Release",
"title": "Fedora Coreos Butane Schema",
"type": "object",
"required": ["... |
schema-table.json | {
"title": "JSON schema for Outblocks database table files",
"$schema": "http://json-schema.org/draft-04/schema",
"$ref": "#/definitions/OutblocksTable",
"definitions": {
"OutblocksTable": {
"title": "OutblocksTable",
"type": "object",
"additionalProperties": false,
"properties": {
... |
bpkg.json | {
"$id": "https://json.schemastore.org/bpkg.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"name": {
"description": "Where the dependency is located in `deps/`.\n\nSee more: https://github.com/bpkg/bpkg#name",
"type": "string",
"default": ""
},
"version"... |
strings.json | {
"$schema": "http://json-schema.org/draft-07/schema",
"title": "strings",
"description": "Strings of the current application\nhttps://bashly.dannyb.co/advanced/strings/#custom-strings",
"type": "object",
"properties": {
"usage": {
"title": "usage",
"description": "A ... |
swa-cli.config.json | {
"$id": "https://json.schemastore.org/swa-cli.config.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"configurations": {
"additionalProperties": {
"allOf": [
{
"properties": {
"apiLocation": {
"description": "API f... |
epr-manifest.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": true,
"definitions": {
"behavior": {
"type": "string",
"enum": ["block", "allow", "noAuth"]
},
"rule": {
"type": "object",
"properties": {
"path": {
"description": "Relative path t... |
tenants.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "dolittle.io/schemas/Runtime/Tenancy/tenants.json",
"title": "Tenants Configuration",
"description": "The tenants configuration",
"type": "object",
"additionalProperties": {
"description": "The configuration of a tenant",
... |
nest-cli.json | {
"$comment": "https://docs.nestjs.com/cli/monorepo#cli-properties",
"$id": "#Configuration",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"CompilerOptions": {
"type": "object",
"description": "A map with keys specifying compiler options and values specifying the option... |
github-workflow.json | {
"$comment": "https://help.github.com/en/github/automating-your-workflow-with-github-actions/workflow-syntax-for-github-actions",
"$id": "https://json.schemastore.org/github-workflow.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"definitions": {
"architecture... |
tldr.json | {
"$id": "https://json.schemastore.org/tldr.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"platform": {
"oneOf": [
{
"enum": ["linux"]
},
{
"type": "string"
}
]
},
"pagesRepo... |
jsonld.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": true,
"allOf": [
{
"$ref": "#/definitions/context"
},
{
"$ref": "#/definitions/graph"
},
{
"$ref": "#/definitions/common"
}
],
"definitions": {
"context": {
"additionalProperties... |
drupal-info.json | {
"$id": "https://json.schemastore.org/drupal-info.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"if": {
"properties": {
"type": {
"const": "module"
}
}
},
"then": {
"properties": {
"configure": {
... |
meta-runtime.json | {
"$defs": {
"ActionGroup": {
"items": {
"oneOf": [
{
"type": "string"
},
{
"$ref": "#/$defs/Metadata"
}
]
},
"type": "array"
},
"Metadata": {
"properties": {
"metadata": {
"properties... |
coffeelint.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": true,
"definitions": {
"base": {
"type": "object",
"properties": {
"level": {
"description": "Determines the error level",
"type": "string",
"enum": ["error", "warn", "ignore"]
... |
chart.json | {
"$id": "https://json.schemastore.org/chart.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"apiVersion": {
"description": "The apiVersion field should be v2 for Helm charts that require at least Helm 3. Charts supporting previous Helm versi... |
jscpd.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"definitions": {
"colorPreset": {
"enum": [
"green",
"blue",
"red",
"yellow",
"orange",
"purple",
"pink",
"grey",
"gray",
"cyan",
... |
sarif-1.0.0.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"definitions": {
"annotatedCodeLocation": {
"description": "An annotation used to express code flows through a method or other locations that are related to a result.",
"additionalProperties": false,
"type... |
schema-catalog.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"id": "https://json.schemastore.org/schema-catalog.json",
"properties": {
"schemas": {
"type": "array",
"description": "A list of JSON schema references.",
"items": {
"type": "object",
"r... |
pathfinder-policy-yml-schema.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/transcend-io/cli/main/pathfinder-policy-yml-schema.json",
"title": "pathfinderPolicy.yml",
"description": "Define the schema for the the Transcend AI Proxy service.",
"type": "object",
"properties": {
"enab... |
opspec-io-0.1.7.json | {
"$id": "https://opspec.io/0.1.7/op.yml.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"description": "Defines an op",
"properties": {
"name": {
"description": "Name of the op",
"type": "string"
},
"description": {
"description... |
strmprivacy.api.entities.v1.DataContract.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"$ref": "#/definitions/strmprivacy.api.entities.v1.DataContract",
"definitions": {
"strmprivacy.api.entities.v1.SchemaType": {
"enum": [
"SCHEMA_TYPE_UNSPECIFIED",
0,
"AVRO",
1,
"JSONSCHEMA",
2
... |
traefik-v2.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"id": "https://json.schemastore.org/traefik-v2.json",
"properties": {
"accessLog": {
"type": "object",
"properties": {
"filePath": {
"type": "string"
},
"format": {
... |
vega-lite.json | {
"$ref": "#/definitions/TopLevelExtendedSpec",
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"Aggregate": {
"anyOf": [
{
"$ref": "#/definitions/AggregateOp"
}
]
},
"AggregateOp": {
"enum": [
"argmax",
"argmin",
... |
pyrseas-0.8.json | {
"$id": "https://json.schemastore.org/pyrseas-0.8.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"onePriv": {
"oneOf": [
{
"type": "string",
"enum": [
"all",
"insert",
"delete",
"select",
... |
fulibWorkflows.schema.json | {
"$schema": "https://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/fujaba/fulibWorkflows/main/schemas/fulibWorkflows.schema.json",
"title": "JSON schema for fulibWorkflows ",
"description": "Schema for the generation file of fulibWorkflows",
"type": "array",
"additionalItems"... |
haystack-pipeline.schema.json | {
"$id": "https://raw.githubusercontent.com/deepset-ai/haystack-json-schema/main/json-schema/haystack-pipeline.schema.json",
"$schema": "http://json-schema.org/draft-07/schema",
"description": "Haystack Pipeline YAML file describing the nodes of the pipelines. For more info read the docs at: https://haystack.deep... |
jsbeautifyrc.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"allOf": [
{
"$ref": "#/definitions/CHJProperties"
},
{
"$ref": "#/definitions/HJProperties"
},
{
"$ref": "#/definitions/CProperties"
},
{
"$ref": "#/definitions/HProperties"
},
{
"$ref": "#/def... |
crowdin.json | {
"$comment": "https://support.crowdin.com/configuration-file/",
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Configuration for Crowdin, a crowd-translation platform.",
"id": "https://json.schemastore.org/crowdin.json",
"properties": {
"project_id": {
"title": "Project ID",
... |
lego.json | {
"$defs": {
"file": {
"oneOf": [
{
"description": "This object or string represents the file format",
"type": "string"
},
{
"description": "This object or string represents the file format",
"type": "null"
},
{
"$ref"... |
project-1.0.0-rc1.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"compilationOptions": {
"type": "object",
"properties": {
"define": {
"type": "array",
"uniqueItems": true,
"items": {
"type": "string"
}
},
"warningsA... |
sponge-mixins.json | {
"$id": "https://json.schemastore.org/sponge-mixins.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"mixin_class": {
"type": "string",
"description": "The dot-separated path to the mixin class relative to the specified package. The class must be annotated with @Mixin... |
jshintrc.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://json.schemastore.org/jshintrc",
"properties": {
"bitwise": {
"description": "Prohibit the use of bitwise operators (&, |, ^, etc.)",
"type": "boolean",
"default": false
},
"curly": {
"description": "Requires... |
liquibase-flow-file-latest.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "Liquibase Flow File",
"type": "object",
"properties": {
"include": {
"$ref": "#/$defs/variable",
"description": "Include other properties files as global variables, accessible in any stage. The key value pairs in the included file... |
fabric.mod.json | {
"$id": "https://json.schemastore.org/fabric.mod.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"entrypoint": {
"oneOf": [
{
"type": "object",
"properties": {
"adapter": {
"type": "string",
"description":... |
license-report-config.json | {
"$id": "https://json.schemastore.org/license-report-config.json",
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"output": {
"default": "json",
"description": "license report output format",
"enum": ["json", "table", "csv", "html"],
"type": "string"
},... |
drupal-links-task.json | {
"$id": "https://json.schemastore.org/drupal-links-task.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": {
"type": "object",
"properties": {
"title": {
"title": "The static title for the local task",
"type": "string"
},
"title_context"... |
box.schema.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"engine": {
"description": "CFML engine the package supports",
"type": "object",
"properties": {
"type": {
"title": "Engine Type",
"description": "The name of the engine",
"type": "string",
"enum": [
"rai... |
package-configuration-schema.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://oss-review-toolkit.org/package-configuration.yml",
"title": "ORT package configuration",
"description": "The OSS-Review-Toolkit (ORT) provides a possibility to define path excludes and license finding curations for a specific package (depen... |
webhook.json | {
"$schema": "https://json-schema.org/draft-07/schema",
"title": "Discord Webhook",
"description": "Discord Webhook JSON Schema",
"definitions": {
"string": {
"type": "string",
"default": ""
},
"boolean": {
"type": "boolean",
"default": false
},
"url": {
"$ref":... |
geojson.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": true,
"definitions": {
"coordinates": {
"title": "Coordinates",
"type": "array",
"items": {
"oneOf": [
{
"type": "array"
},
{
"type": "number"
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.