definition
stringlengths
2
292k
key
stringlengths
2
84
schema
stringclasses
339 values
{"anyOf": [{"ignoreCase": "value", "pattern": "^ACR$", "type": "string"}, {"type": "string"}]}
containerArtifactType
service-schema.json
{"type": "string"}
string_allowExpressions
service-schema.json
{"anyOf": [{"pattern": "^boolean$", "type": "string"}, {"pattern": "^container$", "type": "string"}, {"pattern": "^containerList$", "type": "string"}, {"pattern": "^deployment$", "type": "string"}, {"pattern": "^deploymentList$", "type": "string"}, {"pattern": "^job$", "type": "string"}, {"pattern": "^jobList$", "type"...
templateParameterType
service-schema.json
{"additionalProperties": true, "type": "object"}
templateContext
service-schema.json
{"anyOf": [{"pattern": "^sequential$", "type": "string"}, {"pattern": "^runLatest$", "type": "string"}]}
lockBehavior
service-schema.json
{"type": "string"}
nonEmptyString
service-schema.json
{"additionalProperties": false, "type": "object", "firstProperty": ["task"], "properties": {"inputs": {"type": "object"}, "task": {"anyOf": [{"doNotSuggest": false, "ignoreCase": "value", "enum": ["PowerShell@1"]}, {"doNotSuggest": false, "ignoreCase": "value", "enum": ["PowerShell@2"]}, {"doNotSuggest": false, "ignore...
task
service-schema.json
{"oneOf": [{"enum": ["off", "warning", "error"], "type": "string"}, {"type": "array"}]}
rule
npmpackagejsonlintrc.json
{"required": ["Type", "Parameters"], "type": ["object", "null"], "properties": {"Type": {"type": ["string", "null"]}, "Parameters": {}}}
Toggle
esquio.json
{"type": "object", "properties": {"ip": {"type": "string"}, "protocol": {"type": "string"}, "name": {"type": "string"}, "port": {"type": "integer"}}}
ingress-binding
tye-schema.json
{"required": ["name", "repository"], "properties": {"repository": {"type": "string"}, "name": {"type": "string"}, "cloneDirectory": {"type": "string"}}}
repository
tye-schema.json
{"additionalProperties": false, "type": "object", "properties": {"protocol": {"type": "string"}, "name": {"type": "string"}, "connectionString": {"type": "string"}, "autoAssignPort": {"default": false, "type": "boolean"}, "containerPort": {"type": "integer"}, "host": {"type": "string"}, "port": {"type": "integer"}}}
binding
tye-schema.json
{"additionalProperties": false, "required": ["target"], "type": "object", "properties": {"source": {"type": "string"}, "name": {"type": "string"}, "target": {"type": "string"}}}
volume
tye-schema.json
{"required": ["name"], "type": "object", "properties": {"name": {"type": "string"}}}
extension
tye-schema.json
{"additionalProperties": false, "required": ["name", "value"], "type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}}
env-var
tye-schema.json
{"required": ["service"], "type": "object", "properties": {"path": {"type": "string"}, "host": {"type": "string"}, "service": {"type": "string"}, "preservePath": {"type": "boolean"}}}
ingress-rule
tye-schema.json
{"required": ["name", "include"], "properties": {"include": {"type": "string"}, "name": {"type": "string"}}}
include
tye-schema.json
{"additionalProperties": false, "required": ["name", "value"], "type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}}
build-property
tye-schema.json
{"oneOf": [{"enum": ["tar", "zstd"], "type": "string"}, {"enum": ["bzip2"], "type": "string"}, {"enum": ["gzip"], "type": "string"}, {"enum": ["none"], "type": "string"}]}
CompressionType
sdf-schema-1.1.json
{"enum": ["deny", "allow"], "type": "string"}
Grant
sdf-schema-1.1.json
{"oneOf": [{"enum": ["uniform"], "type": "string"}, {"enum": ["even-odd"], "type": "string"}]}
Variadic
sdf-schema-1.1.json
{"additionalProperties": false, "required": ["name"], "type": "object", "properties": {"name": {"type": "string"}}}
Label
sdf-schema-1.1.json
{"enum": ["scalar", "aggregate", "window"], "type": "string"}
FunctionKind
sdf-schema-1.1.json
{"enum": ["column", "table"], "type": "string"}
Scope
sdf-schema-1.1.json
{"additionalProperties": false, "type": "object", "properties": {"constant": {"type": ["string", "null"]}, "name": {"type": ["string", "null"]}, "nullable": {"type": ["boolean", "null"]}, "datatype": {"type": ["string", "null"]}, "identifiers": {"items": {"type": "string"}, "type": ["array", "null"]}, "classifier": {"i...
Parameter
sdf-schema-1.1.json
{"enum": ["sdf", "presto", "bigquery", "redshift"], "type": "string"}
Dialect
sdf-schema-1.1.json
{"additionalProperties": false, "required": ["datatypes", "type-variable"], "type": "object", "properties": {"datatypes": {"items": {"type": "string"}, "type": "array"}, "type-variable": {"type": "string"}}}
TypeBound
sdf-schema-1.1.json
{"additionalProperties": false, "required": ["name"], "type": "object", "properties": {"name": {"type": "string"}, "value": {"type": ["string", "null"]}}}
Variable
sdf-schema-1.1.json
{"oneOf": [{"enum": ["cached"], "type": "string"}, {"enum": ["external"], "type": "string"}, {"enum": ["view"], "type": "string"}, {"enum": ["ephemeral"], "type": "string"}, {"enum": ["recursive"], "type": "string"}]}
Materialization
sdf-schema-1.1.json
{"additionalProperties": false, "type": "object", "properties": {"to": {"type": ["string", "null"]}, "from": {"type": ["string", "null"]}}}
Reclassify
sdf-schema-1.1.json
{"enum": ["parquet", "csv", "json"], "type": "string"}
FileFormat
sdf-schema-1.1.json
{"oneOf": [{"enum": ["pure"], "type": "string"}, {"enum": ["stable"], "type": "string"}, {"enum": ["volatile"], "type": "string"}]}
Volatility
sdf-schema-1.1.json
{"additionalProperties": false, "type": "object", "properties": {"apply": {"items": {"type": "string"}, "type": ["array", "null"]}, "copy": {"items": {"type": "string"}, "type": ["array", "null"]}, "modify": {"items": {"type": "string"}, "type": ["array", "null"]}, "scan": {"items": {"type": "string"}, "type": ["array"...
Lineage
sdf-schema-1.1.json
{"required": ["nanos_since_epoch", "secs_since_epoch"], "type": "object", "properties": {"nanos_since_epoch": {"minimum": 0.0, "type": "integer", "format": "uint32"}, "secs_since_epoch": {"minimum": 0.0, "type": "integer", "format": "uint64"}}}
SystemTime
sdf-schema-1.1.json
{"additionalProperties": false, "required": ["binary", "extension", "format", "name"], "type": "object", "properties": {"binary": {"type": "string"}, "name": {"type": "string"}, "extension": {"type": "string"}, "format": {"type": "string"}}}
Plugin
sdf-schema-1.1.json
{"additionalProperties": false, "required": ["name"], "type": "object", "properties": {"name": {"type": "string"}, "format": {"type": ["string", "null"]}}}
Partition
sdf-schema-1.1.json
{"additionalProperties": false, "required": ["branch", "git", "path", "rev"], "type": "object", "properties": {"path": {"type": "string"}, "git": {"type": "string"}, "rev": {"type": "string"}, "branch": {"type": "string"}}}
WorkspacePath
sdf-schema-1.1.json
{"enum": ["exists", "not-exists"], "type": "string"}
CodeAssertion
sdf-schema-1.1.json
{"additionalProperties": false, "required": ["input", "output"], "type": "object", "properties": {"input": {"type": "string"}, "output": {"type": "string"}}}
Example
sdf-schema-1.1.json
{"additionalProperties": false, "required": ["datatype", "name"], "type": "object", "properties": {"datatype": {"type": "string"}, "identifiers": {"items": {"type": "string"}, "type": ["array", "null"]}, "constant": {"type": ["string", "null"]}, "name": {"type": "string"}, "classifier": {"items": {"type": "string"}, "t...
OptionalParameter
sdf-schema-1.1.json
{"enum": ["zero-or-one", "one", "zero-or-more"], "type": "string"}
Cardinality
sdf-schema-1.1.json
{"enum": ["str", "list", "dict", "bool", "int", "float", "path", "raw", "jsonarg", "json", "bytes", "bits"], "type": "string"}
datatype
role-arg-spec.json
{"required": ["name"], "type": "object", "properties": {"date": {"type": "string"}, "collection_name": {"type": "string"}, "version": {"type": "string"}, "name": {"type": "string"}}}
deprecated_alias
role-arg-spec.json
{"additionalProperties": false, "type": "object", "properties": {"baseDir": {"default": "reports/mutation/events", "type": "string"}}}
eventRecorderOptions
stryker-core.json
{"enum": ["off", "fatal", "error", "warn", "info", "debug", "trace"], "type": "string", "tsEnumNames": ["Off", "Fatal", "Error", "Warning", "Information", "Debug", "Trace"]}
logLevel
stryker-core.json
{"additionalProperties": false, "type": "object", "properties": {"fileName": {"default": "reports/mutation/mutation.json", "type": "string"}}}
jsonReporterOptions
stryker-core.json
{"additionalProperties": false, "type": "object", "properties": {"excludedMutations": {"default": [], "items": {"type": "string"}, "type": "array"}, "plugins": {"default": null, "anyOf": [{"items": {"type": ["string", "array"]}, "type": "array"}, {"type": "null"}]}}}
mutatorDescriptor
stryker-core.json
{"additionalProperties": false, "type": "object", "properties": {"fileName": {"default": "reports/mutation/mutation.html", "type": "string"}}}
htmlReporterOptions
stryker-core.json
{"enum": ["full", "mutationScore"], "type": "string", "tsEnumNames": ["Full", "MutationScore"]}
reportType
stryker-core.json
{"type": "object", "properties": {"allowEmojis": {"default": false, "type": "boolean"}, "maxTestsToLog": {"default": 3, "minimum": 0, "type": "integer"}, "allowColor": {"default": true, "type": "boolean"}, "logTests": {"default": true, "type": "boolean"}}}
clearTextReporterOptions
stryker-core.json
{"default": {}, "type": "object", "properties": {"unknownOptions": {"default": true, "type": "boolean"}, "slow": {"default": true, "type": "boolean"}, "preprocessorErrors": {"default": true, "type": "boolean"}, "unserializableOptions": {"default": true, "type": "boolean"}}}
warningOptions
stryker-core.json
{"enum": ["off", "all", "perTest"], "type": "string"}
coverageAnalysis
stryker-core.json
{"minimum": 0, "type": "number", "maximum": 100}
percentage
stryker-core.json
{"type": "object", "properties": {"command": {"default": "npm test", "type": "string"}}}
commandRunnerOptions
stryker-core.json
{"type": "string"}
city
0.5.2.json
{"pattern": "^(http|https)://[A-Za-z0-9\u00c4\u00d6\u00dc\u00e4\u00f6\u00fc\u00df\\-_\\./]+", "type": "string"}
url
0.5.2.json
{"enum": ["", "AF", "AX", "AL", "DZ", "AS", "AD", "AO", "AI", "AQ", "AG", "AR", "AM", "AW", "AC", "AU", "AT", "AZ", "BS", "BH", "BD", "BB", "BY", "BE", "BZ", "BJ", "BM", "BT", "BO", "BA", "BW", "BV", "BR", "IO", "BN", "BG", "BF", "BI", "KH", "CM", "CA", "IC", "CV", "KY", "CF", "TD", "CL", "CN", "CX", "CC", "CO", "KM", ...
country
0.5.2.json
{"type": "string"}
phone
0.5.2.json
{"additionalProperties": false, "required": ["lat", "lon"], "type": "object", "properties": {"lat": {"type": "number"}, "lon": {"type": "number"}}}
geoCode
0.5.2.json
{"additionalProperties": false, "type": "object", "properties": {"street": {"type": "string"}, "name": {"type": "string"}, "zipcode": {"type": "string"}}}
address
0.5.2.json
{"pattern": "^[A-Za-z0-9\u00e4\u00f6\u00fc\u00c4\u00d6U\u00df_\\-\\.]+@[A-Za-z0-9\u00e4\u00f6\u00fc\u00c4\u00d6U\u00df_\\-\\.]+\\.[A-Za-z]{2,}$", "type": "string", "format": "email"}
email
0.5.2.json
{"type": "object", "properties": {"handleReferences": {"type": "boolean"}, "importRequiredTypes": {"type": "string"}, "excludedTypeNames": {"items": {"type": "string"}, "type": "array"}, "generateCloneMethod": {"type": "boolean"}, "responseClass": {"type": "string"}, "generateClientClasses": {"type": "boolean"}, "wrapD...
clientGenerator
nswag.json
{"type": "object", "properties": {"defaultPropertyNameHandling": {"enum": ["Default", "CamelCase", "SnakeCase"], "type": "string"}, "referencePaths": {"items": {"type": "string"}, "type": "array"}, "isAspNetCore": {"type": "boolean"}, "addMissingPathParameters": {"type": "boolean"}, "assemblyPaths": {"items": {"type": ...
webApiToSwagger
nswag.json
{}
swaggerToCSharpController
nswag.json
{"additionalProperties": false, "type": "object", "properties": {"quality_threshold": {"default": 25.0, "type": "number"}}}
MetricsConfig
sourcery_yaml_schema.json
{"enum": ["refactoring", "suggestion", "comment", "hover"]}
RuleType
sourcery_yaml_schema.json
{"additionalProperties": false, "type": "object", "properties": {"origin": {"default": "", "type": "string"}, "forked": {"default": "", "type": "string"}}}
RequestReview
sourcery_yaml_schema.json
{"additionalProperties": false, "type": "object", "properties": {"url": {"minLength": 1, "maxLength": 65536, "type": "string", "format": "uri"}, "ssl_certs_file": {"type": "string"}, "no_ssl_verify": {"default": false, "type": "boolean"}}}
ProxyConfig
sourcery_yaml_schema.json
{"additionalProperties": false, "required": ["no-match"], "type": "object", "properties": {"no-match": {"type": "string"}}}
NoMatchRuleTestConfig
sourcery_yaml_schema.json
{"required": ["major", "minor"], "type": "object", "properties": {"major": {"type": "integer"}, "minor": {"type": "integer"}}}
PythonVersion
sourcery_yaml_schema.json
{"additionalProperties": false, "required": ["match"], "type": "object", "properties": {"expect": {"type": "string"}, "match": {"type": "string"}}}
MatchRuleTestConfig
sourcery_yaml_schema.json
{"additionalProperties": false, "type": "object", "properties": {"exclude": {"items": {"type": "string"}, "type": "array"}, "include": {"items": {"type": "string"}, "type": "array"}}}
PathsConfig
sourcery_yaml_schema.json
{"enum": ["python", "java", "javascript", "typescript"], "type": "string"}
RuleLanguage
sourcery_yaml_schema.json
{"additionalProperties": false, "type": "object", "properties": {"min_lines": {"default": 3, "type": "integer"}, "identical_clones_only": {"default": false, "type": "boolean"}, "min_duplicates": {"default": 2, "type": "integer"}}}
CloneDetectionConfig
sourcery_yaml_schema.json
{"additionalProperties": {"type": ["string", "object"], "properties": {"version": {"type": "string"}, "type": {"default": "default", "enum": ["default", "build"], "type": "string"}}}, "type": "object"}
dependencies
nuget-project.json
{"required": ["type", "npm"], "type": "object", "properties": {"npm": {"required": ["name", "version"], "type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}}}, "type": {"enum": ["npm"], "type": "string"}}}
Npm
component-detection-manifest.json
{"required": ["type", "cargo"], "type": "object", "properties": {"cargo": {"required": ["name", "version"], "type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}}}, "type": {"enum": ["cargo"], "type": "string"}}}
Cargo
component-detection-manifest.json
{"required": ["type", "git"], "type": "object", "properties": {"git": {"required": ["commitHash", "repositoryUrl"], "type": "object", "properties": {"commitHash": {"type": "string"}, "repositoryUrl": {"type": "string", "format": "uri"}}}, "type": {"enum": ["git"], "type": "string"}}}
Git
component-detection-manifest.json
{"required": ["type", "rubygems"], "type": "object", "properties": {"type": {"enum": ["rubygems"], "type": "string"}, "rubygems": {"required": ["name", "version"], "type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}}}}}
RubyGems
component-detection-manifest.json
{"required": ["type", "nuget"], "type": "object", "properties": {"nuget": {"required": ["name", "version"], "type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}}}, "type": {"enum": ["nuget"], "type": "string"}}}
NuGet
component-detection-manifest.json
{"required": ["type", "linux"], "type": "object", "properties": {"type": {"enum": ["linux"], "type": "string"}, "linux": {"required": ["name", "version", "distribution", "release"], "type": "object", "properties": {"name": {"type": "string"}, "version": {"type": "string"}, "pool-URL": {"type": "string", "format": "uri"...
Linux
component-detection-manifest.json
{"required": ["type", "maven"], "type": "object", "properties": {"maven": {"required": ["groupId", "artifactId", "version"], "type": "object", "properties": {"version": {"type": "string"}, "groupId": {"type": "string"}, "artifactId": {"type": "string"}}}, "type": {"enum": ["maven"], "type": "string"}}}
Maven
component-detection-manifest.json
{"required": ["type", "pip"], "type": "object", "properties": {"pip": {"required": ["name", "version"], "type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}}}, "type": {"enum": ["pip"], "type": "string"}}}
Pip
component-detection-manifest.json
{"required": ["type", "vcpkg"], "type": "object", "properties": {"type": {"enum": ["vcpkg"], "type": "string"}, "vcpkg": {"required": ["spdxId", "name"], "type": "object", "properties": {"triplet": {"type": "string"}, "name": {"type": "string"}, "spdxId": {"type": "string"}, "version": {"type": "string"}, "portVersion"...
VCPKG
component-detection-manifest.json
{"required": ["type", "go"], "type": "object", "properties": {"go": {"required": ["name", "version"], "type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}}}, "type": {"enum": ["go"], "type": "string"}}}
Go
component-detection-manifest.json
{"required": ["type", "pod"], "type": "object", "properties": {"pod": {"required": ["name", "version"], "type": "object", "properties": {"version": {"type": "string"}, "name": {"type": "string"}}}, "type": {"enum": ["pod"], "type": "string"}}}
Pod
component-detection-manifest.json
{"required": ["type", "other"], "type": "object", "properties": {"other": {"required": ["name", "version", "downloadUrl", "hash"], "type": "object", "properties": {"downloadUrl": {"type": "string", "format": "uri"}, "version": {"type": "string"}, "hash": {"type": "string"}, "name": {"type": "string"}}}, "type": {"enum"...
Other
component-detection-manifest.json
{"additionalProperties": true, "type": "object", "properties": {"tags": {"minItems": 0, "items": {"type": "string"}, "default": [], "uniqueItems": true, "type": "array"}}}
propertyBag
sarif-2.1.0-rtm.5.json
{"type": "object", "properties": {"body": {"type": "string"}, "action": {"type": "string"}, "locking": {"enum": ["lock", "unlock"]}, "lock_reason": {"type": "string"}}}
labelItem
label-commenter-config.json
{"type": "string"}
mimeType
swagger-2.0.json
{"additionalProperties": {"uniqueItems": true, "items": {"type": "string"}, "type": "array"}, "type": "object"}
securityRequirement
swagger-2.0.json
{"default": "csv", "enum": ["csv", "ssv", "tsv", "pipes", "multi"], "type": "string"}
collectionFormatWithMulti
swagger-2.0.json
{"additionalProperties": true, "type": "object"}
examples
swagger-2.0.json
{"default": "csv", "enum": ["csv", "ssv", "tsv", "pipes"], "type": "string"}
collectionFormat
swagger-2.0.json
{"uniqueItems": true, "items": {"enum": ["http", "https", "ws", "wss"], "type": "string"}, "type": "array"}
schemesList
swagger-2.0.json
{}
vendorExtension
swagger-2.0.json
{"additionalProperties": {"type": "string"}, "type": "object"}
oauth2Scopes
swagger-2.0.json
{"default": "", "type": "string", "examples": ["Sample description"]}
description
github-issue-forms.json
{"default": "", "type": "string", "examples": ["Sample placeholder"]}
placeholder
github-issue-forms.json
{"additionalProperties": false, "type": "object", "properties": {"required": {"default": false, "type": "boolean"}}}
validations
github-issue-forms.json