name stringlengths 7 62 | content stringlengths 200 6.79M |
|---|---|
resolutions-schema.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://oss-review-toolkit.org/resolutions.yml",
"title": "ORT resolutions",
"description": "The OSS-Review-Toolkit (ORT) provides a possibility to resolve issues, rule violations and security vulnerabilities in a resolutions file. A full list of a... |
zapp-schema-1.0.0.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "IBM Zapp Document",
"description": "JSON schema for zapp.json and zapp.yaml files. Version 1.0.0 -- Licensed Materials - Property of IBM - (c) Copyright IBM Corporation 2022. All Rights Reserved.",
"type": "object",
"definitions": {
"corePr... |
madness.json | {
"$schema": "http://json-schema.org/draft-07/schema",
"title": "settings",
"description": "Settings of the current site\nhttps://madness.dannyb.co/#configuration-file",
"type": "object",
"properties": {
"path": {
"title": "path",
"description": "A path to the documen... |
template.schema.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "netin.config.template.schema.json",
"title": "NetinDS - Device template",
"description": "NetinDS device configuration template, defines the drivers used to collect the datapoints and the transformations and alarms to be applied to these datapoints... |
codeship-steps.json | {
"$id": "https://json.schemastore.org/codeship-steps.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"ExternalStep": {
"title": "CodeShip Pro Step",
"description": "The definition of a step",
"properties": {
"name": {
"description": "The name ... |
plagiarize.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "plagiarize.yaml configuration schema",
"id": "https://json.schemastore.org/plagiarize",
"properties": {
"repo": {
"required": ["url"],
"type": "object",
"description": "Configuration for strings, files, and file paths ... |
drupal-breakpoints.json | {
"$id": "https://json.schemastore.org/drupal-breakpoints.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": {
"type": "object",
"additionalProperties": false,
"properties": {
"label": {
"title": "A human readable label for the breakpoint",
"type... |
minecraft-item-modifier.json | {
"$comment": "https://minecraft.fandom.com/wiki/Item_modifier#JSON_structure",
"$id": "https://json.schemastore.org/minecraft-item-modifier.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"slotEnum": {
"enum": ["mainhand", "offhand", "feet", "legs", "chest", "head"]
... |
dotnet-releases-index.json | {
"$comment": "Schema derived from https://raw.githubusercontent.com/dotnet/core/main/release-notes/releases-index.json and https://github.com/dotnet/deployment-tools/blob/main/src/Microsoft.Deployment.DotNet.Releases/src/Product.cs",
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": f... |
anywork-ac-1.1.json | {
"$id": "https://json.schemastore.org/anywork-ac-1.0.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": true,
"allOf": [
{
"if": {
"properties": {
"ctype": {
"const": "swagger-codegen"
}
}
},
"then": {
... |
semantic-release.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"branch-object": {
"type": "object",
"additionalProperties": false,
"required": ["name"],
"properties": {
"name": {
"type": "string"
},
"channel": {
"type": "string"
... |
vsix-publish.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://json.schemastore.org/vsix-publish.json",
"properties": {
"identity": {
"type": "object",
"required": ["internalName"],
"properties": {
"description": {
"type": "string",
"title": "Description",... |
sarif-2.1.0-rtm.4.json | {
"$id": "https://json.schemastore.org/sarif-2.1.0-rtm.4.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... |
strmprivacy.api.entities.v1.DataConnector.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"$ref": "#/definitions/strmprivacy.api.entities.v1.DataConnector",
"definitions": {
"strmprivacy.api.entities.v1.AzureBlobStorageContainerLocation": {
"type": "object",
"properties": {
"clientSecretCredential": {
"$ref": "#/... |
htmlhint.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://json.schemastore.org/htmlhint.json",
"properties": {
"alt-require": {
"description": "Alt of img must be present and alt of area[href] and input[type=image] must be set value.",
"type": "boolean",
"default": false
},
... |
jsone.json | {
"$comment": "https://json-e.js.org",
"$defs": {
"jsone-value": {
"oneOf": [
{
"$ref": "#"
},
{
"type": "array",
"items": {
"$ref": "#"
}
},
{
"type": ["null", "boolean", "number", "string", "integer"]
... |
conjure.schema.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"types": {
"$ref": "#/definitions/TypesDefinition"
},
"services": {
"type": "object",
"additionalProperties": {
"$ref": "#/definitions/ServiceDefinition"... |
jmdsl-config-schema.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"$id": "https://github.com/abstracta/jmeter-java-dsl/jmeter-java-dsl-cli/config-schema.json",
"title": "cli configuration",
"description": "Defines configuration to be used with cli",
"type": "object",
"properties": {
"recorder": {
"title": "... |
github-issue-config.json | {
"$comment": "https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser",
"$id": "https://json.schemastore.org/github-issue-config.json",
"$schema": "http://json-schema.org/draft-07/schema#"... |
modernizrrc.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://json.schemastore.org/modernizrrc.json",
"properties": {
"classPrefix": {
"type": "string",
"description": "A string that is added before each CSS class"
},
"minify": {
"type": "boolean",
"description": "A fl... |
nodemon.json | {
"$id": "https://json.schemastore.org/nodemon.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"pathPattern": {
"anyOf": [
{
"type": "string"
},
{
"type": "object",
"properties": {
"re": {
"type... |
GeoJSON.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://geojson.org/schema/GeoJSON.json",
"title": "GeoJSON",
"oneOf": [
{
"title": "GeoJSON Point",
"type": "object",
"required": [
"type",
"coordinates"
],
"properties": {
"type": {
... |
cryproj.json | {
"$comment": "JSON Schema for CRYENGINE *",
"$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": [
... |
cicsts-resourceimport.json | {
"$id": "http://www.ibm.com/xmlns/prod/cics/cicsts-resourceimport",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Resource import JSON Schema.",
"description": "Super-schema that describes all versions of 'Resource import JSON Schema.'",
"allOf": [
{
"title": "... |
minecraft-damage-type.json | {
"$comment": "https://minecraft.fandom.com/wiki/Data_Pack",
"$id": "https://json.schemastore.org/minecraft-damage-type.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "A damage type's for a Minecraft data pack config schema",
"properties": {
"message_id": {
"type": "stri... |
apple-app-site-association.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "An Apple Universal Link config schema",
"id": "https://json.schemastore.org/apple-app-site-association.json",
"properties": {
"applinks": {
"title": "application links",
"description": "Application links",
"type": "obj... |
factorial-drupal-breakpoints-css-0.2.0.json | {
"$id": "https://json.schemastore.org/factorial-drupal-breakpoints-css-0.2.0.json",
"$ref": "#/definitions/drupal-breakpoints-css",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"drupal-breakpoints-css": {
"title": "Drupal breakpoints to CSS configuration",
"description... |
utam-page-object.json | {
"$id": "https://json.schemastore.org/utam-page-object.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"allOf": [
{
"if": {
"properties": {
"interface": {
"const": false
}
}
},
"then": {
"$ref": "#/definitions/pageObject"
... |
config.versions.schema.json | {
"$id": "https://github.com/k3d-io/k3d/tree/main/pkg/config/config.versions.schema.json",
"$schema": "https://raw.githubusercontent.com/k3d-io/k3d/main/pkg/config/config.versions.meta.schema.json#",
"title": "All k3d config versions",
"type": "object",
"oneOf": [
{
"allOf": [
{
"p... |
livelyPropertiesSchema.json | {
"$schema": "http://json-schema.org/draft-07/schema",
"title": "JSON schema for Lively Wallpaper LivelyProperties.json files",
"description": "https://github.com/rocksdanister/lively/wiki/Web-Guide-IV-:-Interaction#lively-properties",
"type": "object",
"additionalProperties": {
"type": "object",
"tit... |
pattern.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"id": "https://json.schemastore.org/pattern.json",
"properties": {
"id": {
"description": "Unique id of this pattern",
"type": "string",
"minLength": 1
},
"name": {
"description": "Machine ... |
inventory.json | {
"$defs": {
"group": {
"properties": {
"children": {
"patternProperties": {
"[a-zA-Z-_0-9]": {
"$ref": "#/$defs/group"
}
}
},
"hosts": {
"patternProperties": {
"[a-zA-Z.-_0-9]": {
"type": [... |
rustfmt.json | {
"$id": "https://json.schemastore.org/rustfmt.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "https://rust-lang.github.io/rustfmt",
"properties": {
"array_width": {
"type": "integer",
"description": "Maximum width of an array literal before falling back to vertical ... |
flagd-definitions.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "flagd Flag Configuration",
"description": "Defines flags for use in flagd, including typed variants and rules",
"type": "object",
"properties": {
"flags": {
"type": "object",
"$comment": "flag objects are one of the 4 flag types... |
kode-ci-build-1.0.0.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"definitions": {
"env": {
"type": "object",
"required": ["name", "value"],
"additionalProperties": false,
"properties": {
"name": {
"type": "string",
"description": "환경변수 ... |
mboats-config-0.2.json | {
"$id": "https://json.schemastore.org/mboats-config-0.2.json",
"$ref": "#/definitions/MBOATS",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"MBOATS": {
"type": "object",
"additionalProperties": false,
"properties": {
"appId": {
"type": "string",... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.