definition
stringlengths
2
292k
key
stringlengths
2
84
schema
stringclasses
339 values
{"additionalProperties": false, "required": ["class-name"], "type": "object", "properties": {"properties": {"type": "object"}, "class-name": {"type": "string"}}}
ClassNameWithProps
hazelcast-config-5.3.json
{"additionalProperties": false, "required": ["enabled"], "type": "object", "properties": {"enabled": {"type": "boolean"}}}
LiteMember
hazelcast-config-5.3.json
{"type": "object", "properties": {"collection-frequency-seconds": {"default": 5, "minimum": 1, "type": "integer"}, "jmx": {"additionalProperties": false, "type": "object", "properties": {"enabled": {"default": true, "type": "boolean"}}}, "enabled": {"default": true, "type": "boolean"}}}
BaseMetrics
hazelcast-config-5.3.json
{"additionalProperties": {"additionalProperties": false, "type": "object", "properties": {"prefetch-count": {"default": 100, "minimum": 1, "type": "integer", "maximum": 100000}, "prefetch-validity-millis": {"default": 600000, "minimum": 1, "type": "integer"}}}, "type": "object"}
ClientFlakeIdGenerator
hazelcast-config-5.3.json
{"additionalProperties": false, "required": ["encoding", "value"], "type": "object", "properties": {"value": {"type": "string"}, "encoding": {"enum": ["none", "base64"]}}}
TokenIdentity
hazelcast-config-5.3.json
{"additionalProperties": false, "type": "object", "properties": {"data-load-timeout-seconds": {"default": 900, "minimum": 1, "type": "integer"}, "encryption-at-rest": {"type": "object", "properties": {"enabled": {"default": false, "type": "boolean"}, "secure-store": {"oneOf": [{"additionalProperties": false, "properties": {"keystore": {"additionalProperties": false, "required": ["path", "password"], "type": "object", "properties": {"path": {"type": "string"}, "password": {"type": "string"}, "type": {"default": "PKCS12", "type": "string"}, "polling-interval": {"default": 0, "minimum": 0, "type": "integer"}, "current-key-alias": {"type": "string"}}}}}, {"additionalProperties": false, "properties": {"vault": {"additionalProperties": false, "required": ["address", "secret-path", "token"], "type": "object", "properties": {"ssl": {"additionalProperties": false, "type": "object", "properties": {"factory-class-name": {"type": "string", "examples": ["com.hazelcast.nio.ssl.BasicSSLContextFactory"]}, "enabled": {"default": false, "type": "boolean"}, "properties": {"type": "object", "examples": [{"keyStore": "/opt/hazelcast.keystore", "mutualAuthentication": "REQUIRED", "trustStorePassword": "changeit", "trustStore": "/opt/hazelcast.truststore", "protocol": "TLS", "keyStorePassword": "secret.97531", "keyStoreType": "JKS", "trustStoreType": "JKS"}]}}}, "token": {"type": "string"}, "address": {"type": "string"}, "polling-interval": {"default": 0, "type": "integer"}, "secret-path": {"type": "string"}}}}}], "type": "object"}, "salt": {"default": "thesalt", "type": "string"}, "key-size": {"type": "integer"}, "algorithm": {"default": "AES/CBC/PKCS5Padding", "type": "string"}}}, "auto-remove-stale-data": {"default": true, "type": "boolean"}, "cluster-data-recovery-policy": {"default": "FULL_RECOVERY_ONLY", "enum": ["FULL_RECOVERY_ONLY", "PARTIAL_RECOVERY_MOST_RECENT", "PARTIAL_RECOVERY_MOST_COMPLETE"]}, "enabled": {"default": false, "type": "boolean"}, "base-dir": {"default": "persistence", "type": "string"}, "backup-dir": {"type": "string"}, "validation-timeout-seconds": {"default": 120, "minimum": 1, "type": "integer"}, "rebalance-delay-seconds": {"default": 0, "minimum": 0, "type": "integer"}, "parallelism": {"default": 1, "minimum": 1, "type": "integer"}}}
Persistence
hazelcast-config-5.3.json
{"additionalProperties": false, "type": "object", "properties": {"icmp": {"additionalProperties": false, "type": "object", "properties": {"timeout-milliseconds": {"default": 1000, "minimum": 1, "type": "integer"}, "interval-milliseconds": {"default": 1000, "minimum": 1000, "type": "integer"}, "enabled": {"default": false, "type": "boolean"}, "parallel-mode": {"default": true, "type": "boolean"}, "fail-fast-on-startup": {"default": true, "type": "boolean"}, "ttl": {"default": 255, "minimum": 0, "type": "integer"}, "max-attempts": {"default": 2, "minimum": 0, "type": "integer"}}}}}
FailureDetector
hazelcast-config-5.3.json
{"additionalProperties": false, "type": "object", "properties": {"data-load-timeout-seconds": {"default": 900, "minimum": 1, "type": "integer"}, "auto-remove-stale-data": {"default": true, "type": "boolean"}, "cluster-data-recovery-policy": {"default": "FULL_RECOVERY_ONLY", "enum": ["FULL_RECOVERY_ONLY", "PARTIAL_RECOVERY_MOST_RECENT", "PARTIAL_RECOVERY_MOST_COMPLETE"]}, "enabled": {"default": false, "type": "boolean"}, "base-dir": {"default": "hot-restart", "type": "string"}, "backup-dir": {"type": "string"}, "validation-timeout-seconds": {"default": 120, "minimum": 1, "type": "integer"}, "encryption-at-rest": {"type": "object", "properties": {"enabled": {"default": false, "type": "boolean"}, "secure-store": {"oneOf": [{"additionalProperties": false, "properties": {"keystore": {"additionalProperties": false, "required": ["path", "password"], "type": "object", "properties": {"path": {"type": "string"}, "password": {"type": "string"}, "type": {"default": "PKCS12", "type": "string"}, "polling-interval": {"default": 0, "minimum": 0, "type": "integer"}, "current-key-alias": {"type": "string"}}}}}, {"additionalProperties": false, "properties": {"vault": {"additionalProperties": false, "required": ["address", "secret-path", "token"], "type": "object", "properties": {"ssl": {"additionalProperties": false, "type": "object", "properties": {"factory-class-name": {"type": "string", "examples": ["com.hazelcast.nio.ssl.BasicSSLContextFactory"]}, "enabled": {"default": false, "type": "boolean"}, "properties": {"type": "object", "examples": [{"keyStore": "/opt/hazelcast.keystore", "mutualAuthentication": "REQUIRED", "trustStorePassword": "changeit", "trustStore": "/opt/hazelcast.truststore", "protocol": "TLS", "keyStorePassword": "secret.97531", "keyStoreType": "JKS", "trustStoreType": "JKS"}]}}}, "token": {"type": "string"}, "address": {"type": "string"}, "polling-interval": {"default": 0, "type": "integer"}, "secret-path": {"type": "string"}}}}}], "type": "object"}, "salt": {"default": "thesalt", "type": "string"}, "key-size": {"type": "integer"}, "algorithm": {"default": "AES/CBC/PKCS5Padding", "type": "string"}}}, "parallelism": {"default": 1, "minimum": 1, "type": "integer"}}}
HotRestartPersistence
hazelcast-config-5.3.json
{"additionalProperties": {"required": ["value"], "type": "object", "properties": {"type": {"type": "string"}, "value": true}}, "type": "object"}
MemberAttributes
hazelcast-config-5.3.json
{"default": 16, "minimum": 1, "type": "integer"}
executorServicePoolSize
hazelcast-config-5.3.json
{"default": "BINARY", "enum": ["BINARY", "OBJECT", "NATIVE"]}
InMemoryFormat
hazelcast-config-5.3.json
{"additionalProperties": false, "type": "object", "properties": {"console-enabled": {"default": false, "type": "boolean"}, "data-access-enabled": {"default": true, "type": "boolean"}, "scripting-enabled": {"default": false, "type": "boolean"}, "trusted-interfaces": {"items": {"type": "string"}, "type": "array"}}}
ManagementCenter
hazelcast-config-5.3.json
{"default": "subtree", "enum": ["object", "one-level", "subtree"]}
LdapSearchScope
hazelcast-config-5.3.json
{"additionalProperties": false, "type": "object", "properties": {"member-group": {"items": {"items": {"type": "string"}, "type": "array"}, "type": "array"}, "enabled": {"default": false, "type": "boolean"}, "group-type": {"default": "PER_MEMBER", "enum": ["HOST_AWARE", "NODE_AWARE", "CUSTOM", "PER_MEMBER", "ZONE_AWARE", "PLACEMENT_AWARE", "SPI"]}}}
PartitionGroup
hazelcast-config-5.3.json
{"additionalProperties": false, "type": "object", "anyOf": [{"not": {"properties": {"type": {"const": "custom"}}}}, {"required": ["class-name"]}], "properties": {"type": {"enum": ["random", "round-robin", "custom"]}, "class-name": {"type": "string"}}}
LoadBalancer
hazelcast-config-5.3.json
{"oneOf": [{"type": "string"}, {"items": {"type": "string"}, "type": "array"}]}
stringOrStringArray
eslintrc.json
{"oneOf": [{"minimum": 0, "type": "integer", "maximum": 2}, {"enum": ["off", "warn", "error"], "type": "string"}, {"type": "array"}]}
rule
eslintrc.json
{"additionalProperties": true, "type": "object", "properties": {"tags": {"minItems": 0, "items": {"type": "string"}, "default": [], "uniqueItems": true, "type": "array"}}}
propertyBag
sarif-2.1.0-rtm.3.json
{"required": ["name"], "type": "object", "properties": {"name": {"type": "string", "examples": ["singer-io"]}}}
variants_base
discovery.schema.json
{"type": "object", "properties": {"metadata": {"default": {}, "type": "object"}, "capabilities": {"items": {"enum": ["properties", "catalog", "discover", "state", "about", "stream-maps", "activate-version", "batch", "test", "log-based"], "type": "string"}, "type": "array"}, "select": {"default": ["*.*"], "items": {"type": "string"}, "type": "array"}, "schema": {"default": {}, "type": "object"}}}
extractor_specific
discovery.schema.json
{"additionalProperties": false, "required": ["name"], "type": "object", "properties": {"kind": {"enum": ["oauth", "hidden", "password", "date_iso8601", "file", "email", "integer", "options", "object", "array", "boolean", "string"], "type": "string"}, "name": {"type": "string", "examples": ["account_id"]}, "docs": {"type": "string"}, "documentation": {"type": "string", "examples": ["https://meltano.com/"]}, "value_post_processor": {"enum": ["upcase_string", "nest_object", "stringify"], "type": "string"}, "value": {}, "label": {"type": "string", "examples": ["Account ID"]}, "protected": {"default": false, "type": "boolean"}, "value_processor": {"enum": ["upcase_string", "nest_object", "stringify"], "type": "string"}, "env": {"type": "string", "examples": ["DBT_PROFILES_DIR", "GE_HOME"]}, "oauth": {"required": ["provider"], "type": "object", "properties": {"provider": {"type": "string", "examples": ["google-adwords"]}}}, "aliases": {"items": {"type": "string"}, "type": "array", "examples": ["accountId", "account_identifier"]}, "placeholder": {"type": "string", "examples": ["Ex. 18161"]}, "options": {"items": {"type": "object", "properties": {"value": {"type": "string"}, "label": {"type": "string"}}}, "type": "array"}, "tooltip": {"type": "string", "examples": ["Here is some additional info..."]}}}
base_setting
discovery.schema.json
{"type": "object", "properties": {"dialect": {}, "target_schema": {}, "capabilities": {"items": {"enum": ["about", "stream-maps", "activate-version", "batch", "soft-delete", "hard-delete", "datatype-failsafe", "record-flattening"], "type": "string"}, "type": "array"}}}
loader_specific
discovery.schema.json
{"additionalProperties": false, "type": "object", "properties": {"variant": {"type": "string"}, "name": {"type": "string"}}}
plugin_requirement
discovery.schema.json
{"type": "object", "properties": {"mappings": {"items": {"additionalProperties": false, "type": "object", "properties": {"config": {"type": "object"}, "name": {"type": "string"}}}, "required": ["config", "name"], "type": "array"}}}
mapper_specific
discovery.schema.json
{"enum": ["CONSENT_LEVEL_TYPE_UNSPECIFIED", 0, "CUMULATIVE", 1, "GRANULAR", 2], "markdownEnumDescriptions": ["(or 0) ", "(or \"CONSENT_LEVEL_TYPE_UNSPECIFIED\") ", "(or 1) ", "(or \"CUMULATIVE\") ", "(or 2) ", "(or \"GRANULAR\") "]}
strmprivacy.api.entities.v1.ConsentLevelType
strmprivacy.api.entities.v1.Stream.json
{"additionalProperties": false, "type": "object", "properties": {"enabled": {"type": "boolean"}, "autoMerge": {"type": "boolean"}, "schedule": {"type": "string"}}}
AutoUpdateConfig
jx-requirements.json
{"additionalProperties": false, "type": "object", "properties": {"s3Region": {"type": "string"}, "s3Prefix": {"type": "string"}, "autoCreate": {"type": "boolean"}, "s3Bucket": {"type": "string"}, "kmsKeyId": {"type": "string"}, "kmsRegion": {"type": "string"}, "dynamoDBTable": {"type": "string"}, "dynamoDBRegion": {"type": "string"}, "iamUserName": {"type": "string"}}}
VaultAWSConfig
jx-requirements.json
{"additionalProperties": false, "type": "object", "properties": {"production": {"type": "boolean"}, "enabled": {"type": "boolean"}, "email": {"type": "string"}, "secretName": {"type": "string"}}}
TLSConfig
jx-requirements.json
{"additionalProperties": false, "type": "object", "properties": {"clientID": {"type": "string"}}}
AzureClusterNodesConfig
jx-requirements.json
{"additionalProperties": false, "type": "object", "properties": {"storageAccountName": {"type": "string"}}}
AzureStorageConfig
jx-requirements.json
{"additionalProperties": false, "type": "object", "properties": {"containerName": {"type": "string"}, "keyName": {"type": "string"}, "vaultName": {"type": "string"}, "storageAccountName": {"type": "string"}, "tenantId": {"type": "string"}}}
VaultAzureConfig
jx-requirements.json
{"additionalProperties": false, "type": "object", "properties": {"projectNumber": {"type": "string"}}}
GKEConfig
jx-requirements.json
{"additionalProperties": false, "type": "object", "properties": {"releaseUrl": {"type": "string"}, "snapshotUrl": {"type": "string"}}}
MavenRepositoryConfig
jx-requirements.json
{"additionalProperties": false, "type": "object", "properties": {"keyVaultName": {"type": "string"}}}
AzureSecretConfig
jx-requirements.json
{"additionalProperties": false, "type": "object", "properties": {"username": {"type": "string"}, "email": {"type": "string"}}}
UserNameEmailConfig
jx-requirements.json
{"additionalProperties": false, "type": "object", "properties": {"resourceGroup": {"type": "string"}, "subscriptionId": {"type": "string"}, "tenantId": {"type": "string"}}}
AzureDNSConfig
jx-requirements.json
{"additionalProperties": false, "type": "object", "properties": {"project": {"type": "string"}, "userName": {"type": "string"}, "serverUrl": {"type": "string"}}}
JiraTracker
jx-requirements.json
{"additionalProperties": false, "type": "object", "properties": {"url": {"type": "string"}, "name": {"type": "string"}}}
StorageConfig
jx-requirements.json
{"enum": [2, true, false]}
rule
csslintrc.json
{"required": ["limit"], "type": "object", "properties": {"limit": {"type": "number"}}}
concurrency
drone.json
{"minLength": 1, "type": "string"}
nonEmptyString
drone.json
{"type": "object", "properties": {"os": {"enum": ["linux", "windows", "darwin", "freebsd", "netbsd", "openbsd", "dragonfly", "solaris"], "type": "string"}, "version": {"type": "string"}, "arch": {"enum": ["arm", "arm64", "amd64", "386"], "type": "string"}, "variant": {"type": "string"}}}
platform
drone.json
{"required": ["from_secret"], "type": "object", "properties": {"from_secret": {"type": "string"}}}
secret
drone.json
{"additionalProperties": {"type": "string"}, "type": "object"}
node
drone.json
{"required": ["hmac"], "type": "object", "properties": {"kind": {"const": "signature"}, "hmac": {"minLength": 40, "type": "string", "maxLength": 64}}}
kind_signature
drone.json
{"items": {"type": "string"}, "type": "array"}
condition
drone.json
{"required": ["load"], "type": "object", "properties": {"load": {"type": "string"}, "data": {"type": "object"}}}
kind_template
drone.json
{"anyOf": [{"type": "string"}, {"items": {"type": "string"}, "type": "array"}]}
TYPE_StringOrListOfStrings
execution-environment.json
{"anyOf": [{"type": "object"}, {"type": "string"}, {"items": {"type": "string"}, "type": "array"}]}
TYPE_DictOrStringOrListOfStrings
execution-environment.json
{"required": ["id", "name"], "type": "object", "properties": {"properties": {"items": {"required": ["type"], "type": "object", "properties": {"required": {"default": false, "type": "boolean"}, "type": {"enum": ["string", "uri", "guid", "boolean", "integer", "double", "dateTime", "array", "object"], "type": "string"}}}, "type": "array"}, "name": {"type": "string"}, "id": {"type": "string"}}}
contributionType_definition
vss-extension.json
{"pattern": "^[a-zA-Z0-9][a-zA-Z0-9-]+$"}
id_pattern
vss-extension.json
{"pattern": "^((environment/cloud|environment/onprem)|(api-version|extension|contribution|contributionType)/.+)$"}
demand_pattern
vss-extension.json
{"required": ["uri"], "type": "object", "properties": {"uri": {"type": "string", "format": "uri"}}}
link_definition
vss-extension.json
{"required": ["id", "type", "targets"], "type": "object", "properties": {"targets": {"items": {"type": "string"}, "type": "array"}, "type": {"type": "string"}, "restrictedTo": {"items": {"enum": ["member", "public", "anonymous"], "type": "string"}, "type": "array"}, "properties": {"type": "object"}, "id": {"type": "string"}}}
contribution_definition
vss-extension.json
{"required": ["path"], "type": "object", "properties": {"path": {"type": "string", "format": "uri-reference"}}}
content_definition
vss-extension.json
{"uniqueItems": true, "items": {"minLength": 1, "type": "string"}, "type": "array"}
uniqueStringArray
hugo.json
{"type": "object", "patternProperties": {".": {"additionalProperties": false, "type": "object", "properties": {"protocol": {"type": "string"}, "name": {"minLength": 1, "type": "string"}, "weight": {"type": "integer"}, "isHTML": {"default": false, "type": "boolean"}, "baseName": {"default": "index", "type": "string"}, "mediaType": {"enum": ["application/javascript", "application/json", "application/manifest+json", "application/octet-stream", "application/pdf", "application/rss+xml", "application/toml", "application/typescript", "application/xml", "application/yaml", "font/otf", "font/ttf", "image/bmp", "image/gif", "image/jpeg", "image/png", "image/svg+xml", "image/webp", "text/calendar", "text/css", "text/csv", "text/html", "text/jsx", "text/plain", "text/tsx", "text/x-sass", "text/x-scss", "video/3gpp", "video/mp4", "video/mpeg", "video/ogg", "video/webm", "video/x-msvideo"], "type": "string"}, "rel": {"default": "alternate", "type": "string"}, "isPlainText": {"default": false, "type": "boolean"}, "notAlternative": {"default": false, "type": "boolean"}, "permalinkable": {"default": false, "type": "boolean"}, "path": {"minLength": 1, "type": "string"}, "noUgly": {"default": false, "type": "boolean"}}}}}
outputFormats
hugo.json
{"enum": ["v0.95.0", "v0.94.2", "v0.94.1", "v0.94.0", "v0.93.3", "v0.93.2", "v0.93.1", "v0.93.0", "v0.92.2", "v0.92.1", "v0.92.0", "v0.91.2", "v0.91.1", "v0.91.0", "v0.90.1", "v0.90.0", "v0.89.4", "v0.89.3", "v0.89.2", "v0.89.1", "v0.89.0", "v0.88.1", "v0.88.0", "v0.87.0", "v0.86.1", "v0.86.0", "v0.85.0", "v0.84.4", "v0.84.3", "v0.84.2"], "type": "string"}
hugoVersion
hugo.json
{"additionalProperties": true, "type": "object", "properties": {"tags": {"minItems": 0, "items": {"type": "string"}, "default": [], "uniqueItems": true, "type": "array"}}}
propertyBag
sarif-2.1.0.json
{"enum": ["cassandra", "couchdb", "docker", "elasticsearch", "mariadb", "memcached", "mongodb", "mysql", "neo4j", "postgresql", "rabbitmq", "redis", "redis-server", "rethinkdb", "riak", "xvfb"]}
service
travis.json
{"enum": ["apt", "bundler", "cargo", "ccache", "cocoapods", "packages", "pip", "yarn", "npm"]}
cache
travis.json
{"minLength": 1, "type": "string"}
nonEmptyString
travis.json
{"enum": ["always", "never", "change"]}
notificationFrequency
travis.json
{"anyOf": [{"type": "boolean"}, {"enum": ["skip", "ignore"]}, {"type": "string"}, {"items": {"type": "string"}, "type": "array"}]}
step
travis.json
{"oneOf": [{"pattern": "[^=]+=.*", "type": "string"}, {"additionalProperties": false, "type": "object", "properties": {"secure": {"pattern": "[^=]+=.*", "type": "string"}}}]}
envVar
travis.json
{"oneOf": [{"type": "string"}, {"additionalProperties": false, "type": "object", "properties": {"secure": {"type": "string"}}}]}
possiblySecretString
travis.json
{"enum": ["xcode6.4", "xcode7.3", "xcode8", "xcode8.3", "xcode9", "xcode9.1", "xcode9.2", "xcode9.3", "xcode9.4", "xcode10", "xcode10.1", "xcode10.2", "xcode10.3", "xcode11", "xcode11.1", "xcode11.2", "xcode11.3", "xcode11.4", "xcode11.4.1", "xcode11.5", "xcode11.6", "xcode12u", "xcode12", "xcode12.2", "xcode12.3", "xcode12.4", "xcode12.5", "xcode13.1", "xcode13.2", "xcode13.3", "xcode13.4", "xcode14", "xcode14.1", "xcode14.2"]}
xcodeVersions
travis.json
{"type": "string"}
label_value
prometheus.rules.test.json
{"additionalProperties": false, "required": ["series", "values"], "type": "object", "properties": {"series": {"type": "string"}, "values": {"type": "string"}}}
series
prometheus.rules.test.json
{"required": ["labels", "value"], "type": "object", "properties": {"labels": {"type": "string"}, "value": {"type": "number"}}}
sample
prometheus.rules.test.json
{"minLength": 1, "type": ["string", "null"], "pattern": "^([0-9]+y)?([0-9]+w)?([0-9]+d)?([0-9]+h)?([0-9]+m)?([0-9]+s)?([0-9]+ms)?$"}
duration
prometheus.rules.test.json
{"required": [], "type": "object", "properties": {"command": {"type": "string", "examples": ["npm run test", "echo \"This is a custom command\""]}, "cwd": {"enum": ["root", "workspace"], "type": "string", "examples": ["root", "workspace"]}, "continue_if_failed": {"default": true, "type": "boolean"}}}
command_info
megalinter-descriptor.jsonschema.json
{"enum": ["all_flavors", "all", "ci_light", "cupcake", "documentation", "dotnet", "dotnetweb", "go", "java", "javascript", "php", "python", "ruby", "rust", "salesforce", "security", "swift", "terraform"], "type": "string"}
enum_flavors
megalinter-descriptor.jsonschema.json
{"required": [], "type": "object", "properties": {"command": {"type": "string", "examples": ["npm run test", "echo \"This is a custom command\""]}, "cwd": {"enum": ["root", "workspace"], "type": "string", "examples": ["root", "workspace"]}, "secured_env": {"default": true, "type": "boolean"}, "continue_if_failed": {"default": true, "type": "boolean"}}}
command_info
megalinter-configuration.jsonschema.json
{"enum": ["ACTION_ACTIONLINT", "ANSIBLE_ANSIBLE_LINT", "ARM_ARM_TTK", "BASH_EXEC", "BASH_SHELLCHECK", "BASH_SHFMT", "BICEP_BICEP_LINTER", "C_CPPLINT", "CLOJURE_CLJ_KONDO", "CLOJURE_CLJSTYLE", "CLOUDFORMATION_CFN_LINT", "COFFEE_COFFEELINT", "COPYPASTE_JSCPD", "CPP_CPPLINT", "CSHARP_DOTNET_FORMAT", "CSHARP_CSHARPIER", "CSS_STYLELINT", "CSS_SCSS_LINT", "DART_DARTANALYZER", "DOCKERFILE_HADOLINT", "EDITORCONFIG_EDITORCONFIG_CHECKER", "ENV_DOTENV_LINTER", "GHERKIN_GHERKIN_LINT", "GO_GOLANGCI_LINT", "GO_REVIVE", "GRAPHQL_GRAPHQL_SCHEMA_LINTER", "GROOVY_NPM_GROOVY_LINT", "HTML_DJLINT", "HTML_HTMLHINT", "JAVA_CHECKSTYLE", "JAVA_PMD", "JAVASCRIPT_ES", "JAVASCRIPT_STANDARD", "JAVASCRIPT_PRETTIER", "JSON_JSONLINT", "JSON_ESLINT_PLUGIN_JSONC", "JSON_V8R", "JSON_PRETTIER", "JSON_NPM_PACKAGE_JSON_LINT", "JSX_ESLINT", "KOTLIN_KTLINT", "KUBERNETES_KUBECONFORM", "KUBERNETES_HELM", "KUBERNETES_KUBESCAPE", "LATEX_CHKTEX", "LUA_LUACHECK", "MAKEFILE_CHECKMAKE", "MARKDOWN_MARKDOWNLINT", "MARKDOWN_REMARK_LINT", "MARKDOWN_MARKDOWN_LINK_CHECK", "MARKDOWN_MARKDOWN_TABLE_FORMATTER", "OPENAPI_SPECTRAL", "PERL_PERLCRITIC", "PHP_PHPCS", "PHP_PHPSTAN", "PHP_PSALM", "PHP_PHPLINT", "POWERSHELL_POWERSHELL", "POWERSHELL_POWERSHELL_FORMATTER", "PROTOBUF_PROTOLINT", "PUPPET_PUPPET_LINT", "PYTHON_PYLINT", "PYTHON_BLACK", "PYTHON_FLAKE8", "PYTHON_ISORT", "PYTHON_BANDIT", "PYTHON_MYPY", "PYTHON_PYRIGHT", "PYTHON_RUFF", "R_LINTR", "RAKU_RAKU", "REPOSITORY_CHECKOV", "REPOSITORY_DEVSKIM", "REPOSITORY_DUSTILOCK", "REPOSITORY_GIT_DIFF", "REPOSITORY_GITLEAKS", "REPOSITORY_GRYPE", "REPOSITORY_KICS", "REPOSITORY_SECRETLINT", "REPOSITORY_SEMGREP", "REPOSITORY_SYFT", "REPOSITORY_TRIVY", "REPOSITORY_TRIVY_SBOM", "REPOSITORY_TRUFFLEHOG", "RST_RST_LINT", "RST_RSTCHECK", "RST_RSTFMT", "RUBY_RUBOCOP", "RUST_CLIPPY", "SALESFORCE_SFDX_SCANNER_APEX", "SALESFORCE_SFDX_SCANNER_AURA", "SALESFORCE_SFDX_SCANNER_LWC", "SCALA_SCALAFIX", "SNAKEMAKE_LINT", "SNAKEMAKE_SNAKEFMT", "SPELL_CSPELL", "SPELL_PROSELINT", "SPELL_VALE", "SPELL_LYCHEE", "SQL_SQL_LINT", "SQL_SQLFLUFF", "SQL_TSQLLINT", "SWIFT_SWIFTLINT", "TEKTON_TEKTON_LINT", "TERRAFORM_TFLINT", "TERRAFORM_TERRASCAN", "TERRAFORM_TERRAGRUNT", "TERRAFORM_TERRAFORM_FMT", "TSX_ESLINT", "TYPESCRIPT_ES", "TYPESCRIPT_STANDARD", "TYPESCRIPT_PRETTIER", "VBDOTNET_DOTNET_FORMAT", "XML_XMLLINT", "YAML_PRETTIER", "YAML_YAMLLINT", "YAML_V8R", "CREDENTIALS_SECRETLINT", "DOCKERFILE_DOCKERFILELINT", "GIT_GIT_DIFF", "PHP_BUILTIN", "KUBERNETES_KUBEVAL", "REPOSITORY_GOODCHECK", "SPELL_MISSPELL", "TERRAFORM_CHECKOV", "TERRAFORM_KICS"], "type": "string"}
enum_linter_keys
megalinter-configuration.jsonschema.json
{"enum": ["ACTION", "ANSIBLE", "ARM", "BASH", "BICEP", "C", "CLOJURE", "CLOUDFORMATION", "COFFEE", "COPYPASTE", "CPP", "CSHARP", "CSS", "DART", "DOCKERFILE", "EDITORCONFIG", "ENV", "GHERKIN", "GO", "GRAPHQL", "GROOVY", "HTML", "JAVA", "JAVASCRIPT", "JSON", "JSX", "KOTLIN", "KUBERNETES", "LATEX", "LUA", "MAKEFILE", "MARKDOWN", "OPENAPI", "PERL", "PHP", "POWERSHELL", "PROTOBUF", "PUPPET", "PYTHON", "R", "RAKU", "REPOSITORY", "RST", "RUBY", "RUST", "SALESFORCE", "SCALA", "SNAKEMAKE", "SPELL", "SQL", "SWIFT", "TEKTON", "TERRAFORM", "TSX", "TYPESCRIPT", "VBDOTNET", "XML", "YAML", "CREDENTIALS", "GIT"], "type": "string"}
enum_descriptor_keys
megalinter-configuration.jsonschema.json
{"type": "object", "properties": {"commonStyleFilePattern": {"oneOf": [{"type": "string"}]}}}
IStyleFilesConfig
codux.config.schema.json
{"type": "object", "properties": {"templatesPath": {"oneOf": [{"type": "string"}]}, "componentsPath": {"oneOf": [{"type": "string"}]}}}
INewComponentConfig
codux.config.schema.json
{"type": "object", "properties": {"alias": {"oneOf": [{"additionalProperties": {"oneOf": [{"type": "string"}, {"type": "boolean"}]}, "type": "object", "propertyNames": {"type": "string"}}]}, "fallback": {"oneOf": [{"additionalProperties": {"oneOf": [{"type": "string"}, {"type": "boolean"}]}, "type": "object", "propertyNames": {"type": "string"}}]}, "workspaceAlias": {"oneOf": [{"additionalProperties": {"type": "string"}, "type": "object", "propertyNames": {"type": "string"}}]}, "packageRoots": {"oneOf": [{"items": {"type": "string"}, "type": "array"}]}}}
IResolveConfiguration
codux.config.schema.json
{"required": ["classnamesPath", "classnamesTarget"], "type": "object", "properties": {"classnamesTarget": {"type": "string"}, "classnamesPath": {"type": "string"}}}
IClassNamesPluginsOptions
codux.config.schema.json
{"type": "object", "properties": {"exclude": {"oneOf": [{"items": {"type": "string"}, "type": "array"}]}, "include": {"oneOf": [{"items": {"type": "string"}, "type": "array"}]}}}
ComponentsDiscoveryConfig
codux.config.schema.json
{"oneOf": [{"items": {"type": "string"}, "type": "array"}]}
IgnoredSubPaths
codux.config.schema.json
{"required": ["environmentVariables"], "type": "object", "properties": {"environmentVariables": {"additionalProperties": {"type": "string"}, "type": "object", "propertyNames": {"type": "string"}}}}
PreviewConfiguration
codux.config.schema.json
{"type": "object", "properties": {"assets": {"oneOf": [{"items": {"type": "string"}, "type": "array"}]}}}
AddPanelConfig
codux.config.schema.json
{"type": "object", "properties": {"maxInstancesPerComponent": {"oneOf": [{"type": "number"}]}}}
PluggableSafeModeConfig
codux.config.schema.json
{"required": ["activateCssModules", "cssModulesExt"], "type": "object", "properties": {"cssModulesExt": {"items": {"type": "string"}, "type": "array"}, "activateCssModules": {"type": "boolean"}}}
ICompilationConfig
codux.config.schema.json
{"required": ["modules", "resolveUrls"], "type": "object", "properties": {"modules": {"required": ["include"], "type": "object", "properties": {"ignore": {"oneOf": [{"type": "string"}, {"items": {"type": "string"}, "type": "array"}]}, "include": {"oneOf": [{"type": "string"}, {"items": {"type": "string"}, "type": "array"}]}}}, "includePaths": {"oneOf": [{"items": {"type": "string"}, "type": "array"}]}, "resolveUrls": {"type": "boolean"}}}
SassCompilationProjectConfigEntry
codux.config.schema.json
{"required": ["command"], "type": "object", "properties": {"trigger": {"oneOf": [{"items": {"type": "string"}, "type": "array"}]}, "command": {"type": "string"}}}
ScriptFromConfig
codux.config.schema.json
{"required": ["run"], "type": "object", "properties": {"trigger": {"oneOf": [{"items": {"type": "string"}, "type": "array"}]}, "run": {"items": {"type": "string"}, "type": "array"}}}
BatchFromConfig
codux.config.schema.json
{"uniqueItems": true, "items": {"enum": ["Android", "Editor", "iOS", "LinuxStandalone32", "LinuxStandalone64", "LinuxStandaloneUniversal", "Lumin", "macOSStandalone", "Nintendo3DS", "PS4", "PSVita", "Stadia", "Switch", "tvOS", "WSA", "WebGL", "WindowsStandalone32", "WindowsStandalone64", "XboxOne"]}, "type": "array"}
platformValues
asmdef.json
{"additionalProperties": false, "type": "object", "id": "#/definitions/serverless", "properties": {"create_domain": {"type": "boolean"}, "file": {"type": "string"}, "depends_on": {"type": "array"}, "aws_region": {"type": "string"}, "node_version": {"type": "string"}, "aws_profile": {"type": "string"}, "env": {"items": {"type": "string"}, "type": "array"}, "path": {"type": "string"}, "sls_node_modules_cache_mount": {"type": "string"}, "icon": {"type": "string"}}}
serverless
ize-spec.json
{"additionalProperties": false, "type": "object", "id": "#/definitions/alias", "properties": {"depends_on": {"type": "array"}, "icon": {"type": "string"}}}
alias
ize-spec.json
{"additionalProperties": false, "properties": {"skip_deploy": {"type": "boolean"}, "timeout": {"type": "integer"}, "task_definition_revision": {"type": "string"}, "depends_on": {"type": "array"}, "image": {"type": "string"}, "unsafe": {"type": "boolean"}, "create_domain": {"type": "boolean"}, "sls_node_modules_cache_mount": {"type": "string"}, "node_version": {"type": "string"}, "cluster": {"type": "string"}, "env": {"items": {"type": "string"}, "type": "array"}, "docker_registry": {"type": "string"}, "file": {"type": "string"}, "path": {"type": "string"}, "type": {"type": "string"}}, "type": "object", "deprecationMessage": "app block is deprecated", "id": "#/definitions/app"}
app
ize-spec.json
{"additionalProperties": false, "type": "object", "id": "#/definitions/ecs", "properties": {"skip_deploy": {"type": "boolean"}, "aws_region": {"type": "string"}, "task_definition_revision": {"type": "string"}, "depends_on": {"type": "array"}, "image": {"type": "string"}, "unsafe": {"type": "boolean"}, "cluster": {"type": "string"}, "aws_profile": {"type": "string"}, "timeout": {"type": "integer"}, "path": {"type": "string"}, "docker_registry": {"type": "string"}, "icon": {"type": "string"}}}
ecs
ize-spec.json
{"additionalProperties": false, "type": "object", "id": "#/definitions/terraform", "properties": {"state_bucket_name": {"type": "string"}, "state_name": {"type": "string"}, "root_domain_name": {"type": "string"}, "aws_region": {"type": "string"}, "aws_profile": {"type": "string"}, "version": {"type": "string"}, "state_bucket_region": {"type": "string"}}}
terraform
ize-spec.json
{"default": "", "type": "string"}
tableName
liquibase-3.2.json
{"default": {}, "additionalProperties": true, "required": ["baseTableName"], "type": "object", "properties": {"baseTableName": {"default": "", "type": "string"}, "baseTableSchemaName": {"default": "", "type": "string"}, "baseTableCatalogName": {"default": "", "type": "string"}}}
dropAllForeignKeyConstraints
liquibase-3.2.json
{"default": "", "type": "string"}
remarks
liquibase-3.2.json
{"default": {}, "additionalProperties": true, "required": ["existingColumnName", "existingTableName", "newColumnName", "newTableName"], "type": "object", "properties": {"constraintName": {"default": "", "type": "string"}, "newTableSchemaName": {"default": "", "type": "string"}, "newTableCatalogName": {"default": "", "type": "string"}, "existingColumnName": {"default": "", "type": "string"}, "existingTableName": {"default": "", "type": "string"}, "existingTableSchemaName": {"default": "", "type": "string"}, "newColumnName": {"default": "", "type": "string"}, "existingTableCatalogName": {"default": "", "type": "string"}, "newColumnDataType": {"default": "", "type": "string"}, "newTableName": {"default": "", "type": "string"}}}
addLookupTable
liquibase-3.2.json
{"default": "", "type": "string"}
catalogName
liquibase-3.2.json