definition
stringlengths
2
292k
key
stringlengths
2
84
schema
stringclasses
339 values
{"items": {"type": "string"}, "type": "array"}
tags
openrewrite.json
{"additionalProperties": false, "required": ["path"], "type": "object", "properties": {"path": {"type": "string"}, "mount": {"default": false, "type": "boolean"}}}
Artifact
configuration.json
{"enum": ["3.7", "3.8", "3.9", "3.10", "3.11"], "type": "string"}
PythonVersion
configuration.json
{"additionalProperties": false, "required": ["container_port"], "type": "object", "properties": {"local_port": {"exclusiveMinimum": 0, "type": "integer", "maximum": 65536}, "container_port": {"exclusiveMinimum": 0, "type": "integer", "maximum": 65536}}}
PortMapping
configuration.json
{"additionalProperties": false, "required": ["password"], "type": "object", "properties": {"username": {"type": "string"}, "password": {"type": "string"}}}
RegistryAuth
configuration.json
{"additionalProperties": false, "required": ["path"], "type": "object", "properties": {"path": {"const": "gpc-remove-comments"}, "configuration": {"additionalProperties": false, "type": "object", "properties": {"keep": {"minItems": 1, "items": {"enum": ["NONE", "BEFORE_TAGS", "PRECEDING", "DESCRIPTION", "TAG", "ROW", "DOC_STRING", "STEP", "START", "END", "ALL"], "type": "string"}, "type": "array"}}}}}
gpcRemoveComments
gherking.schema.json
{"additionalProperties": false, "required": ["path", "configuration"], "type": "object", "properties": {"path": {"const": "gpc-replacer"}, "configuration": {"type": "object", "patternProperties": {"^[a-zA-Z0-9_-]+$": {"type": ["string", "integer", "boolean", "number"]}}, "minProperties": 1}}}
gpcReplacer
gherking.schema.json
{"additionalProperties": false, "required": ["path"], "type": "object", "properties": {"path": {"const": "gpc-for-loop"}, "configuration": {"additionalProperties": false, "type": "object", "properties": {"limitToMaxValue": {"default": true, "type": "boolean"}, "maxValue": {"default": 10, "minimum": 0, "type": "integer"}, "tagName": {"default": "loop", "pattern": "^[^ ]+$", "type": "string", "minLength": 1}, "format": {"default": "${name} (${i})", "minLength": 11, "type": "string", "allOf": [{"pattern": "^.*\\$\\{name\\}.*$"}, {"pattern": "^.*\\$\\{i\\}.*$"}]}}}}}
gpcForLoop
gherking.schema.json
{"additionalProperties": false, "required": ["path"], "type": "object", "properties": {"path": {"const": "gpc-step-groups"}}}
gpcStepGroups
gherking.schema.json
{"additionalProperties": false, "required": ["path", "configuration"], "type": "object", "properties": {"path": {"const": "gpc-license"}, "configuration": {"additionalProperties": false, "type": "object", "anyOf": [{"required": ["licenseFile"]}, {"required": ["licenseText"]}], "properties": {"licenseFile": {"minLength": 1, "type": "string"}, "placement": {"enum": ["start", "end"], "type": "string"}, "licenseText": {"minLength": 1, "type": "string"}}}}}
gpcLicense
gherking.schema.json
{"additionalProperties": false, "type": "object", "properties": {"compact": {"default": false, "type": "boolean"}, "lineBreak": {"default": null, "type": ["string", "null"]}, "oneTagPerLine": {"default": false, "type": "boolean"}, "indentation": {"default": " ", "type": "string"}, "separateStepGroups": {"default": false, "type": "boolean"}}}
formatOptions
gherking.schema.json
{"additionalProperties": false, "required": ["path"], "type": "object", "properties": {"path": {"const": "gpc-scenario-numbering"}, "configuration": {"additionalProperties": false, "type": "object", "properties": {"format": {"default": "${i}. ${name}", "minLength": 11, "type": "string", "allOf": [{"pattern": "^.*\\$\\{name\\}.*$"}, {"pattern": "^.*\\$\\{i\\}.*$"}]}}}}}
gpcScenarioNumbering
gherking.schema.json
{"additionalProperties": false, "required": ["path"], "type": "object", "properties": {"path": {"const": "gpc-remove-duplicates"}, "configuration": {"additionalProperties": false, "type": "object", "properties": {"processTags": {"default": true, "type": "boolean"}, "processRows": {"default": false, "type": "boolean"}}}}}
gpcRemoveDuplicates
gherking.schema.json
{"additionalProperties": false, "required": ["path"], "type": "object", "properties": {"path": {"const": "gpc-scenario-outline-numbering"}, "configuration": {"additionalProperties": false, "type": "object", "properties": {"addParameters": {"default": false, "type": "boolean"}, "addNumbering": {"default": true, "type": "boolean"}, "numberingFormat": {"default": "${i} - ${name}", "minLength": 11, "type": "string", "allOf": [{"pattern": "^.*\\$\\{name\\}.*$"}, {"pattern": "^.*\\$\\{i\\}.*$"}]}, "strictNaming": {"default": false, "type": "boolean"}, "parameterFormat": {"default": "${name} - ${parameters}", "minLength": 20, "type": "string", "allOf": [{"pattern": "^.*\\$\\{name\\}.*$"}, {"pattern": "^.*\\$\\{parameters\\}.*$"}]}, "parameterDelimiter": {"default": ",", "minLength": 1, "type": "string"}}}}}
gpcScenarioOutlineNumbering
gherking.schema.json
{"additionalProperties": false, "required": ["path"], "type": "object", "properties": {"path": {"const": "gpc-scenario-outline-expander"}, "configuration": {"additionalProperties": false, "type": "object", "properties": {"ignoreTag": {"default": "@notExpand", "minLength": 2, "type": "string", "pattern": "^@[^ ]+$"}}}}}
gpcScenarioOutlineExpander
gherking.schema.json
{"additionalProperties": false, "required": ["path"], "type": "object", "properties": {"path": {"const": "gpc-macro"}}}
gpcMacro
gherking.schema.json
{"additionalProperties": false, "required": ["path"], "type": "object", "properties": {"path": {"const": "gpc-filter"}, "configuration": {"default": "not @wip", "minLength": 1, "type": "string", "pattern": "^.*@[^ ]+.*$"}}}
gpcFilter
gherking.schema.json
{"additionalProperties": false, "required": ["path"], "type": "object", "properties": {"path": {"minLength": 1, "type": "string"}, "configuration": {"type": "object"}}}
gpcCustom
gherking.schema.json
{"additionalProperties": false, "required": ["path"], "type": "object", "properties": {"path": {"const": "gpc-test-data"}, "configuration": {"additionalProperties": false, "type": "object", "properties": {"defaultValue": {"default": "", "type": ["string", "number"]}, "appendData": {"default": true, "type": "boolean"}, "ignoreKeyCase": {"default": true, "type": "boolean"}, "keepTag": {"default": false, "type": "boolean"}}}}}
gpcTestData
gherking.schema.json
{"type": "object", "properties": {"rangeEnd": {"default": null, "type": "integer"}, "parser": {"anyOf": [{"enum": ["flow"]}, {"enum": ["babel"]}, {"enum": ["babel-flow"]}, {"enum": ["babel-ts"]}, {"enum": ["typescript"]}, {"enum": ["acorn"]}, {"enum": ["espree"]}, {"enum": ["meriyah"]}, {"enum": ["css"]}, {"enum": ["less"]}, {"enum": ["scss"]}, {"enum": ["json"]}, {"enum": ["json5"]}, {"enum": ["json-stringify"]}, {"enum": ["graphql"]}, {"enum": ["markdown"]}, {"enum": ["mdx"]}, {"enum": ["vue"]}, {"enum": ["yaml"]}, {"enum": ["glimmer"]}, {"enum": ["html"]}, {"enum": ["angular"]}, {"enum": ["lwc"]}, {"type": "string"}]}, "arrowParens": {"default": "always", "oneOf": [{"enum": ["always"]}, {"enum": ["avoid"]}]}, "plugins": {"default": [], "items": {"type": "string"}, "type": "array"}, "trailingComma": {"default": "es5", "oneOf": [{"enum": ["es5"]}, {"enum": ["none"]}, {"enum": ["all"]}]}, "pluginSearchDirs": {"default": [], "oneOf": [{"items": {"type": "string"}, "type": "array"}, {"enum": [false]}]}, "endOfLine": {"default": "lf", "oneOf": [{"enum": ["lf"]}, {"enum": ["crlf"]}, {"enum": ["cr"]}, {"enum": ["auto"]}]}, "quoteProps": {"default": "as-needed", "oneOf": [{"enum": ["as-needed"]}, {"enum": ["consistent"]}, {"enum": ["preserve"]}]}, "filepath": {"type": "string"}, "requirePragma": {"default": false, "type": "boolean"}, "rangeStart": {"default": 0, "type": "integer"}, "singleQuote": {"default": false, "type": "boolean"}, "printWidth": {"default": 80, "type": "integer"}, "vueIndentScriptAndStyle": {"default": false, "type": "boolean"}, "cursorOffset": {"default": -1, "type": "integer"}, "singleAttributePerLine": {"default": false, "type": "boolean"}, "bracketSameLine": {"default": false, "type": "boolean"}, "htmlWhitespaceSensitivity": {"default": "css", "oneOf": [{"enum": ["css"]}, {"enum": ["strict"]}, {"enum": ["ignore"]}]}, "insertPragma": {"default": false, "type": "boolean"}, "jsxSingleQuote": {"default": false, "type": "boolean"}, "bracketSpacing": {"default": true, "type": "boolean"}, "embeddedLanguageFormatting": {"default": "auto", "oneOf": [{"enum": ["auto"]}, {"enum": ["off"]}]}, "proseWrap": {"default": "preserve", "oneOf": [{"enum": ["always"]}, {"enum": ["never"]}, {"enum": ["preserve"]}]}, "semi": {"default": true, "type": "boolean"}, "tabWidth": {"default": 2, "type": "integer"}, "editorconfig": {"default": false, "type": "boolean"}, "useTabs": {"default": false, "type": "boolean"}}}
optionsDefinition
prettierrc.json
{"additionalProperties": false, "required": ["name", "query", "average_value"], "type": "object", "properties": {"query": {"type": "string"}, "name": {"type": "string"}, "average_value": {"type": "integer"}}}
AutoscalingMetrics
lotus.yaml.json
{"additionalProperties": false, "required": ["port", "service"], "type": "object", "properties": {"port": {"type": "integer"}, "service": {"type": "string"}}}
GRPCAction
lotus.yaml.json
{"additionalProperties": false, "required": ["Type", "IntVal", "StrVal"], "type": "object", "properties": {"Type": {"type": "integer"}, "StrVal": {"type": "string"}, "IntVal": {"type": "integer"}}}
IntOrString
lotus.yaml.json
{"additionalProperties": false, "type": "object", "properties": {"command": {"items": {"type": "string"}, "type": "array"}}}
ExecAction
lotus.yaml.json
{"additionalProperties": false, "type": "object", "properties": {"pass_auth_header": {"type": "boolean"}, "allow_bearer_auth": {"type": "boolean"}, "skip_auth": {"items": {"type": "string"}, "type": "array"}, "enabled": {"type": "boolean"}}}
SSOProxy
lotus.yaml.json
{"additionalProperties": false, "required": ["name", "value"], "type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "string"}}}
HTTPHeader
lotus.yaml.json
{"additionalProperties": false, "required": ["name", "type", "application"], "type": "object", "properties": {"application": {"type": "string"}, "type": {"type": "string"}, "name": {"type": "string"}}}
ClientOf
lotus.yaml.json
{"properties": {"defaultProvider": {"minLength": 1, "type": "string"}}}
defaultProvider
libman.json
{"required": ["library"], "properties": {"files": {"default": null, "items": {"minLength": 1, "type": "string"}, "type": "array"}, "destination": {"pattern": "^[^\\\\]+$", "type": "string"}, "library": {"minLength": 1, "type": "string"}, "provider": {"minLength": 1, "type": "string"}}}
libraryEntry
libman.json
{"not": {"required": ["defaultProvider"]}, "properties": {"libraries": {"items": {"required": ["provider"]}}}}
specifiedProvider
libman.json
{"not": {"required": ["defaultDestination"]}, "properties": {"libraries": {"items": {"required": ["destination"]}}}}
specifiedDestination
libman.json
{"properties": {"defaultDestination": {"minLength": 1, "type": "string"}}}
defaultDestination
libman.json
{"additionalProperties": false, "type": "object", "properties": {"autoCreateRedirects": {"type": "boolean"}, "httpStatusCode": {"type": "integer", "anyOf": [{"enum": [300, 301, 302, 303, 304, 305, 306, 307, 308], "type": "integer"}]}, "autoUpdateSlugs": {"type": "boolean"}, "redirectTTL": {"type": "integer"}}}
redirects
typo3.json
{"type": "object", "properties": {"errorCode": {"anyOf": [{"default": 404, "enum": [0, 404, 403, 500, 503], "type": "integer"}, {"type": "integer"}]}, "errorHandler": {"default": "Page", "enum": ["Page", "Fluid", "PHP"], "type": "string"}}, "allOf": [{"then": {"additionalProperties": false, "required": ["errorCode", "errorHandler", "errorPhpClassFQCN"], "properties": {"errorCode": {"type": "integer"}, "errorPhpClassFQCN": {"type": "string"}, "errorHandler": {"type": "string"}}}, "if": {"properties": {"errorHandler": {"const": "PHP"}}}}, {"then": {"additionalProperties": false, "required": ["errorCode", "errorHandler", "errorFluidTemplate"], "properties": {"errorFluidTemplate": {"type": "string"}, "errorHandler": {"type": "string"}, "errorCode": {"type": "integer"}, "errorFluidPartialsRootPath": {"type": "string"}, "errorFluidTemplatesRootPath": {"type": "string"}, "errorFluidLayoutsRootPath": {"type": "string"}}}, "if": {"properties": {"errorHandler": {"const": "Fluid"}}}}, {"then": {"required": ["errorCode", "errorHandler", "errorContentSource"], "properties": {"errorCode": {"type": "integer"}, "errorContentSource": {"type": "string", "examples": ["t3://page?uid=123"]}, "errorHandler": {"type": "string"}}}, "if": {"properties": {"errorHandler": {"const": "Page"}}}}]}
errorHandling
typo3.json
{"minItems": 1, "additionalProperties": false, "type": "object", "properties": {"locale": {"type": "string"}, "value": {"type": "string"}}}
localeMap
typo3.json
{"then": {"required": ["source"], "properties": {"source": {"type": "string"}}}, "required": ["route", "type"], "else": {"required": ["content"], "properties": {"content": {"type": "string"}}}, "additionalProperties": false, "type": "object", "properties": {"route": {"type": "string"}, "type": {"enum": ["uri", "staticText"], "type": "string"}}, "if": {"properties": {"type": {"const": "uri"}}}}
staticRoutes
typo3.json
{"additionalProperties": false, "required": ["base", "condition"], "type": "object", "properties": {"base": {"type": "string"}, "condition": {"type": "string"}}}
baseVariants
typo3.json
{"additionalProperties": false, "required": ["routePath", "_controller"], "type": "object", "properties": {"_controller": {"pattern": "^([a-zA-Z0-9]{1,30})::([a-zA-Z0-9]{1,30})$", "type": "string"}, "routePath": {"type": "string"}, "_arguments": {"additionalProperties": {"type": "string"}, "type": "object"}}}
enhancerRoute
typo3.json
{"required": ["~chart"], "type": "object", "properties": {"~chart": {"type": "string", "examples": ["app", "maildev", "hasura", "metabase"]}, "~needs": {"items": {"type": "string"}, "type": "array", "examples": ["[build-app]"]}}}
chart
values.schema.json
{"type": "string", "examples": ["SignIn", "SignOut"]}
GotoPage
noodl.schema.json
{"patternProperties": {"^[a-zA-Z0-9]+$": {"type": "object", "examples": ["{var:\"\"}"]}}, "type": "object"}
DataKeyObject
noodl.schema.json
{"pattern": "^=[.][a-zA-Z0-9]+.*$", "type": "string"}
RootEvalReference
noodl.schema.json
{"pattern": "^[.][a-zA-Z0-9]+.*$", "type": "string"}
RootReference
noodl.schema.json
{"type": "string"}
ViewTag
noodl.schema.json
{"type": "string", "examples": ["button", "canvas", "chart", "chatList", "ecosDoc", "divider", "footer", "header", "image", "label", "list", "listItem", "map", "page", "plugin", "pluginHead", "pluginBodyTop", "pluginBodyTail", "popUp", "register", "scrollView", "textField", "textView", "video", "view"]}
ComponentType
noodl.schema.json
{"type": "object", "properties": {"destination": {"type": "string", "examples": ["SignIn"]}}}
GotoObject
noodl.schema.json
{"type": "string", "examples": ["\"0\"", "\"0.1\"", "\"1\""]}
NoodlUnit
noodl.schema.json
{"const": "", "type": "string"}
Empty
noodl.schema.json
{"type": "string", "examples": ["left", "center", "centerX", "right"]}
TextAlignEnum
noodl.schema.json
{"type": "string"}
DataObject
noodl.schema.json
{"type": "string", "examples": ["openCamera", "openPhotoLibrary", "openDocumentManager", "pageJump", "popUpDismiss", "refresh", "register", "removeSignature", "saveObject", "saveSignature", "updateObject", "popUp", "builtIn", "evalObject"]}
ActionType
noodl.schema.json
{"type": "string", "examples": ["formData.password", "SignIn.formData.password"]}
DataKeyString
noodl.schema.json
{"pattern": "^=[.][.][a-zA-Z0-9]+.*$", "type": "string"}
LocalEvalReference
noodl.schema.json
{"oneOf": [{"type": "string"}, {"type": "number"}], "enum": ["1", 1]}
BorderPreset1
noodl.schema.json
{"oneOf": [{"type": "string"}, {"type": "number"}], "enum": [2, "2"]}
BorderPreset2
noodl.schema.json
{"oneOf": [{"type": "string"}, {"type": "number"}], "enum": ["3", 3]}
BorderPreset3
noodl.schema.json
{"oneOf": [{"type": "string"}, {"type": "number"}], "enum": ["4", 4]}
BorderPreset4
noodl.schema.json
{"oneOf": [{"type": "string"}, {"type": "number"}], "enum": ["5", 5]}
BorderPreset5
noodl.schema.json
{"oneOf": [{"type": "string"}, {"type": "number"}], "enum": ["6", 6]}
BorderPreset6
noodl.schema.json
{"pattern": "^[.][.][a-zA-Z0-9]+.*$", "type": "string"}
LocalReference
noodl.schema.json
{"type": "string", "examples": ["countryCode", "email", "date", "file", "formattedDate", "formattedDuration", "hidden", "listObject", "messageHidden", "number", "password", "passwordHidden", "phone", "phoneNumber", "tel", "text", "timer", "videoSubStream"]}
ContentType
noodl.schema.json
{"additionalProperties": true, "type": "object", "properties": {"y": {"type": "string", "examples": ["center"]}, "x": {"type": "string", "examples": ["left", "center", "centerX", "right"]}}}
TextAlignObject
noodl.schema.json
{"pattern": "^(0x)[a-zA-Z0-9]+$", "type": "string", "examples": ["\"0x000000\""]}
Color
noodl.schema.json
{"pattern": "^[=.]*[a-zA-Z0-9]+.*@$", "type": "string"}
AwaitReference
noodl.schema.json
{"items": {"anyOf": [{"type": "string"}, {"type": "number"}]}, "type": "array"}
SelectOptions
noodl.schema.json
{"enum": ["true", "false", true, false]}
Boolean
noodl.schema.json
{"pattern": "[a-zA-Z0-9]+@[a-zA-Z0-9]+#[a-zA-Z0-9]+", "type": "string", "examples": ["Dashboard@SignIn#someViewTag"]}
GotoPageComponentUrl
noodl.schema.json
{"type": "string", "examples": ["admin", "business"]}
PageModule
noodl.schema.json
{"type": "string", "examples": ["\"219\""]}
PageNumber
noodl.schema.json
{"additionalProperties": false, "type": "object", "properties": {"cadlVersion": {"type": "object", "properties": {"test": {"type": "string", "examples": ["0.56d"]}, "stable": {"type": "string", "examples": ["0.56d"]}}}}}
ConfigVersionObjectByDevice
noodl.schema.json
{"additionalProperties": false, "type": "object", "properties": {"startOfAreaA": {"default": 8, "minimum": 8, "type": "integer", "maximum": 11}, "indentLength": {"default": 3, "minimum": 0, "type": "integer", "maximum": 10}}}
dataDivIndent
zcodeformat-schema-0.0.1.json
{"enum": ["none", "upper", "lower", "mixed"]}
cobolCapitalizationOptions
zcodeformat-schema-0.0.1.json
{"additionalProperties": false, "type": "object", "properties": {"indentInvalidKeyBlock": {"default": 8, "minimum": 0, "type": "integer", "maximum": 10}, "indentExecBlock": {"default": 5, "minimum": 0, "type": "integer", "maximum": 10}, "indentOnExceptionBlock": {"default": 3, "minimum": 0, "type": "integer", "maximum": 10}, "indentNotAtEndBlock": {"default": 4, "minimum": 0, "type": "integer", "maximum": 10}, "indentAtEndOfPageBlock": {"default": 3, "minimum": 0, "type": "integer", "maximum": 10}, "indentEndExecPhrase": {"default": true, "type": "boolean"}, "indentIfBlock": {"default": 3, "minimum": 0, "type": "integer", "maximum": 10}, "indentNotOnExceptionBlock": {"default": 4, "minimum": 0, "type": "integer", "maximum": 10}, "indentOnOverflowBlock": {"default": 3, "minimum": 0, "type": "integer", "maximum": 10}, "indentNotAtEndOfPageBlock": {"default": 4, "minimum": 0, "type": "integer", "maximum": 10}, "indentNotInvalidKeyBlock": {"default": 4, "minimum": 0, "type": "integer", "maximum": 10}, "indentNotOnSizeErrorBlock": {"default": 4, "minimum": 0, "type": "integer", "maximum": 10}, "indentPerformBlock": {"default": 8, "minimum": 0, "type": "integer", "maximum": 10}, "indentAtEndBlock": {"default": 3, "minimum": 0, "type": "integer", "maximum": 10}, "indentOnSizeErrorBlock": {"default": 3, "minimum": 0, "type": "integer", "maximum": 10}, "indentWhenBlock": {"default": 5, "minimum": 0, "type": "integer", "maximum": 10}, "indentNotOnOverflowBlock": {"default": 4, "minimum": 0, "type": "integer", "maximum": 10}}}
blockIndent
zcodeformat-schema-0.0.1.json
{"enum": ["upper", "lower"]}
copybookCapitalizationOptions
zcodeformat-schema-0.0.1.json
{"additionalProperties": false, "required": ["tool"], "type": "object", "properties": {"input": {"anyOf": [{"type": "string"}, {"type": "null"}]}, "tool": {"enum": ["apt-get-install", "azurecli-login", "choco-install", "choco-upgrade", "dotnet-restore", "dotnet-toolinstall", "enable-iis", "msi-install", "npm-install", "nuget-restore", "require-azureartifactscredentialprovider", "require-azurecli", "require-choco", "require-dotnetcoresdk", "require-dotnetframeworksdk", "require-gitsubmodule", "require-mssql", "require-nodejs", "require-npm", "require-nuget", "require-psmodule", "require-vcpkg", "require-vscomponent", "require-winget", "set-env", "vcpkg-install", "windowsfeature-disable", "windowsfeature-enable", "windowsfeature-list", "winget-install", "wsl-install"], "type": "string"}, "additionalOptions": {"anyOf": [{"type": "string"}, {"type": "null"}]}, "comments": {"anyOf": [{"type": "string"}, {"type": "null"}]}}}
runObject
devinit.schema-6.0.json
{"enum": ["x86", "x64", "ARM", "ARM64", "Win32", "Any CPU"]}
platform
appveyor.json
{"enum": ["macOS", "macOS-Mojave", "macos-bigsur", "macos-monterey", "Previous macOS", "Previous macOS-Mojave", "Ubuntu", "Ubuntu1604", "Ubuntu1804", "Ubuntu2004", "Previous Ubuntu", "Previous Ubuntu1604", "Previous Ubuntu1804", "Previous Ubuntu2004", "Visual Studio 2013", "Visual Studio 2015", "Visual Studio 2017", "Visual Studio 2019", "Visual Studio 2022", "Visual Studio 2017 Preview", "Visual Studio 2019 Preview", "Previous Visual Studio 2013", "Previous Visual Studio 2015", "Previous Visual Studio 2017", "Previous Visual Studio 2019", "Previous Visual Studio 2022", "zhaw18", "WMF 5"]}
imageName
appveyor.json
{"oneOf": [{"type": "string"}, {"additionalProperties": false, "type": "object", "properties": {"ps": {"type": "string"}}}, {"additionalProperties": false, "type": "object", "properties": {"pwsh": {"type": "string"}}}, {"additionalProperties": false, "type": "object", "properties": {"cmd": {"type": "string"}}}, {"additionalProperties": false, "type": "object", "properties": {"sh": {"type": "string"}}}]}
command
appveyor.json
{"additionalProperties": false, "type": "object", "properties": {"files": {"items": {"type": "string"}, "type": "array"}, "message": {"type": "string", "format": "regex"}, "author": {"anyOf": [{"type": "string", "format": "regex"}, {"type": "string"}]}}}
commitFilter
appveyor.json
{"type": "string"}
configuration
appveyor.json
{"anyOf": [{"type": "string"}, {"type": "number"}, {"additionalProperties": false, "type": "object", "properties": {"secure": {"type": "string"}}}]}
possiblySecretString
appveyor.json
{"type": "object", "properties": {"fixed_time": {"anyOf": [{"default": false, "type": "boolean"}, {"minimum": 0, "type": "integer", "maximum": 24000}]}, "coordinate_scale": {"type": "number"}, "has_ceiling": {"type": "boolean"}, "natural": {"type": "boolean"}, "name": {"type": "string"}, "bed_works": {"type": "boolean"}, "logical_height": {"type": "integer"}, "height": {"minimum": 0, "type": "integer", "multipleOf": 16, "maximum": 4096}, "ambient_light": {"default": 0.5, "type": "number"}, "has_skylight": {"type": "boolean"}, "effects": {"default": "minecraft:overworld", "enum": ["minecraft:overworld", "minecraft:the_nether", "minecraft:the_end"], "type": "string"}, "ultrawarm": {"type": "boolean"}, "respawn_anchor_works": {"type": "boolean"}, "infiniburn": {"type": "string"}, "has_raids": {"type": "boolean"}, "piglin_safe": {"type": "boolean"}, "min_y": {"minimum": -2032, "type": "integer", "multipleOf": 16, "maximum": 2031}}}
dimensionType
minecraft-dimension.json
{"type": "object", "properties": {"amplitudes": {"default": [1, 1], "items": {"type": "number"}, "type": "array"}, "firstOctave": {"default": -7, "type": "integer"}}}
noise
minecraft-dimension.json
{"default": "all", "enum": ["all", "changed", "added", "deleted"], "type": "string"}
eventType
grunt-watch-task.json
{"additionalProperties": {"type": "object"}, "type": "object"}
pluginMiddleware
traefik-v2-file-provider.json
{"additionalProperties": false, "type": "object", "properties": {"services": {"items": {"type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "number"}}}, "type": "array"}, "healthCheck": {"type": "object"}, "sticky": {"type": "object", "properties": {"cookie": {"type": "object", "properties": {"secure": {"default": false, "type": "boolean"}, "name": {"type": "string"}, "httpOnly": {"default": false, "type": "boolean"}, "sameSite": {"default": "", "type": "string"}}}}}}}
httpWeightedService
traefik-v2-file-provider.json
{"additionalProperties": false, "required": ["services"], "type": "object", "properties": {"services": {"minItems": 1, "items": {"additionalProperties": false, "required": ["name", "weight"], "type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "number"}}}, "type": "array"}}}
udpWeightedService
traefik-v2-file-provider.json
{"additionalProperties": false, "type": "object", "properties": {"prefix": {"type": "string"}}}
addPrefixMiddleware
traefik-v2-file-provider.json
{"additionalProperties": false, "type": "object", "properties": {"regex": {"type": "string"}, "replacement": {"type": "string"}}}
replacePathRegexMiddleware
traefik-v2-file-provider.json
{"additionalProperties": false, "type": "object", "properties": {"info": {"type": "object", "properties": {"notAfter": {"type": "boolean"}, "notBefore": {"type": "boolean"}, "subject": {"type": "object", "properties": {"province": {"type": "boolean"}, "locality": {"type": "boolean"}, "country": {"type": "boolean"}, "serialNumber": {"type": "boolean"}, "commonName": {"type": "boolean"}, "domainComponent": {"type": "boolean"}, "organization": {"type": "boolean"}}}, "sans": {"type": "boolean"}, "issuer": {"type": "object", "properties": {"province": {"type": "boolean"}, "locality": {"type": "boolean"}, "country": {"type": "boolean"}, "serialNumber": {"type": "boolean"}, "commonName": {"type": "boolean"}, "domainComponent": {"type": "boolean"}, "organization": {"type": "boolean"}}}}}, "pem": {"type": "boolean"}}}
passTLSClientCertMiddleware
traefik-v2-file-provider.json
{"additionalProperties": false, "type": "object", "properties": {"accessControlAllowOriginList": {"items": {"type": "string"}, "type": "array"}, "sslProxyHeaders": {"additionalProperties": {"type": "string"}, "type": "object"}, "referrerPolicy": {"type": "string"}, "contentTypeNosniff": {"type": "boolean"}, "sslHost": {"type": "string"}, "browserXssFilter": {"type": "boolean"}, "contentSecurityPolicy": {"type": "string"}, "sslForceHost": {"type": "boolean"}, "forceSTSHeader": {"type": "boolean"}, "frameDeny": {"type": "boolean"}, "accessControlAllowOriginListRegex": {"items": {"type": "string"}, "type": "array"}, "customBrowserXSSValue": {"type": "string"}, "accessControlMaxAge": {"type": "integer"}, "accessControlAllowHeaders": {"items": {"type": "string"}, "type": "array"}, "featurePolicy": {"type": "string"}, "stsIncludeSubdomains": {"type": "boolean"}, "accessControlAllowMethods": {"items": {"type": "string"}, "type": "array"}, "customRequestHeaders": {"additionalProperties": {"type": "string"}, "type": "object"}, "stsPreload": {"type": "boolean"}, "addVaryHeader": {"type": "boolean"}, "sslTemporaryRedirect": {"type": "boolean"}, "stsSeconds": {"type": "integer"}, "permissionsPolicy": {"type": "string"}, "sslRedirect": {"type": "boolean"}, "accessControlAllowCredentials": {"type": "boolean"}, "hostsProxyHeaders": {"items": {"type": "string"}, "type": "array"}, "accessControlExposeHeaders": {"items": {"type": "string"}, "type": "array"}, "customResponseHeaders": {"additionalProperties": {"type": "string"}, "type": "object"}, "publicKey": {"type": "string"}, "allowedHosts": {"items": {"type": "string"}, "type": "array"}, "isDevelopment": {"type": "boolean"}, "customFrameOptionsValue": {"type": "string"}}}
headersMiddleware
traefik-v2-file-provider.json
{"additionalProperties": false, "type": "object", "properties": {"excludedContentTypes": {"items": {"type": "string"}, "type": "array"}, "minResponseBodyBytes": {"type": "integer"}}}
compressMiddleware
traefik-v2-file-provider.json
{"type": "object", "properties": {"removeHeader": {"default": false, "type": "boolean"}, "realm": {"default": "traefik", "type": "string"}, "usersFile": {"type": "string"}, "headerField": {"type": "string"}, "users": {"items": {"type": "string"}, "type": "array"}}}
basicAuthMiddleware
traefik-v2-file-provider.json
{"additionalProperties": false, "required": ["rule", "service"], "type": "object", "properties": {"tls": {"type": "object", "properties": {"domains": {"items": {"type": "object", "properties": {"main": {"type": "string"}, "sans": {"items": {"type": "string"}, "type": "array"}}}, "type": "array"}, "certResolver": {"type": "string"}, "options": {"type": "string"}}}, "entryPoints": {"items": {"type": "string"}, "type": "array"}, "service": {"type": "string"}, "rule": {"type": "string"}, "priority": {"default": 0, "minimum": 0, "type": "integer"}, "middlewares": {"items": {"type": "string"}, "type": "array"}}}
httpRouter
traefik-v2-file-provider.json
{"additionalProperties": false, "type": "object", "properties": {"regex": {"items": {"type": "string"}, "type": "array"}}}
stripPrefixRegexMiddleware
traefik-v2-file-provider.json
{"additionalProperties": false, "required": ["services"], "type": "object", "properties": {"services": {"minItems": 1, "items": {"additionalProperties": false, "required": ["name", "weight"], "type": "object", "properties": {"name": {"type": "string"}, "weight": {"type": "number"}}}, "type": "array"}}}
tcpWeightedService
traefik-v2-file-provider.json
{"additionalProperties": false, "required": ["rule", "service"], "type": "object", "properties": {"tls": {"type": "object", "properties": {"domains": {"items": {"type": "object", "properties": {"main": {"type": "string"}, "sans": {"items": {"type": "string"}, "type": "array"}}}, "type": "array"}, "passthrough": {"default": false, "type": "boolean"}, "certResolver": {"type": "string"}, "options": {"type": "string"}}}, "entryPoints": {"items": {"type": "string"}, "type": "array"}, "service": {"type": "string"}, "rule": {"type": "string"}, "priority": {"default": 0, "minimum": 0, "type": "integer"}, "middlewares": {"items": {"type": "string"}, "type": "array"}}}
tcpRouter
traefik-v2-file-provider.json
{"additionalProperties": false, "type": "object", "properties": {"healthCheck": {"type": "object"}, "maxBodySize": {"default": -1, "type": "integer"}, "service": {"type": "string"}, "mirrors": {"items": {"type": "object", "properties": {"percent": {"minimum": 0, "type": "number", "maximum": 100}, "name": {"type": "string"}}}, "type": "array"}}}
httpMirroringService
traefik-v2-file-provider.json
{"additionalProperties": false, "type": "object", "properties": {"autoDetect": {"default": false, "type": "boolean"}}}
contentTypeMiddleware
traefik-v2-file-provider.json
{"additionalProperties": false, "type": "object", "properties": {"healthCheck": {"type": "object"}, "fallback": {"type": "string"}, "service": {"type": "string"}}}
httpFailoverService
traefik-v2-file-provider.json