definition
stringlengths
2
292k
key
stringlengths
2
84
schema
stringclasses
339 values
{"pattern": "^([Hh][Tt][Tt][Pp][Ss]?)://.+$", "type": ["string", "null"], "maxLength": 2000}
Url
winget-pkgs-singleton-1.0.0.json
{"pattern": "^[^\\\\/:\\*\\?\"<>\\|\\x01-\\x1f]+$", "type": "string", "maxLength": 128}
PackageVersion
winget-pkgs-singleton-1.0.0.json
{"enum": ["msix", "msi", "appx", "exe", "zip", "inno", "nullsoft", "wix", "burn", "pwa"], "type": ["string", "null"]}
InstallerType
winget-pkgs-singleton-1.0.0.json
{"pattern": "^([a-zA-Z]{2}|[iI]-[a-zA-Z]+|[xX]-[a-zA-Z]{1,8})(-[a-zA-Z]{1,8})*$", "type": ["string", "null"], "maxLength": 20}
Locale
winget-pkgs-singleton-1.0.0.json
{"uniqueItems": true, "items": {"not": {"enum": [0]}, "type": "integer"}, "type": ["array", "null"], "maxItems": 16}
InstallerSuccessCodes
winget-pkgs-singleton-1.0.0.json
{"minLength": 1, "type": ["string", "null"], "maxLength": 40}
Tag
winget-pkgs-singleton-1.0.0.json
{"additionalProperties": false, "type": "object", "properties": {"command": {"oneOf": [{"type": "string"}, {"items": {"type": "string"}, "type": "array"}]}, "env": {"additionalProperties": {"type": "string"}, "type": "object"}, "dir": {"type": "string"}}}
StaticBuild
schema-app.json
{"additionalProperties": false, "type": "object", "patternProperties": {"^[_a-zA-Z][a-zA-Z0-9_-]*$": {"oneOf": [{"type": "null"}, {"type": "object"}]}}}
Needs
schema-app.json
{"additionalProperties": true, "type": "object", "properties": {"command": {"oneOf": [{"type": "string"}, {"items": {"type": "string"}, "type": "array"}]}, "port": {"type": "integer"}, "env": {"additionalProperties": {"type": "string"}, "type": "object"}, "plugin": {"type": "string"}}}
Run
schema-app.json
{"additionalProperties": false, "type": "object", "properties": {"command": {"oneOf": [{"type": "string"}, {"items": {"type": "string"}, "type": "array"}]}, "env": {"additionalProperties": {"type": "string"}, "type": "object"}, "dir": {"type": "string"}}}
FunctionBuild
schema-app.json
{"additionalProperties": false, "type": "object", "properties": {"patterns": {"items": {"type": "string"}, "type": "array"}}}
FunctionPackage
schema-app.json
{"additionalProperties": false, "type": "object", "properties": {"realm": {"type": "string"}, "users": {"additionalProperties": {"type": "string"}, "type": "object"}}}
StaticBasicAuth
schema-app.json
{"additionalProperties": false, "type": "object", "properties": {"enabled": {"type": "boolean"}}}
CDN
schema-app.json
{"additionalProperties": true, "type": "object", "properties": {"max_scale": {"type": "integer"}, "patterns": {"items": {"type": "string"}, "type": "array"}, "min_scale": {"type": "integer"}, "timeout": {"type": "integer"}, "plugin": {"type": "string"}}}
StaticDeploy
schema-app.json
{"additionalProperties": false, "type": "object", "properties": {"build_args": {"additionalProperties": {"type": "string"}, "type": "object"}, "image": {"type": "string"}, "skip_build": {"type": "boolean"}, "skip_pull": {"type": "boolean"}, "context": {"type": "string"}, "dockerfile": {"type": "string"}}}
ServiceBuild
schema-app.json
{"items": {"additionalProperties": false, "required": ["cron"], "type": "object", "properties": {"cron": {"type": "string"}, "path": {"type": "string"}, "method": {"enum": ["GET", "POST", "HEAD", "PUT", "DELETE", "PATCH", "OPTIONS"], "type": "string"}, "name": {"type": "string"}, "headers": {"additionalProperties": {"type": "string"}, "type": "object"}}}, "type": "array"}
Scheduler
schema-app.json
{"additionalProperties": true, "type": "object", "properties": {"max_scale": {"type": "integer"}, "memory_limit": {"type": "integer"}, "env": {"additionalProperties": {"type": "string"}, "type": "object"}, "min_scale": {"type": "integer"}, "plugin": {"type": "string"}, "timeout": {"type": "integer"}}}
FunctionDeploy
schema-app.json
{"additionalProperties": false, "type": "object", "properties": {"command": {"oneOf": [{"type": "string"}, {"items": {"type": "string"}, "type": "array"}]}, "entrypoint": {"oneOf": [{"type": "string"}, {"items": {"type": "string"}, "type": "array"}]}, "port": {"type": "integer"}}}
ServiceContainer
schema-app.json
{"additionalProperties": false, "required": ["name", "description"], "type": "object", "examples": [{"name": "Stablecoin"}], "properties": {"name": {"pattern": "^[ \\w]+$", "type": "string", "minLength": 1, "maxLength": 20}}}
TagDefinition
tokenlist.schema.json
{"pattern": "^[\\w]+$", "type": "string", "examples": ["compound", "stablecoin"], "minLength": 1, "maxLength": 10}
TagIdentifier
tokenlist.schema.json
{"pattern": "^[\\w]+$", "type": "string", "examples": ["color", "is_fee_on_transfer", "aliases"], "minLength": 1, "maxLength": 40}
ExtensionIdentifier
tokenlist.schema.json
{"anyOf": [{"minLength": 1, "type": "string", "examples": ["#00000"], "maxLength": 42}, {"type": "boolean", "examples": [true]}, {"type": "number", "examples": [15]}, {"type": "null"}]}
ExtensionPrimitiveValue
tokenlist.schema.json
{"additionalProperties": false, "required": ["major", "minor", "patch"], "type": "object", "examples": [{"major": 1, "minor": 0, "patch": 0}], "properties": {"major": {"minimum": 0, "type": "integer", "examples": [1, 2]}, "minor": {"minimum": 0, "type": "integer", "examples": [0, 1]}, "patch": {"minimum": 0, "type": "integer", "examples": [0, 1]}}}
Version
tokenlist.schema.json
{"type": "object", "properties": {"border": {"additionalProperties": false, "type": "object", "properties": {"color": {"default": false, "type": "boolean"}, "width": {"default": false, "type": "boolean"}, "style": {"default": false, "type": "boolean"}, "radius": {"default": false, "type": "boolean"}}}}}
settingsPropertiesBorder
theme.json
{"type": "object", "properties": {"typography": {"additionalProperties": false, "type": "object", "properties": {"letterSpacing": {"default": true, "type": "boolean"}, "fontStyle": {"default": true, "type": "boolean"}, "textDecoration": {"default": true, "type": "boolean"}, "customFontSize": {"default": true, "type": "boolean"}, "fluid": {"default": false, "oneOf": [{"additionalProperties": false, "type": "object", "properties": {"minFontSize": {"type": "string"}, "maxViewportWidth": {"type": "string"}, "minViewportWidth": {"type": "string"}}}, {"type": "boolean"}]}, "fontSizes": {"items": {"additionalProperties": false, "type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "fluid": {"oneOf": [{"additionalProperties": false, "type": "object", "properties": {"max": {"type": "string"}, "min": {"type": "string"}}}, {"type": "boolean"}]}, "size": {"type": "string"}}}, "type": "array"}, "textColumns": {"default": false, "type": "boolean"}, "fontWeight": {"default": true, "type": "boolean"}, "writingMode": {"default": false, "type": "boolean"}, "fontFamilies": {"items": {"additionalProperties": false, "type": "object", "properties": {"fontFamily": {"type": "string"}, "fontFace": {"items": {"additionalProperties": false, "required": ["fontFamily", "src"], "type": "object", "properties": {"fontFamily": {"default": "", "type": "string"}, "src": {"default": [], "oneOf": [{"type": "string"}, {"items": {"type": "string"}, "type": "array"}]}, "fontStyle": {"default": "normal", "type": "string"}, "fontWeight": {"default": "400", "oneOf": [{"type": "string"}, {"type": "integer"}]}, "fontFeatureSettings": {"type": "string"}, "descentOverride": {"type": "string"}, "fontStretch": {"type": "string"}, "fontVariant": {"type": "string"}, "fontVariationSettings": {"type": "string"}, "unicodeRange": {"type": "string"}, "fontDisplay": {"default": "fallback", "enum": ["auto", "block", "fallback", "swap", "optional"], "type": "string"}, "sizeAdjust": {"type": "string"}, "lineGapOverride": {"type": "string"}, "ascentOverride": {"type": "string"}}}, "type": "array"}, "name": {"type": "string"}, "slug": {"type": "string"}}}, "type": "array"}, "dropCap": {"default": true, "type": "boolean"}, "lineHeight": {"default": false, "type": "boolean"}, "textTransform": {"default": true, "type": "boolean"}}}}}
settingsPropertiesTypography
theme.json
{"type": "object", "properties": {"position": {"additionalProperties": false, "type": "object", "properties": {"sticky": {"default": false, "type": "boolean"}}}}}
settingsPropertiesPosition
theme.json
{"type": "object", "properties": {"ref": {"type": "string"}}}
refComplete
theme.json
{"type": "object", "properties": {"dimensions": {"additionalProperties": false, "type": "object", "properties": {"minHeight": {"default": false, "type": "boolean"}}}}}
settingsPropertiesDimensions
theme.json
{"type": "object", "properties": {"behaviors": {"additionalProperties": false, "type": "object", "properties": {"lightbox": {"default": false, "type": "boolean"}}}}}
settingsPropertiesBehaviors
theme.json
{"additionalProperties": false, "type": "object", "properties": {"lightbox": {"additionalProperties": false, "type": "object", "properties": {"animation": {"enum": ["fade", "zoom", ""], "type": "string"}, "enabled": {"default": false, "type": "boolean"}}}}}
behaviorsBlocksPropertiesComplete
theme.json
{"type": "object", "properties": {"shadow": {"additionalProperties": false, "type": "object", "properties": {"defaultPresets": {"default": true, "type": "boolean"}, "presets": {"items": {"additionalProperties": false, "required": ["name", "slug", "shadow"], "type": "object", "properties": {"shadow": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}}}, "type": "array"}}}}}
settingsPropertiesShadow
theme.json
{"type": "object", "properties": {"appearanceTools": {"default": false, "type": "boolean"}}}
settingsPropertiesAppearanceTools
theme.json
{"type": "object", "properties": {"color": {"additionalProperties": false, "type": "object", "properties": {"palette": {"items": {"additionalProperties": false, "required": ["name", "slug", "color"], "type": "object", "properties": {"color": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}}}, "type": "array"}, "customGradient": {"default": true, "type": "boolean"}, "background": {"default": true, "type": "boolean"}, "customDuotone": {"default": true, "type": "boolean"}, "text": {"default": true, "type": "boolean"}, "custom": {"default": true, "type": "boolean"}, "duotone": {"items": {"additionalProperties": false, "required": ["name", "slug", "colors"], "type": "object", "properties": {"colors": {"items": {"type": "string"}, "type": "array"}, "name": {"type": "string"}, "slug": {"type": "string"}}}, "type": "array"}, "link": {"default": false, "type": "boolean"}, "defaultPalette": {"default": true, "type": "boolean"}, "defaultDuotone": {"default": true, "type": "boolean"}, "gradients": {"items": {"additionalProperties": false, "required": ["name", "slug", "gradient"], "type": "object", "properties": {"gradient": {"type": "string"}, "name": {"type": "string"}, "slug": {"type": "string"}}}, "type": "array"}, "defaultGradients": {"default": true, "type": "boolean"}}}}}
settingsPropertiesColor
theme.json
{"properties": {"useRootPaddingAwareAlignments": {"default": false, "type": "boolean"}}}
settingsPropertiesUseRootPaddingAwareAlignments
theme.json
{"type": "object", "properties": {"layout": {"additionalProperties": false, "type": "object", "properties": {"wideSize": {"type": "string"}, "allowEditing": {"default": true, "type": "boolean"}, "contentSize": {"type": "string"}}}}}
settingsPropertiesLayout
theme.json
{"createTheme": "https://developer.wordpress.org/block-editor/how-to-guides/themes/create-block-theme/", "explainer": "https://developer.wordpress.org/themes/advanced-topics/theme-json/", "reference": "https://developer.wordpress.org/block-editor/how-to-guides/themes/theme-json/"}
//
theme.json
{"type": "object", "properties": {"spacing": {"additionalProperties": false, "type": "object", "properties": {"spacingScale": {"additionalProperties": false, "type": "object", "properties": {"operator": {"default": "*", "enum": ["+", "*"], "type": "string"}, "steps": {"default": 7, "type": "integer"}, "mediumStep": {"default": 1.5, "type": "number"}, "unit": {"default": "rem", "enum": ["px", "em", "rem", "vh", "vw", "%"], "type": "string"}, "increment": {"default": 1.5, "type": "number"}}}, "spacingSizes": {"items": {"additionalProperties": false, "type": "object", "properties": {"slug": {"type": "string"}, "name": {"type": "string"}, "size": {"type": "string"}}}, "type": "array"}, "padding": {"default": false, "type": "boolean"}, "blockGap": {"default": null, "oneOf": [{"type": "boolean"}, {"type": "null"}]}, "units": {"default": ["px", "em", "rem", "vh", "vw", "%"], "items": {"type": "string"}, "type": "array"}, "customSpacingSize": {"default": true, "type": "boolean"}, "margin": {"default": false, "type": "boolean"}}}}}
settingsPropertiesSpacing
theme.json
{"enum": ["allow", "deny"], "type": "string"}
insecure-external-code-execution
dependabot-2.0.json
{"enum": ["daily", "weekly", "monthly"], "type": "string"}
schedule-interval
dependabot-2.0.json
{"type": "string", "enum": ["lockfile-only", "auto", "widen", "increase", "increase-if-necessary"], "x-intellij-enum-metadata": {"increase": {}, "auto": {}, "increase-if-necessary": {}, "widen": {}, "lockfile-only": {}}}
versioning-strategy
dependabot-2.0.json
{"enum": ["monday", "tuesday", "wednesday", "thursday", "friday", "saturday", "sunday"], "type": "string"}
schedule-day
dependabot-2.0.json
{"items": {"enum": ["version-update:semver-major", "version-update:semver-minor", "version-update:semver-patch"], "type": "string"}, "type": "array"}
update-types
dependabot-2.0.json
{"additionalProperties": false, "type": "object", "patternProperties": {".*": {"additionalProperties": false, "required": ["type"], "type": "object", "properties": {"username": {"type": "string"}, "repo": {"type": "string"}, "key": {"type": "string"}, "auth-key": {"type": "string"}, "public-key-fingerprint": {"type": "string"}, "url": {"type": "string"}, "token": {"type": "string"}, "replaces-base": {"type": "boolean"}, "organization": {"type": "string"}, "password": {"type": "string"}, "type": {"enum": ["composer-repository", "docker-registry", "git", "hex-organization", "hex-repository", "maven-repository", "npm-registry", "nuget-feed", "python-index", "rubygems-server", "terraform-registry"]}}}}}
registry
dependabot-2.0.json
{"enum": ["bundler", "cargo", "composer", "docker", "elm", "gitsubmodule", "github-actions", "gomod", "gradle", "maven", "mix", "npm", "nuget", "pip", "pub", "terraform"], "type": "string"}
package-ecosystem
dependabot-2.0.json
{"type": "string", "enum": ["direct", "indirect", "all", "production", "development"], "x-intellij-enum-metadata": {"development": {}, "indirect": {}, "production": {}, "direct": {}, "all": {}}}
dependency-type
dependabot-2.0.json
{"type": "string"}
executable
dart-test.json
{"oneOf": [{"type": "boolean"}, {"type": "string"}]}
skip
dart-test.json
{"oneOf": [{"additionalProperties": false, "type": "object", "properties": {"except": {"items": {"type": "string"}, "type": "array"}}}, {"additionalProperties": false, "type": "object", "properties": {"only": {"items": {"type": "string"}, "type": "array"}}}]}
foldStackFrameOptions
dart-test.json
{"oneOf": [{"enum": ["none"]}, {"pattern": "^(?:[^a-df-zA-DF-Z\\s]+(?:[umUM][sS]|[dhmsDHMS])\\s?)+$", "type": "string", "examples": ["1m", "30s", "1m 30s"]}, {"pattern": "^[^a-df-zA-DF-Z\\s]+[xX]$", "type": "string", "examples": ["12x", "1.5X"]}]}
timeout
dart-test.json
{"additionalProperties": true, "type": "object", "properties": {"tags": {"minItems": 0, "items": {"type": "string"}, "default": [], "uniqueItems": true, "type": "array"}}}
propertyBag
sarif-2.1.0-rtm.6.json
{"type": "string"}
label_value
prometheus.rules.json
{"type": "string"}
tmpl_string
prometheus.rules.json
{"pattern": "^[a-zA-Z_][a-zA-Z0-9_]*$", "type": "string"}
label_name
prometheus.rules.json
{"pattern": "^([0-9]+y)?([0-9]+w)?([0-9]+d)?([0-9]+h)?([0-9]+m)?([0-9]+s)?([0-9]+ms)?$", "type": ["string", "null"], "minLength": 1}
duration
prometheus.rules.json
{"definitions": {"name": {"pattern": "^[$_a-zA-Z]+[$a-zA-Z0-9\\-_]*$", "type": "string"}, "charSet": {"additionalItems": false, "enum": ["ISO-8859-1", "US-ASCII", "UTF-16", "UTF-16BE", "UTF-16LE", "UTF-8"], "type": "string"}, "httpMethod": {"additionalItems": false, "enum": ["GET", "POST"], "type": "string"}, "jsonPath": {"pattern": "^[$@](((\\.|\\.\\.)([$_a-zA-Z]+[$a-zA-Z0-9\\-_]*|\\*))|\\[\\*]|\\[[0-9]+((, [0-9]+)*|:[0-9]+)]|\\['[$_a-zA-Z]+[$a-zA-Z0-9\\-_]*'(, '[$_a-zA-Z]+[$a-zA-Z0-9\\-_]*')*]|\\[\\?\\(.+\\)])*$", "type": "string"}, "chronoUnit": {"additionalItems": false, "enum": ["NANOS", "MICROS", "MILLIS", "SECONDS", "MINUTES", "HOURS", "HALF_DAYS", "DAYS", "WEEKS", "MONTHS", "YEARS", "DECADES", "CENTURIES", "MILLENNIA", "ERAS", "FOREVER"], "type": "string"}, "httpHeaders": {"additionalProperties": {"type": "string"}, "uniqueItems": true, "type": "object"}}}
commonTypes
yippee-ki-json_config_schema.json
{"additionalProperties": {"type": "string"}, "type": "object", "id": "#/definitions/RequestHeadersEntry"}
RequestHeadersEntry
hawkconfig.json
{"type": "object", "id": "#/definitions/GraphQLCustomVariable", "properties": {"field": {"type": "string"}, "operationName": {"type": "string"}, "values": {"items": {"type": "string"}, "type": "array"}, "operationType": {"enum": ["ALL", "QUERY", "MUTATION"], "type": "string"}}}
GraphQLCustomVariable
hawkconfig.json
{"type": "object", "id": "#/definitions/NameValParam", "properties": {"name": {"type": "string"}, "val": {"type": "string"}}}
NameValParam
hawkconfig.json
{"required": ["value"], "type": "object", "id": "#/definitions/TokenExtraction", "properties": {"type": {"enum": ["TOKEN_PATH", "HEADER_NAME"], "type": "string"}, "value": {"type": "string"}}}
TokenExtraction
hawkconfig.json
{"additionalProperties": {"type": "string"}, "type": "object", "id": "#/definitions/ParametersEntry"}
ParametersEntry
hawkconfig.json
{"required": ["value"], "type": "object", "id": "#/definitions/TokenAuthorization", "properties": {"type": {"enum": ["HEADER", "QUERY_PARAM"], "type": "string"}, "value": {"type": "string"}}}
TokenAuthorization
hawkconfig.json
{"type": "object", "id": "#/definitions/InjectableParam", "properties": {}}
InjectableParam
hawkconfig.json
{"type": "object", "id": "#/definitions/ProxyCredentials", "properties": {"username": {"type": "string"}, "password": {"type": "string"}, "scheme": {"type": "string"}, "realm": {"type": "string"}}}
ProxyCredentials
hawkconfig.json
{"type": "object", "id": "#/definitions/CustomVariable", "properties": {"field": {"type": "string"}, "values": {"items": {"type": "string"}, "type": "array"}}}
CustomVariable
hawkconfig.json
{"type": "object", "id": "#/definitions/GraphQLExcludeOperationParam", "properties": {"type": {"enum": ["ALL", "QUERY", "MUTATION"], "type": "string"}, "name": {"type": "string"}}}
GraphQLExcludeOperationParam
hawkconfig.json
{"type": "object", "id": "#/definitions/CookieAuthorization", "properties": {"cookieNames": {"items": {"type": "string"}, "type": "array"}}}
CookieAuthorization
hawkconfig.json
{"additionalProperties": false, "required": [], "type": "object", "id": "#/definitions/AppRedactions", "properties": {"headers": {"items": {"type": "string"}, "type": "array"}, "values": {"items": {"type": "string"}, "type": "array"}}}
AppRedactions
hawkconfig.json
{"additionalProperties": {"type": "string"}, "type": "object", "id": "#/definitions/CredentialsEntry"}
CredentialsEntry
hawkconfig.json
{"type": "object", "id": "#/definitions/EnabledRPCParam", "properties": {}}
EnabledRPCParam
hawkconfig.json
{"type": "object", "id": "#/definitions/PostmanConfig", "properties": {"apikey": {"type": "string"}, "collectionUID": {"type": "string"}, "filePath": {"type": "string"}}}
PostmanConfig
hawkconfig.json
{"required": ["matchString", "replacement"], "type": "object", "id": "#/definitions/ReplacerRules", "properties": {"initiators": {"items": {"enum": ["PROXY", "ACTIVE_SCANNER", "SPIDER", "FUZZER", "AUTHENTICATION", "MANUAL_REQUEST", "CHECK_FOR_UPDATES", "BEAN_SHELL", "ACCESS_CONTROL_SCANNER", "AJAX_SPIDER", "FORCED_BROWSE", "TOKEN_GENERATOR", "WEB_SOCKET", "AUTHENTICATION_HELPER"], "type": "string"}, "type": "array"}, "isRegex": {"type": "boolean"}, "matchString": {"type": "string"}, "replaceOnly": {"type": "boolean"}, "replacement": {"type": "string"}}}
ReplacerRules
hawkconfig.json
{"type": "object", "id": "#/definitions/SoapConf", "properties": {"path": {"pattern": "^\\/(([A-z0-9\\-\\%]+\\/)*[A-z0-9\\-\\%]+$)?", "type": "string"}, "filePath": {"type": "string"}}}
SoapConf
hawkconfig.json
{"type": "object", "id": "#/definitions/CustomDiscovery", "properties": {}}
CustomDiscovery
hawkconfig.json
{"type": "object", "id": "#/definitions/OpenApiCustomVariable", "properties": {"field": {"type": "string"}, "path": {"type": "string"}, "values": {"items": {"type": "string"}, "type": "array"}, "requestMethods": {"items": {"enum": ["POST", "PUT", "DELETE", "GET", "OPTIONS", "PATCH", "HEAD"], "type": "string"}, "type": "array"}}}
OpenApiCustomVariable
hawkconfig.json
{"additionalProperties": false, "type": "object", "id": "#/definitions/Tag", "properties": {"name": {"pattern": "^[a-zA-Z0-9_-]+$", "maxLength": 128, "type": "string", "minLength": 1}, "value": {"minLength": 1, "type": "string", "maxLength": 512}}}
Tag
hawkconfig.json
{"required": ["waitTimeoutMillis", "pollDelay"], "type": "object", "id": "#/definitions/WaitForAppTarget", "properties": {"requestBody": {"type": "string"}, "path": {"default": "/", "pattern\"": "^\\/(([A-z0-9\\-\\%]+\\/)*[A-z0-9\\-\\%]+$)?", "type": "string"}, "requestMethod": {"enum": ["GET", "POST", "PUT"], "type": "string"}, "pollDelay": {"pattern": "^([0-9][0-9]+|[1-9]|0)$", "minimum": 50, "type": ["number", "string"]}, "waitTimeoutMillis": {"pattern": "^([0-9][0-9]+|[1-9]|0)$", "minimum": 0, "type": ["number", "string"]}}}
WaitForAppTarget
hawkconfig.json
{"type": "object", "id": "#/definitions/ScanConf", "properties": {"policyName": {"type": "string"}, "maxRuleDurationMinutes": {"pattern": "^([0-9][0-9]+|[1-9]|0)$", "minimum": 0, "type": ["number", "string"]}, "maxDurationMinutes": {"pattern": "^([0-9][0-9]+|[1-9]|0)$", "minimum": 0, "type": ["number", "string"]}, "includedPlugins": {"items": {"type": "string"}, "type": "array"}, "concurrentRequests": {"type": ["number", "string"], "exclusiveMinimum": 0, "pattern": "^([0-9][0-9]+|[1-9])$"}, "throttlePassiveBacklog": {"type": ["number", "string"], "exclusiveMinimum": 0, "pattern": "^([0-9][0-9]+|[1-9])$"}, "requestDelayMillis": {"pattern": "^([0-9][0-9]+|[1-9]|0)$", "minimum": 0, "type": ["number", "string"]}}}
ScanConf
hawkconfig.json
{"additionalProperties": false, "required": ["isPresent"], "type": "object", "properties": {"isPresent": {"type": "string"}}}
IsPresentPlaceholder
component_spec.json_schema.json
{"additionalProperties": false, "required": ["outputPath"], "type": "object", "properties": {"outputPath": {"type": "string"}}}
OutputPathPlaceholder
component_spec.json_schema.json
{"additionalProperties": false, "required": ["inputValue"], "type": "object", "properties": {"inputValue": {"type": "string"}}}
InputValuePlaceholder
component_spec.json_schema.json
{"additionalProperties": false, "type": "object", "properties": {"annotations": {"type": "object"}}}
MetadataSpec
component_spec.json_schema.json
{"additionalProperties": false, "required": ["inputPath"], "type": "object", "properties": {"inputPath": {"type": "string"}}}
InputPathPlaceholder
component_spec.json_schema.json
{"additionalProperties": false, "type": "object", "properties": {"maxCacheStaleness": {"type": "string", "format": "duration"}}}
CachingStrategySpec
component_spec.json_schema.json
{"additionalProperties": false, "type": "object", "properties": {"maxRetries": {"type": "integer"}}}
RetryStrategySpec
component_spec.json_schema.json
{"additionalProperties": false, "required": ["Key", "Operator", "Value", "Effect", "TolerationSeconds"], "type": "object", "properties": {"Operator": {"type": "string"}, "TolerationSeconds": {"type": "integer"}, "Key": {"type": "string"}, "Value": {"type": "string"}, "Effect": {"type": "string"}}}
Toleration
cluster.yml.json
{"additionalProperties": false, "type": "object", "properties": {}}
IdentityConfiguration
cluster.yml.json
{"additionalProperties": false, "required": ["Raw", "ContentEncoding", "ContentType"], "type": "object", "properties": {"Raw": {"type": "string"}, "kind": {"type": "string"}, "ContentType": {"type": "string"}, "apiVersion": {"type": "string"}, "ContentEncoding": {"type": "string"}}}
Unknown
cluster.yml.json
{"additionalProperties": false, "required": ["APIGroup", "Kind", "Name"], "type": "object", "properties": {"APIGroup": {"type": "string"}, "Kind": {"type": "string"}, "Name": {"type": "string"}}}
TypedLocalObjectReference
cluster.yml.json
{"additionalProperties": false, "required": ["Server", "Path", "ReadOnly"], "type": "object", "properties": {"Path": {"type": "string"}, "ReadOnly": {"type": "boolean"}, "Server": {"type": "string"}}}
NFSVolumeSource
cluster.yml.json
{"additionalProperties": false, "type": "object", "properties": {"timeAdded": {"type": "string", "format": "date-time"}, "key": {"type": "string"}, "value": {"type": "string"}, "effect": {"type": "string"}}}
RKETaint
cluster.yml.json
{"additionalProperties": false, "required": ["service", "region", "url", "signing-region", "signing-method", "signing-name"], "type": "object", "properties": {"service": {"type": "string"}, "signing-method": {"type": "string"}, "url": {"type": "string"}, "region": {"type": "string"}, "signing-region": {"type": "string"}, "signing-name": {"type": "string"}}}
ServiceOverride
cluster.yml.json
{"additionalProperties": false, "type": "object", "properties": {"win_extra_env": {"items": {"type": "string"}, "type": "array"}, "image": {"type": "string"}, "win_extra_binds": {"items": {"type": "string"}, "type": "array"}, "extra_args": {"patternProperties": {".*": {"oneOf": [{"type": "string"}, {"type": "number"}]}}, "type": "object"}, "win_extra_args": {"patternProperties": {".*": {"oneOf": [{"type": "string"}, {"type": "number"}]}}, "type": "object"}, "extra_env": {"items": {"type": "string"}, "type": "array"}, "extra_binds": {"items": {"type": "string"}, "type": "array"}}}
SchedulerService
cluster.yml.json
{"additionalProperties": false, "required": ["ClaimName", "ReadOnly"], "type": "object", "properties": {"ReadOnly": {"type": "boolean"}, "ClaimName": {"type": "string"}}}
PersistentVolumeClaimVolumeSource
cluster.yml.json
{"additionalProperties": false, "type": "object", "properties": {"win_extra_env": {"items": {"type": "string"}, "type": "array"}, "image": {"type": "string"}, "win_extra_binds": {"items": {"type": "string"}, "type": "array"}, "cluster_cidr": {"type": "string"}, "extra_args": {"patternProperties": {".*": {"oneOf": [{"type": "string"}, {"type": "number"}]}}, "type": "object"}, "win_extra_args": {"patternProperties": {".*": {"oneOf": [{"type": "string"}, {"type": "number"}]}}, "type": "object"}, "extra_env": {"items": {"type": "string"}, "type": "array"}, "service_cluster_ip_range": {"type": "string"}, "extra_binds": {"items": {"type": "string"}, "type": "array"}}}
KubeControllerService
cluster.yml.json
{"additionalProperties": false, "type": "object", "properties": {"mode": {"type": "string"}, "options": {"patternProperties": {".*": {"oneOf": [{"type": "string"}, {"type": "number"}]}}, "type": "object"}}}
AuthzConfig
cluster.yml.json
{"additionalProperties": false, "required": ["Iface"], "type": "object", "properties": {"Iface": {"type": "string"}}}
CanalNetworkProvider
cluster.yml.json
{"additionalProperties": false, "required": ["DiskName", "DataDiskURI", "CachingMode", "FSType", "ReadOnly", "Kind"], "type": "object", "properties": {"Kind": {"type": "string"}, "DataDiskURI": {"type": "string"}, "CachingMode": {"type": "string"}, "DiskName": {"type": "string"}, "FSType": {"type": "string"}, "ReadOnly": {"type": "boolean"}}}
AzureDiskVolumeSource
cluster.yml.json
{"additionalProperties": false, "type": "object", "properties": {"port": {"oneOf": [{"type": "string"}, {"type": "number"}]}, "datacenters": {"type": "string"}, "password": {"type": "string"}, "user": {"type": "string"}, "soap-roundtrip-count": {"type": "integer"}}}
VirtualCenterConfig
cluster.yml.json
{"additionalProperties": false, "required": ["Type", "IntVal", "StrVal"], "type": "object", "properties": {"Type": {"type": "integer"}, "StrVal": {"type": "string"}, "IntVal": {"type": "integer"}}}
IntOrString
cluster.yml.json
{"additionalProperties": false, "required": ["Type", "QPS", "Burst", "CacheSize"], "type": "object", "properties": {"CacheSize": {"type": "integer"}, "QPS": {"type": "integer"}, "Type": {"type": "string"}, "Burst": {"type": "integer"}}}
Limit
cluster.yml.json