Dataset Viewer
Auto-converted to Parquet Duplicate
definition
stringlengths
2
292k
key
stringlengths
2
84
schema
stringclasses
339 values
{"additionalProperties": false, "type": "object", "properties": {"msg": {"anyOf": [{"type": "string"}, {"items": {"type": "string"}, "type": "array"}]}}}
debug-msg
ruleset_schema.json
{"additionalProperties": false, "required": ["run_workflow_template"], "type": "object", "properties": {"run_workflow_template": {"additionalProperties": false, "required": ["name", "organization"], "type": "object", "properties": {"retries": {"type": "integer"}, "retry": {"type": "boolean"}, "name": {"type": "string"}...
run-workflow-template-action
ruleset_schema.json
{"additionalProperties": false, "oneOf": [{"required": ["once_within", "group_by_attributes"]}, {"required": ["once_after", "group_by_attributes"]}], "type": "object", "properties": {"once_within": {"pattern": "^\\d+\\s(milliseconds?|seconds?|minutes?|hours?|days?)$", "type": "string"}, "once_after": {"pattern": "^\\d+...
throttle
ruleset_schema.json
{"additionalProperties": false, "required": ["none"], "type": "object", "properties": {"none": {"type": ["object", "null"]}}}
none-action
ruleset_schema.json
{"additionalProperties": false, "type": "object", "properties": {"any": {"items": {"type": "string"}, "type": "array"}}}
any-condition
ruleset_schema.json
{"additionalProperties": false, "type": "object", "properties": {"all": {"items": {"type": "string"}, "type": "array"}, "timeout": {"pattern": "^\\d+\\s(milliseconds?|seconds?|minutes?|hours?|days?)$", "type": "string"}}}
all-condition
ruleset_schema.json
{"additionalProperties": false, "required": ["print_event"], "type": "object", "properties": {"print_event": {"additionalProperties": false, "type": ["object", "null"], "properties": {"var_root": {"type": ["string", "object"]}, "pretty": {"type": "boolean"}}}}}
print-event-action
ruleset_schema.json
{"additionalProperties": false, "type": "object", "properties": {"var": {"type": "string"}}}
debug-var
ruleset_schema.json
{"additionalProperties": false, "required": ["timeout", "not_all"], "type": "object", "properties": {"not_all": {"items": {"type": "string"}, "type": "array"}, "timeout": {"pattern": "^\\d+\\s(milliseconds?|seconds?|minutes?|hours?|days?)$", "type": "string"}}}
not-all-condition
ruleset_schema.json
{"additionalProperties": {"oneOf": [{"type": "object"}, {"type": "null"}]}, "type": "object", "properties": {"name": {"type": "string"}, "filters": {"items": {"type": "object"}, "type": "array"}}}
source
ruleset_schema.json
{"additionalProperties": false, "required": ["shutdown"], "type": "object", "properties": {"shutdown": {"additionalProperties": false, "type": ["object", "null"], "properties": {"delay": {"type": "number"}, "message": {"type": "string"}, "kind": {"enum": ["graceful", "now"], "type": "string"}}}}}
shutdown-action
ruleset_schema.json
{"additionalProperties": false, "required": ["run_playbook"], "type": "object", "properties": {"run_playbook": {"additionalProperties": false, "required": ["name"], "type": "object", "properties": {"retries": {"type": "integer"}, "retry": {"type": "boolean"}, "name": {"type": "string"}, "extra_vars": {"type": "object"}...
run-playbook-action
ruleset_schema.json
{"additionalProperties": false, "required": ["run_job_template"], "type": "object", "properties": {"run_job_template": {"additionalProperties": false, "required": ["name", "organization"], "type": "object", "properties": {"retries": {"type": "integer"}, "retry": {"type": "boolean"}, "name": {"type": "string"}, "job_arg...
run-job-template-action
ruleset_schema.json
{"additionalProperties": false, "required": ["retract_fact"], "type": "object", "properties": {"retract_fact": {"additionalProperties": false, "required": ["fact"], "type": "object", "properties": {"partial": {"default": true, "type": "boolean"}, "ruleset": {"type": "string"}, "fact": {"type": "object"}}}}}
retract-fact-action
ruleset_schema.json
{"additionalProperties": false, "required": ["set_fact"], "type": "object", "properties": {"set_fact": {"additionalProperties": false, "required": ["fact"], "type": "object", "properties": {"ruleset": {"type": "string"}, "fact": {"type": "object"}}}}}
set-fact-action
ruleset_schema.json
{"additionalProperties": false, "required": ["run_module"], "type": "object", "properties": {"run_module": {"additionalProperties": false, "required": ["name"], "type": "object", "properties": {"retries": {"type": "integer"}, "retry": {"type": "boolean"}, "name": {"type": "string"}, "post_events": {"type": "boolean"}, ...
run-module-action
ruleset_schema.json
{"additionalProperties": false, "required": ["post_event"], "type": "object", "properties": {"post_event": {"additionalProperties": false, "required": ["event"], "type": "object", "properties": {"ruleset": {"type": "string"}, "event": {"type": "object"}}}}}
post-event-action
ruleset_schema.json
{"oneOf": [{"type": "boolean"}, {"enum": ["Yes", "yes", "No", "no"], "type": "string"}]}
yaml-boolean
paf-module.schema.json
{"additionalProperties": false, "validation-failure": "{!r} is not properly configured deb repository", "required": ["type", "key-id", "url"], "type": "object", "properties": {"key-server": {"type": "string"}, "suites": {"minItems": 1, "uniqueItems": true, "type": "array", "items": {"type": "string"}}, "url": {"type": ...
apt-deb
snapcraft.json
{"additionalProperties": false, "validation-failure": "{!r} is not properly configured PPA repository", "required": ["type", "ppa"], "type": "object", "properties": {"ppa": {"type": "string"}, "type": {"enum": ["apt"], "type": "string"}}}
apt-ppa
snapcraft.json
{"minItems": 1, "additionalProperties": {"anyOf": [{"minLength": 1, "type": "string"}, {"type": "number"}]}, "type": "object"}
environment
snapcraft.json
{"validation-failure": "{!r} is not a valid user scope. Valid scopes include: 'shared'", "enum": ["shared"], "type": "string"}
system-username-scope
snapcraft.json
{"items": {"type": "string"}, "type": ["string", "array"]}
script
project-1.0.0-beta3.json
{"additionalProperties": {"type": ["string", "object"], "properties": {"version": {"type": "string"}, "type": {"default": "default", "enum": ["default", "build"], "type": "string"}}}, "type": "object"}
dependencies
project-1.0.0-beta3.json
{"type": "object", "properties": {"allowUnsafe": {"default": false, "type": "boolean"}, "warningsAsErrors": {"default": false, "type": "boolean"}, "define": {"uniqueItems": true, "items": {"type": "string"}, "type": "array"}, "optimize": {"default": false, "type": "boolean"}, "languageVersion": {"enum": ["csharp1", "cs...
compilationOptions
project-1.0.0-beta3.json
{"pattern": "^(?:[01]\\d|2[0-3]):[0-5]\\d$", "type": "string"}
TimeOfDay
gradle-enterprise-config-schema-7.json
{"pattern": "^(?:\\s*[A-Za-z0-9+/]){43}(?:\\s*=):(?:(?:\\s*[A-Za-z0-9+/]){4})*(?:(?:\\s*[A-Za-z0-9+/]){2}(?:\\s*=){2}|(?:\\s*[A-Za-z0-9+/]){3}(?:\\s*=))?\\s*$", "type": "string"}
HashedSecret
gradle-enterprise-config-schema-7.json
{"pattern": "^.+@.+$", "type": "string", "format": "gradle-enterprise:email-address"}
EmailAddress
gradle-enterprise-config-schema-7.json
{"additionalProperties": false, "type": "object", "properties": {"assignToNewExternalUsers": {"type": "boolean"}, "displayName": {"type": ["string", "null"]}, "externalValue": {"type": ["string", "null"]}, "permissions": {"uniqueItems": true, "items": {"enum": ["viewScan", "exportData", "administerGe", "administerProje...
Role
gradle-enterprise-config-schema-7.json
{"pattern": "^(?:plain:.+|aes256:(?:\\s*[A-Za-z0-9+/]){16}:(?:\\s*[A-Za-z0-9+/]){16}:(?:(?:\\s*[A-Za-z0-9+/]){4})*(?:(?:\\s*[A-Za-z0-9+/]){2}(?:\\s*=){2}|(?:\\s*[A-Za-z0-9+/]){3}(?:\\s*=))?\\s*)$", "type": "string"}
EncryptedSecret
gradle-enterprise-config-schema-7.json
{"pattern": "^(?=[^=]+$)(?!\\s+$)(.|\\n)+$", "type": "string"}
ConfigParamKey
gradle-enterprise-config-schema-7.json
{"additionalProperties": false, "required": ["Sinks"], "type": "object", "properties": {"Sinks": {"items": {"additionalProperties": false, "required": ["Type"], "type": "object", "properties": {"Type": {"enum": ["File", "Stdout"], "type": "string"}, "LogName": {"type": "string"}, "Level": {"default": "Info", "enum": ["...
Logging
sil-kit-registry-configuration.json
{"additionalProperties": false, "anyOf": [{"required": ["branches"]}, {"required": ["tags"]}], "type": "object", "properties": {"branches": {"items": {"type": "string"}, "type": "array"}, "tags": {"items": {"type": "string"}, "type": "array"}, "branches-ignore": {"items": {"type": "string"}, "type": "array"}, "tags-ign...
BranchesOrTags
config.schema.json
{"additionalProperties": false, "type": "object", "properties": {"test_flags": {"items": {"type": "string"}, "type": "array"}, "test_targets": {"items": {"type": "string"}, "type": "array"}, "build_targets": {"items": {"type": "string"}, "type": "array"}, "build_flags": {"items": {"type": "string"}, "type": "array"}}}
BazelStep
config.schema.json
{"additionalProperties": false, "required": ["branches"], "type": "object", "properties": {"paths": {"items": {"type": "string"}, "type": "array"}, "branches": {"items": {"type": "string"}, "type": "array"}, "branches-ignore": {"items": {"type": "string"}, "type": "array"}, "paths-ignore": {"items": {"type": "string"},...
BranchesAndPaths
config.schema.json
{"pattern": "^([A-Za-z_][A-Za-z0-9_]*(\\.[A-Za-z_][A-Za-z0-9_]*)*)*$", "type": "string"}
namespace
avro-avsc.json
{"enum": ["null", "boolean", "int", "long", "float", "double", "bytes", "string"], "type": "string"}
primitiveType
avro-avsc.json
{"pattern": "^[A-Za-z_][A-Za-z0-9_]*$", "type": "string"}
name
avro-avsc.json
{"pattern": "^https?://.*$", "type": "string"}
url
metadata.json
{"anyOf": [{"type": "string"}, {"items": {"type": "string"}, "type": "array"}]}
string_list
metadata.json
{"additionalProperties": false, "type": "object", "patternProperties": {"^[a-z]{2,3}(-([A-Z][a-zA-Z]+|\\d+|[a-z]+))*$": {"type": "string"}}}
localized_string
metadata.json
{"type": "object", "properties": {"encoding": {"type": "string"}, "mode": {"default": false, "type": ["boolean", "number"]}, "noProcess": {"type": "string"}}}
options
grunt-copy-task.json
{"type": "object", "properties": {"protocol": {"enum": ["tcp", "udp"], "type": "string"}, "internal_port": {"default": 8080, "type": "integer"}, "script_checks": {"deprecated": true}, "concurrency": {"type": "object", "properties": {"type": {"default": "connections", "type": "string", "enum": ["connections", "requests"...
services
fly.json
{"additionalProperties": false, "required": ["guest_path", "url_prefix"], "type": "object", "properties": {"guest_path": {"type": "string"}, "url_prefix": {"type": "string"}}}
statics
fly.json
{"anyOf": [{"pattern": "^(any|[0-9]+\\.[0-9]+(\\.[0-9]+)?)$", "type": "string"}, {"required": ["MAJOR"], "type": "object", "properties": {"MAJOR": {"type": "integer"}, "BUILD": {"type": "integer"}, "MINOR": {"type": "integer"}, "PATCH": {"type": "integer"}}}]}
version
KSP-AVC.schema.json
{"DIRECTORY": {"type": "string"}, "PATH": {"type": "string"}, "required": ["PATH", "DIRECTORY"], "NAME": {"type": "string"}, "FILE": {"type": "string"}}
install_loc
KSP-AVC.schema.json
{"type": "object", "properties": {"max": {"type": "number"}, "min": {"type": "number"}}}
numberRange
minecraft-predicate.json
{"items": {"type": "string"}, "type": ["string", "array"]}
script
project-1.0.0-beta8.json
{"additionalProperties": {"type": ["string", "object"], "properties": {"version": {"type": "string"}, "type": {"default": "default", "enum": ["default", "build"], "type": "string"}, "target": {"enum": ["project", "package"], "type": "string"}}}, "type": "object"}
dependencies
project-1.0.0-beta8.json
{"type": "object", "properties": {"warningsAsErrors": {"default": false, "type": "boolean"}, "delaySign": {"default": false, "type": "boolean"}, "languageVersion": {"enum": ["csharp1", "csharp2", "csharp3", "csharp4", "csharp5", "csharp6", "experimental"], "type": "string"}, "allowUnsafe": {"default": false, "type": "b...
compilationOptions
project-1.0.0-beta8.json
{"oneOf": [{"type": "object"}, {"enum": [false]}]}
ConfigPlugin
postcssrc.json
{"full": {"type": "string", "$schema": "http://json-schema.org/draft-07/schema#", "anyOf": [{"pattern": "^.*\\.[vV][sS][yY][sS][vV][aA][rR]$"}], "examples": ["path/to/my.vsysvar"]}}
9475
venvironment-basic-schema.json
{"full": {"additionalProperties": false, "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "examples": [{"show-error-on-data-loss": true, "warn-overwritten-log-file": false}, {"warn-overwritten-log-file": true}], "properties": {"show-error-on-data-loss": {"default": true, "anyOf": [{"type": "boole...
17c8
venvironment-basic-schema.json
{"full": {"type": "string", "$schema": "http://json-schema.org/draft-07/schema#", "const": "1.1.0", "examples": ["1.1.0"]}}
6141
venvironment-basic-schema.json
{"full": {"type": "string", "$schema": "http://json-schema.org/draft-07/schema#", "anyOf": [{"pattern": "^.*\\.[yY][aA][mM][lL]$"}, {"pattern": "^.*\\.[jJ][sS][oO][nN]$"}], "examples": ["path/to/myConfigFile.json", "path/to/myConfigFile.yaml"]}}
0a5c
venvironment-basic-schema.json
{"full": {"anyOf": [{"pattern": "^(?!.*(\\{TriggerCondition\\}|\\{LoggingBlock\\}|\\{IncMeasurement\\}|\\{ConfigName\\}|\\{IncTrigger\\|[0-9]*\\}|[\"<>*?:/\\\\])).*\\.[bB][lL][fF]$"}], "$schema": "http://json-schema.org/draft-07/schema#", "type": "string", "examples": ["fileName.blf", "log_{ComputerName}.blf", "log_{Lo...
b8ec
venvironment-basic-schema.json
{"full": {"type": "string", "$schema": "http://json-schema.org/draft-07/schema#", "anyOf": [{"pattern": "^.*\\.[vV][cC][dD][lL]$"}, {"pattern": "^.*\\.[vV][cC][oO][dD][mM]$"}], "examples": ["path/to/my.vcdl", "path/to/my.vcodm"]}}
1440
venvironment-basic-schema.json
{"full": {"type": "string", "$schema": "http://json-schema.org/draft-07/schema#", "const": "1.0.0", "examples": ["1.0.0"]}}
ac6e
venvironment-basic-schema.json
{"full": {"required": ["file-path"], "examples": [{"file-path": "path/to/my.txt"}, {"file-path": "path/to/my_file.ini"}], "additionalProperties": false, "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "properties": {"file-path": {"anyOf": [{"type": "string", "examples": ["path/to/my.txt"]}, {"it...
07a1
venvironment-basic-schema.json
{"full": {"type": "string", "$schema": "http://json-schema.org/draft-07/schema#", "const": "2.1.0", "examples": ["2.1.0"]}}
be66
venvironment-basic-schema.json
{"full": {"additionalProperties": false, "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "examples": [{"time-source": "internal-realtime"}], "properties": {"time-source": {"default": "internal-realtime", "anyOf": [{"enum": ["internal-realtime", "external-software"], "type": "string"}], "examples...
9af4
venvironment-basic-schema.json
{"full": {"type": "string", "$schema": "http://json-schema.org/draft-07/schema#", "const": "2.0.0", "examples": ["2.0.0"]}}
380d
venvironment-basic-schema.json
{"full": {"type": "string", "$schema": "http://json-schema.org/draft-07/schema#", "anyOf": [{"pattern": "^.*\\.[Ff][Mm][Uu]$"}], "examples": ["my_functional_mockup_unit.fmu", "Inputs/MyFmu.FMU"]}}
503b
venvironment-basic-schema.json
{"full": {"additionalProperties": false, "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "examples": [{"show-error-on-data-loss": true, "warn-overwritten-log-file": false}, {"warn-overwritten-log-file": true}], "properties": {"show-error-on-data-loss": {"default": true, "anyOf": [{"type": "boole...
cb82
venvironment-basic-schema.json
{"full": {"additionalProperties": false, "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "examples": [{"time-source": "internal-realtime"}], "properties": {"time-source": {"default": "internal-realtime", "anyOf": [{"enum": ["internal-realtime", "external-software"]}], "examples": ["internal-real...
11d8
venvironment-basic-schema.json
{"type": "object", "properties": {"no-write": {"default": false, "type": "boolean"}, "force": {"default": false, "type": "boolean"}}}
options
grunt-clean-task.json
{"default": "", "enum": ["_TestFormatMessage", "ai_CheckGoalpipes", "ai_commTest", "ai_commTestStop", "ai_DebugAgent", "ai_debugMNMAgentType", "ai_dumpCheckpoints", "ai_MNMCalculateAccessibility", "ai_MNMComputeConnectedIslands", "ai_NavigationReloadConfig", "ai_Recorder_Start", "ai_Recorder_Stop", "ai_reload", "ai_res...
commands
cryproj.52.schema.json
{"default": "sys_target_platforms", "enum": ["a_poseAlignerDebugDraw", "a_poseAlignerEnable", "a_poseAlignerForceLock", "a_poseAlignerForceNoIntersections", "a_poseAlignerForceNoRootOffset", "a_poseAlignerForceTargetSmoothing", "a_poseAlignerForceWeightOne", "ac_ColliderModeAI", "ac_ColliderModePlayer", "ac_debugAnimEf...
cvars
cryproj.52.schema.json
{"type": "object", "properties": {"skip-ssl-verify": {"default": false, "type": "boolean"}, "depth": {"default": 50, "oneOf": [{"type": "number", "exclusiveMinimum": 0}, {"const": "full"}]}, "enabled": {"default": true, "type": "boolean"}, "lfs": {"default": false, "type": "boolean"}}}
clone_properties
bitbucket-pipelines.schema.json
{"default": "1x", "enum": ["1x", "2x"], "type": "string"}
size
bitbucket-pipelines.schema.json
{"type": "boolean"}
fail_fast
bitbucket-pipelines.schema.json
{"default": "automatic", "enum": ["automatic", "manual"], "type": "string"}
trigger
bitbucket-pipelines.schema.json
{"type": "number"}
run_as_user
bitbucket-pipelines.schema.json
{"default": "atlassian/default-image:latest", "minLength": 1, "type": "string"}
image_name
bitbucket-pipelines.schema.json
{"minLength": 1, "type": "string", "maxLength": 50}
runner_label
bitbucket-pipelines.schema.json
{"type": "string"}
cache_path
bitbucket-pipelines.schema.json
{"additionalProperties": false, "required": ["changesets"], "type": "object", "properties": {"changesets": {"additionalProperties": false, "required": ["includePaths"], "type": "object", "properties": {"includePaths": {"minItems": 1, "items": {"minLength": 1, "type": "string"}, "type": "array"}}}}}
condition
bitbucket-pipelines.schema.json
{"required": ["pipe"], "type": "object", "properties": {"pipe": {"type": "string"}, "variables": {"type": "object", "patternProperties": {"^.*$": {"oneOf": [{"type": "string"}, {"minItems": 1, "items": {"type": "string"}, "type": "array"}]}}, "minProperties": 1}}}
pipe
bitbucket-pipelines.schema.json
{"default": 120, "type": "number", "exclusiveMinimum": 0, "maximum": 120}
max_time
bitbucket-pipelines.schema.json
{"minItems": 1, "items": {"type": "string"}, "type": "array"}
artifact_list
bitbucket-pipelines.schema.json
{"type": ["object", "null"]}
nullable-object
base.json
{"type": ["boolean", "null"]}
nullable-boolean
base.json
{"type": ["string", "null"]}
nullable-string
base.json
{"type": ["integer", "null"]}
nullable-integer
base.json
{"type": ["array", "null"]}
nullable-array
base.json
{"enum": ["Africa/Abidjan", "Africa/Accra", "Africa/Addis_Ababa", "Africa/Algiers", "Africa/Asmara", "Africa/Asmera", "Africa/Bamako", "Africa/Bangui", "Africa/Banjul", "Africa/Bissau", "Africa/Blantyre", "Africa/Brazzaville", "Africa/Bujumbura", "Africa/Cairo", "Africa/Casablanca", "Africa/Ceuta", "Africa/Conakry", "A...
timezone
base.json
{"oneOf": [{"enum": ["/usr/bin/nano", "/usr/bin/vim", "/usr/bin/emacs"]}, {}], "type": "string"}
editor
base.json
{"minLength": 1, "type": "string"}
path
base.json
{"type": ["number", "null"]}
nullable-number
base.json
{"items": {"type": "string"}, "type": "array"}
excludeFileFilter
bettercodehub.json
{"enum": ["csharp", "cpp", "go", "groovy", "java", "javascript", "objectivec", "perl", "php", "python", "ruby", "scala", "script", "solidity", "swift", "typescript", "kotlin"], "type": "string"}
supportedProgrammingLanguage
bettercodehub.json
{"properties": {"pattern": {"type": "array"}, "required": {"type": "boolean"}, "hint": {"type": "string"}}}
widget
netlify.json
{"type": "object", "properties": {"enabled": {"type": "boolean"}, "appId": {"type": "string"}}}
AwsAlexaSmartHome
reference.json
{"type": "object", "properties": {"level": {"enum": ["INFO", "ERROR"], "type": "string"}, "accessLogging": {"type": "boolean"}, "executionLogging": {"type": "boolean"}, "fullExecutionData": {"type": "boolean"}, "format": {"type": "string"}}}
AwsWebsocketLogs
reference.json
{"oneOf": [{"additionalProperties": false, "properties": {"Name": {"enum": ["AWS::Include"], "type": "string"}, "Parameters": {"additionalProperties": false, "type": "object", "properties": {"Location": {"type": "string", "format": "uri"}}}}}, {"enum": ["AWS::CodeDeployBlueGreen", "AWS::CodeStar", "AWS::SecretsManager-...
Transform
reference.json
{"type": "object", "properties": {"restApiId": {"type": "string"}, "websocketApiId": {"type": "string"}, "minimumCompressionSize": {"minimum": 0, "type": "number", "maximum": 10485760}, "shouldStartNameWithService": {"type": "boolean"}, "disableDefaultEndpoint": {"type": "boolean"}, "metrics": {"type": "boolean"}, "res...
AwsApiGateway
reference.json
{"type": "object", "properties": {"sqlVersion": {"type": "string"}, "enabled": {"type": "boolean"}, "name": {"type": "string"}, "sql": {"type": "string"}}}
AwsIot
reference.json
{"type": "object", "properties": {"Action": {"anyOf": [{"items": {"type": "string"}, "type": "array"}, {"additionalProperties": {}, "type": "object"}, {"type": "string"}]}, "Resource": {"anyOf": [{"items": {"type": "string"}, "type": "array"}, {"additionalProperties": {}, "type": "object"}, {"type": "string"}]}, "Effec...
AwsResourcePolicy
reference.json
{"type": "object", "properties": {"apiGateway": {"type": "boolean"}, "lambda": {"type": "boolean"}}}
AwsTracing
reference.json
{"type": "object", "properties": {"source": {"items": {"type": "string"}, "type": "array"}}}
AwsPatternExisting
reference.json
End of preview. Expand in Data Studio

No dataset card yet

Downloads last month
3