name stringlengths 7 62 | content stringlengths 200 6.79M |
|---|---|
scenario_schema.json | {"title":"CrowdSec Scenario","$schema":"https://json-schema.org/draft-04/schema","$id":"http://schemas.crowdsec.net/schemas/scenario.yaml","oneOf":[{"$ref":"#/$defs/leaky"},{"$ref":"#/$defs/counter"},{"$ref":"#/$defs/trigger"},{"$ref":"#/$defs/conditional"}],"$defs":{"leaky":{"required":["type","name","leakspeed","desc... |
hayson-json-schema.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/j2inn/hayson/master/hayson-json-schema.json",
"anyOf": [
{
"$ref": "#/definitions/hval"
}
],
"definitions": {
"grid": {
"type": "object",
"additionalProperties": false,
"requir... |
chutzpah.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": true,
"definitions": {
"engineOptions": {
"type": "object",
"description": "The options to configure the chosen browser engine for Chutzpah to use.",
"properties": {
"ChromeBrowserPath": {
"desc... |
repository-configuration-schema.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://oss-review-toolkit.org/.ort.yml",
"title": "ORT repository configuration",
"description": "The OSS-Review-Toolkit (ORT) provides a possibility to configure exclusions, resolutions and more in a file called `.ort.yml`. A full list of all ava... |
vercel.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"additionalProperties": false,
"properties": {
"$schema": {
"description": "Ignored. Can be set to get completions, validations and documentation in some editors.",
"example": [
"https://openapi.vercel.sh/vercel.js... |
workflows.json | {
"$id": "https://json.schemastore.org/workflows.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"subworkflow": {
"type": "object",
"description": "A subworkflow.",
"additionalProperties": false,
"properties": {
"params": {
"description":... |
openweather.current.json | {
"$id": "https://json.schemastore.org/openweather.current",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"additionalProperties": false,
"description": "API responses from the OpenWeather Current Weather Data API from https://openweathermap.org/current",
"properties": {
"coord": {
"typ... |
sarif-2.1.0-rtm.2.json | {
"$id": "https://json.schemastore.org/sarif-2.1.0-rtm.2.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... |
electron-builder.json | {
"$id": "https://json.schemastore.org/electron-builder.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"definitions": {
"AppImageOptions": {
"additionalProperties": false,
"properties": {
"artifactName": {
"description": "The [artifa... |
grunt-cssmin-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... |
grunt-jshint-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": ... |
cargo-make.json | {
"$id": "https://github.com/sagiegurari/cargo-make",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"definitions": {
"semver": {
"title": "Semantic Version",
"type": "string",
"pattern": "^(0|[1-9][0-9]*)\\.(0|[1-9][0-9]*)\\.(0|[1-9][0-9]*)(?:-((?:0|[... |
jreleaser-1.7.0.json | {
"$id": "https://json.schemastore.org/jreleaser-1.7.0.json",
"$ref": "#/definitions/JReleaserModel",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"Active": {
"type": "string",
"enum": [
"ALWAYS",
"NEVER",
"RELEASE",
"PRERELEASE",
... |
lazygit.json | {
"$comment": "This schema should be ported to https://github.com/jesseduffield/lazygit repository and be autogenerated",
"$id": "https://json.schemastore.org/lazygit.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"definitions": {
"color": {
"type": "stri... |
goss-json-schema.json | {"type":"object","definitions":{"gossfileTest":{"properties":{"meta":{"$ref":"#/definitions/meta"},"skip":{"default":"","type":"boolean"},"title":{"$ref":"#/definitions/title"},"file":{"default":"myapp_gossfile.yaml","type":"string"}}},"packageTest":{"required":["installed"],"properties":{"versions":{"oneOf":[{"type":"... |
sarif-external-property-file-2.1.0.json | {
"$id": "https://json.schemastore.org/sarif-external-property-file-2.1.0.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 forma... |
putout.json | {
"$id": "https://json.schemastore.org/putout.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"definitions": {
"rule": {
"oneOf": [
{
"description": "🐊Putout rule\n\n\"off\" means rule is off\n\"on\" means it is a on\n",
"enum": ... |
sarif-2.0.0.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"definitions": {
"attachment": {
"description": "A file relevant to a tool invocation or to a result.",
"type": "object",
"additionalProperties": false,
"properties": {
"description": {
... |
sarif-external-property-file-2.1.0-rtm.4.json | {
"$id": "https://json.schemastore.org/sarif-external-property-file-2.1.0-rtm.4.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... |
minecraft-dimension-type.json | {
"$comment": "https://minecraft.fandom.com/wiki/Custom_dimension#Dimension_type",
"$id": "https://json.schemastore.org/minecraft-dimension-type.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "Configuration file defining a dimension type for a data pack for Minecraft.",
"propertie... |
azure-iot-edgeagent-deployment-1.1.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"]
},
... |
chart-lock.json | {
"$id": "https://json.schemastore.org/chart-lock.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"generated": {
"description": "Generated is the date the lock file was last generated.",
"type": "string",
"format": "date-time"
... |
stylelintrc.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"allRules": {
"type": "object",
"allOf": [
{
"$ref": "#/definitions/atRule"
},
{
"$ref": "#/definitions/block"
},
{
"$ref": "#/definitions/color"
},
... |
bootstraprc.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"allOf": [
{
"$ref": "#/definitions/coreProperties"
},
{
"anyOf": [
{
"properties": {
"env": {
"description": "Sets the extractStyles property based on the value of NODE_ENV",
"t... |
ubuntu-server-autoinstall.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Settings file for Ubuntu Autoinstall",
"id": "https://json.schemastore.org/ubuntu-server-autoinstall.json",
"properties": {
"autoinstall": {
"type": "object",
"properties": {
"version": {
"type": "integer",... |
versions.schema.cloud-config.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"$id": "https://raw.githubusercontent.com/canonical/cloud-init/main/cloudinit/config/schemas/versions.schema.cloud-config.json",
"oneOf": [
{
"allOf": [
{
"properties": {
"version": {
"enum": [
... |
swcrc.json | {
"$id": "https://json.schemastore.org/swcrc.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"anyOf": [
{
"type": "array",
"items": {
"$ref": "#/definitions/entryPoint"
}
},
{
"$ref": "#/definitions/entryPoint"
}
],
"definitions": {
"fileMatcher... |
tsconfig.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"allOf": [
{
"$ref": "#/definitions/compilerOptionsDefinition"
},
{
"$ref": "#/definitions/compileOnSaveDefinition"
},
{
"$ref": "#/definitions/typeAcquisitionDefinition"
},
{
"$ref": "#/definitions/extendsDe... |
nuclei-jsonschema.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"$ref": "#/definitions/templates.Template",
"definitions": {
"model.Classification": {
"properties": {
"cve-id": {
"$ref": "#/definitions/stringslice.StringSlice",
"title": "cve ids for the template",
"descript... |
petstore-v1.0.json | {
"$id": "https://json.schemastore.org/petstore-v1.0.json",
"$ref": "#/definitions/Welcome9",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"Welcome9": {
"type": "object",
"additionalProperties": true,
"properties": {
"config": {
"$ref": "#/defini... |
settings.json | {
"$schema": "http://json-schema.org/draft-07/schema",
"definitions": {
"color": {
"oneOf": [
{
"type": "string",
"examples": [
"red",
"green",
"yellow",
... |
mtaext.json | {
"$id": "http://example.com/MTA/.mtaext",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"hooks": {
"type": "array",
"items": {
"type": "object",
"required": ["name"],
"properties": {
"name": {
"description": "The name of the e... |
tikibase.schema.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Config",
"description": "Tikibase configuration data",
"type": "object",
"properties": {
"$schema": {
"description": "link to the JSON-Schema definition for this file",
"type": [
"string",
"null"
]
},
... |
schema-org-contact-point.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/ContactPoint",
"id": "https://json.schemastore.org/schem... |
pterodactyl.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"id": "https://json.schemastore.org/pterodactyl.json",
"properties": {
"_comment": {
"type": "string",
"description": "A comment to ignore"
},
"meta": {
"type": "object"
},
"exported_at":... |
calqulus-pipeline.schema.json | {
"$schema": "https://json-schema.org/draft/2020-12/schema",
"line_endings": "unix",
"$id": "https://qualisys.com/schemas/calqulus-pipeline",
"title": "Qualisys Calqulus Pipeline",
"description": "A document describing calculations to be done on biomechanical data for presentation in a report.",
"type": "array",
... |
dss-2.0.0.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"dss2-SignRequestType": {
"$xsd-type": "SignRequestType",
"$xsd-full-type": "dss2:SignRequestType",
"type": "object",
"properties": {
"profile": {
"type": "array",
"items": {
... |
lazydocker.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"color": {
"type": "string",
"oneOf": [
{
"enum": [
"black",
"red",
"green",
"yellow",
"blue",
"magenta",
"cyan",
... |
band-manifest.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"icon": {
"type": "string",
"pattern": "\\.png$"
},
"color": {
"description": "The format of the color values is 'RRGGBB' where RR is the hex value for red, GG for green, and BB for blue.",
"type": "string",... |
openweather.roadrisk.json | {
"$id": "https://json.schemastore.org/openweather.roadrisk",
"$schema": "https://json-schema.org/draft/2019-09/schema",
"description": "API responses from the OpenWeather Road Risk API from https://openweathermap.org/api/road-risk",
"items": {
"type": "object",
"additionalProperties": false,
"requi... |
packer.json | {
"$id": "https://json.schemastore.org/packer.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"builder-type": {
"enum": [
"alicloud-ecs",
"amazon-ebs",
"azure-arm",
"azure-chroot",
"cloudstack",
"custom",
"digitalocean... |
chisel-slices.json | {
"$comment": "https://github.com/canonical/chisel/tree/main#slice-definitions",
"$id": "https://json.schemastore.org/chisel-slices.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"description": "A slice definition for Ubuntu Chisel tool. For details, see https://gi... |
one-service-descriptor-schema-0.1.json | {
"$id": "https://json.schemastore.org/one-service-descriptor-schema-0.1.json",
"$ref": "#/definitions/ServiceDescriptor",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"ServiceDescriptor": {
"type": "object",
"additionalProperties": false,
"properties": {
... |
ansible.json | {
"$defs": {
"ansible.builtin.import_playbook": {
"additionalProperties": false,
"oneOf": [
{
"not": {
"required": ["import_playbook"]
},
"required": ["ansible.builtin.import_playbook"]
},
{
"not": {
"required": ["... |
dart-build.json | {
"$id": "https://json.schemastore.org/dart-build",
"$ref": "#/definitions/buildConfig",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"_listOfGlobs": {
"type": "array",
"items": {
"type": "string"
}
},
"buildConfig": {
"type": "object",
... |
drupal-libraries.json | {
"$id": "https://json.schemastore.org/drupal-libraries.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": {
"type": "object",
"additionalProperties": false,
"properties": {
"version": {
"title": "The library version",
"oneOf": [
{
... |
server.schema.json | {
"$schema": "http://json-schema.org/draft-06/schema#",
"definitions": {
"trayOptionsItem": {
"title": "Tray Option",
"description": "An object that represents a single tray menu item",
"type": "object",
"properties": {
"label": {
"title": "Label",
"description": "Text of menu item",
... |
trivia.schema.json | {
"$id": "https://raw.githubusercontent.com/Cog-Creators/Red-DiscordBot/V3/develop/schema/trivia.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "Red-DiscordBot Trivia List file",
"type": "object",
"properties": {
"$schema": {
"type": "string",
"format": "uri"
... |
djlint.json | {
"$comment": "Source: https://www.djlint.com/docs/configuration",
"$id": "https://json.schemastore.org/djlint.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"default": {
"format_attribute_template_tags": false,
"profile": "html"
},
"definitions": {
... |
drupal-migration.json | {
"$id": "https://json.schemastore.org/drupal-migration.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"id": {
"title": "The migration ID (machine name)",
"type": "string"
},
"label": {
"title": "The human-readable label for the migration",
"type":... |
host.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"aggregator": {
"description": "Configuration settings for the function result aggregator.",
"type": "object",
"properties": {
"batchSize": {
"description": "The maximum batch size for aggregations. If t... |
size-limit.json | {
"$id": "https://json.schemastore.org/size-limit.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"default": [],
"items": {
"title": "Configuration Section",
"allOf": [
{
"type": "object",
"properties": {
"path": {
"oneOf": [
{
... |
cryproj.54.schema.json | {
"$comment": "JSON Schema for CRYENGINE 5.4",
"$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": [... |
ntangle.json | {
"title": "NTangle - https://github.com/Avanade/ntangle",
"$schema": "https://json-schema.org/draft-04/schema#",
"definitions": {
"Root": {
"type": "object",
"title": "The 'Root' object (database-driven)",
"description": "The 'RootConfig' object defines the global properties that are used t... |
mycode.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"classification": {
"enum": ["MyCode", "LibraryCode", "UnrelatedCode"]
},
"includes": {
"type": "array",
"items": {
"type": "string",
"minLength": 1
}
}
},
"id": "https://json.schemas... |
nlu.schema.json | {
"title": "JSON schema for NLU (npm-link-up) library.",
"$schema": "http://json-schema.org/draft-07/schema#",
"type": "object",
"additionalProperties": false,
"oneOf": [
{ "required": ["list"] },
{ "required": ["packages"] },
{ "required": ["deps"] }
],
"definitions": {
"PackagesMap": {
... |
mimetypes.json | {
"$id": "https://json.schemastore.org/mimetypes.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"patternProperties": {
"^\\..+$": {
"description": "A file extension",
"pattern": "^[a-zA-Z0-9-_.]+/[a-zA-Z0-9-_.]+$",
"type": "string",
"examp... |
ort-configuration-schema.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://oss-review-toolkit.org/ort-configuration.yml",
"title": "ORT configuration",
"description": "The main configuration file for the OSS-Review-Toolkit (ORT). A full list of all available options can be found at https://github.com/oss-r... |
codeship-services.json | {
"$id": "https://json.schemastore.org/codeship-services.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": {
"$ref": "#/definitions/ExternalService"
},
"definitions": {
"ExternalService": {
"title": "CodeShip Pro Service",
"description": "The definition o... |
winget-pkgs-singleton-1.0.0.json | {
"$id": "https://aka.ms/winget-manifest.singleton.1.0.0.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"PackageIdentifier": {
"type": "string",
"pattern": "^[^\\.\\s\\\\/:\\*\\?\"<>\\|\\x01-\\x1f]{1,32}(\\.[^\\.\\s\\\\/:\\*\\?\"<>\\|\\x01-\\x1f]{1,32}){1,3}$"... |
schema-app.json | {
"title": "JSON schema for Outblocks App configuration files",
"$schema": "http://json-schema.org/draft-07/schema",
"$ref": "#/definitions/OutblocksApp",
"definitions": {
"OutblocksApp": {
"title": "OutblocksApp",
"type": "object",
"additionalProperties": true,
"properties": {
... |
powerpages-web-template-manifest.json | {
"$id": "https://json.schemastore.org/powerpages-web-template-manifest.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"examples": [
{
"type": "functional",
"displayName": "Card Template",
"description": "renders the gallery card",
"params... |
httpmockrc.json | {
"$id": "https://json.schemastore.org/httpmockrc.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "A tool for mock local requests or proxy remote requests.",
"properties": {
"mockFileName": {
"default": "mocks",
"type": "string",
"description": "Root of mock fil... |
minecraft-loot-table.json | {
"$comment": "https://minecraft.fandom.com/wiki/Loot_table",
"$id": "https://json.schemastore.org/minecraft-loot-table.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"numberProvider": {
"$comment": "https://minecraft.fandom.com/wiki/Loot_table#Number_Providers",
"... |
tokenlist.schema.json | {
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://uniswap.org/tokenlist.schema.json",
"title": "Uniswap Token List",
"description": "Schema for lists of tokens compatible with the Uniswap Interface",
"definitions": {
"Version": {
"type": "object",
"description": "The vers... |
theme.json | {
"title": "JSON schema for WordPress block theme global settings and styles",
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"//": {
"explainer": "https://developer.wordpress.org/themes/advanced-topics/theme-json/",
"createTheme": "https://developer.wordpress.org/block-editor/how-to-... |
dependabot-2.0.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"definitions": {
"dependency-type": {
"type": "string",
"enum": ["direct", "indirect", "all", "production", "development"],
"x-intellij-enum-metadata": {
"direct": {
"description": "All e... |
dart-test.json | {
"$id": "https://json.schemastore.org/dart-test",
"$ref": "#/definitions/runnerConfiguration",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"timeout": {
"$comment": "Based on https://github.com/dart-lang/test/blob/3b8d3b90efd24f55f7316cd414716d1cb031761c/pkgs/test_api/lib/sr... |
jsinspectrc.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://json.schemastore.org/jsinspectrc.json",
"properties": {
"identifiers": {
"default": false,
"description": "A flag indicating whether to limit the search to nodes with matching identifiers",
"type": "boolean"
},
"i... |
sfdx-hardis.jsonschema.json | {
"$id": "http://github.com/hardisgroupcom/sfdx-hardis.json",
"$schema": "http://json-schema.org/draft-07/schema",
"additionalProperties": false,
"description": "Configuration file definition for sfdx-hardis Salesforce DX plugin",
"properties": {
"allowedOrgTypes": {
"$id": "#/properties/allowedOrgT... |
sarif-2.1.0-rtm.6.json | {
"$id": "https://json.schemastore.org/sarif-2.1.0-rtm.6.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... |
prometheus.rules.json | {
"$id": "https://json.schemastore.org/prometheus.rules.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"definitions": {
"duration": {
"type": ["string", "null"],
"pattern": "^([0-9]+y)?([0-9]+w)?([0-9]+d)?([0-9]+h)?([0-9]+m)?([0-9]+s)?([0-9]+ms)?$",
... |
yippee-ki-json_config_schema.json | {
"$schema": "http://json-schema.org/draft-07/schema",
"$comment": "https://github.com/nagyesta/yippee-ki-json/wiki/Configuring-your-actions",
"definitions": {
"commonTypes": {
"description": "Some of the reusable base types",
"definitions": {
"charSet": {
"description": "Standar... |
nodehawkrc.json | {
"$id": "https://json.schemastore.org/nodehawkrc.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"properties": {
"paths": {
"$id": "#/properties/paths",
"description": "A string or an array of paths to watch. Supports globbing.",
"default": "./src",
"examples": ["./src"],... |
hawkconfig.json | {"$schema":"http://json-schema.org/draft/2019-09/schema#","id":"com.stackhawk.nest.HawkScanMessages$HawkscanConf","type":"object","title":"com.stackhawk.nest.HawkScanMessages$HawkscanConf","definitions":{"HawkscanConf":{"id":"#/definitions/HawkscanConf","type":"object","properties":{"hawk":{"$ref":"#/definitions/HawkCo... |
solution-filter.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://json.schemastore.org/solution-filter.json",
"properties": {
"solution": {
"type": "object",
"description": "Solution filter description",
"properties": {
"path": {
"type": "string",
"descriptio... |
component_spec.json_schema.json | {
"$schema": "http://json-schema.org/draft-06/schema#",
"$id": "https://github.com/Cloud-Pipelines/component_spec_schema/components.json_schema.json",
"allOf": [{"$ref": "#/definitions/ComponentSpec"}],
"definitions": {
"TypeSpecType": {
"oneOf": [
{"type": "string"},
{"type": "object... |
motif.schema.json | {"title":"Motif Config","markdownDescription":"This is your project's main configuration file. It is a JSON file, and includes information such as `head` data and template mappings. It can be accessed via the project settings (<kbd>Ctrl+,</kbd> (PC) / <kbd>Cmd+,</kbd> (Mac)) → _General_ → _Open motif.json_. Alternative... |
drupal-routing.json | {
"$id": "https://json.schemastore.org/drupal-routing.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": {
"type": "object",
"properties": {
"path": {
"title": "Route path",
"type": "string"
},
"defaults": {
"title": "Default rout... |
minecraft-advancement.json | {
"$comment": "https://minecraft.fandom.com/wiki/Advancement/JSON_format",
"$id": "https://json.schemastore.org/minecraft-advancement.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"jsonTextComponent": {
"$comment": "https://minecraft.fandom.com/wiki/Raw_JSON_text_format... |
cluster.yml.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"$ref": "#/definitions/RancherKubernetesEngineConfig",
"definitions": {
"AESConfiguration": {
"required": [
"Keys"
],
"properties": {
"Keys": {
"items": {
"$ref": "#/definitions/Key"
},
... |
cypress.schema.json | {
"title": "JSON schema for the https://cypress.io Test Runner's configuration file. Details at https://on.cypress.io/configuration",
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"definitions": {
"cypressConfig": {
"properties": {
"baseUrl": {
"type": "stri... |
tslint.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"rule": {
"type": ["boolean", "object", "array"],
"minItems": 1,
"properties": {
"severity": {
"description": "Severity level. Level \"error\" will cause exit code 2.",
"type": "string",
... |
project.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"compilationOptions": {
"title": "compilation options",
"description": "[Deprecated] Options that are passed to the compiler. Use 'buildOptions' instead.",
"type": "object",
"properties": {
"define": {
... |
ninjs-1.3.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"description": "A news item as JSON object -- copyright 2020 IPTC - International Press Telecommunications Council - www.iptc.org - This document is published under the Creative Commons Attribution 4.0 license, see http://crea... |
comet.json | {
"$id": "https://json.schemastore.org/comet.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"PrimitiveType": {
"type": "string",
"oneOf": [
{
"const": "string",
"description": "Any string that match the '.*' regex"
},
{
... |
har.json | {
"$id": "har.json#",
"$schema": "http://json-schema.org/draft-06/schema#",
"type": "object",
"required": [
"log"
],
"properties": {
"log": {
"$ref": "log.json#"
}
}
}
|
imageoptimizer.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"description": "Schema for imageoptimizer.json files",
"id": "https://json.schemastore.org/imageoptimizer.json",
"properties": {
"optimizations": {
"description": "An array of optimization rules",
"type": "array",
"minItems": 1,
... |
project-1.0.0-beta6.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"compilationOptions": {
"type": "object",
"properties": {
"define": {
"type": "array",
"uniqueItems": true,
"items": {
"type": "string"
}
},
"warningsA... |
openfin.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"id": "https://json.schemastore.org/openfin.json",
"properties": {
"appAssets": {
"description": "Set this object to co-deploy native apps along with your app.",
"type": "array",
"items": {
"addi... |
azure-iot-edge-deployment-template-4.0.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"moduleSettings": {
"type": "object",
"required": ["image"],
"properties": {
"image": {
"$ref": "https://json.schemastore.org/azure-iot-edgeagent-deployment-1.1.json#/definitions/moduleSettings/propertie... |
stale.json | {
"$comment": "https://probot.github.io/apps/stale/",
"$ref": "#/definitions/configuration",
"$schema": "http://json-schema.org/draft-04/schema#",
"definitions": {
"configuration": {
"properties": {
"daysUntilStale": {
"title": "Days Until Stale",
"description": "Number of ... |
github-workflow-template-properties.json | {
"$comment": "https://docs.github.com/en/actions/using-workflows/creating-starter-workflows-for-your-organization",
"$id": "https://json.schemastore.org/github-workflow-template-properties.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"name": ... |
minecraft-particle.json | {
"$id": "https://json.schemastore.org/minecraft-particle.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "A particle for a Minecraft resource pack config schema",
"properties": {
"textures": {
"type": "array",
"items": {
"type": "string"
}
}
},
... |
minecraft-trim-material.json | {
"$id": "https://json.schemastore.org/minecraft-trim-material.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "A trim material for a Minecraft data pack config schema",
"properties": {
"asset_name": {
"type": "string"
},
"description": {
"type": "object",
... |
staticwebapp.config.json | {
"$schema": "http://json-schema.org/draft-04/schema#",
"additionalProperties": false,
"default": {
"navigationFallback": {
"rewrite": "/index.html"
}
},
"definitions": {
"route": {
"type": "object",
"required": ["route"],
"properties": {
"route": {
"type"... |
semgrep.json | {
"$defs": {
"patterns-content": {
"type": "array",
"title": "Return finding where all of the nested conditions are true",
"items": {
"anyOf": [
{
"$ref": "#/$defs/patterns"
},
{
"$ref": "#/$defs/pattern-either"
},
... |
deployed.json | {
"$id": "https://json.schemastore.org/deployed.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"definitions": {
"privateKey": {
"description": "Buffer or string that contains a private key for either key-based or hostbased user authentication (OpenSSH forma... |
pyproject.json | {
"$comment": "there are multiple resources describing pyproject.toml. The canonical reference is at https://packaging.python.org/en/latest/specifications/declaring-project-metadata/, which refers to multiple proposals such as PEP 517, PEP 518 and PEP 621",
"$id": "https://json.schemastore.org/pyproject.json",
"$... |
root.json | {
"type": "object",
"properties": {
"UETVersion": {
"default": "BleedingEdge",
"enum": [
"BleedingEdge",
"2023.1233.816",
"2023.1229.371",
"2023.1208.344",
"2023.1208.305",
"2023.1208.293",
"2023.1208.207",
"2023.1207.1040",
"20... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.