schema stringclasses 471
values | key stringlengths 0 203 | description stringlengths 0 4.37k | object stringlengths 2 322k |
|---|---|---|---|
cluster.json | ingress | Ingress controller used in the cluster | {} |
cluster.json | clusterName | Cluster Name used in the kube config | {"type": "string"} |
cluster.json | cloudProvider | Cloud Provider options | {} |
cluster.json | prefixPath | kubernetes directory path | {"type": "string"} |
cluster.json | winPrefixPath | kubernetes directory path for windows | {"type": "string"} |
cluster.json | addonJobTimeout | Timeout in seconds for status check on addon deployment jobs | {"type": "integer"} |
cluster.json | bastionHost | Bastion/Jump Host configuration | {} |
cluster.json | monitoring | Monitoring Config | {} |
cluster.json | restore | RestoreCluster flag | {} |
cluster.json | rotateCertificates | Rotating Certificates Option | {} |
cluster.json | rotateEncryptionKey | Rotate Encryption Key Option | {"type": "boolean"} |
cluster.json | dns | DNS Config | {} |
cluster.json | upgradeStrategy | Upgrade Strategy for the cluster | {} |
cluster.json | caCertificates | Rotate CA Certificates | {"type": "boolean"} |
cluster.json | services | Services to rotate their certs | {"items": {"type": "string"}, "type": "array"} |
cluster.json | router-id | required | {"type": "string"} |
cluster.json | enabled | Enable/disable secrets encryption provider config | {"type": "boolean"} |
cluster.json | customConfig | Custom Encryption Provider configuration object | {} |
shopware-project-schema.json | shopware cli project configuration definition file | {"$schema": "https://json-schema.org/draft/2020-12/schema", "definitions": {"Config": {"type": "object", "additionalProperties": false, "properties": {"url": {"type": "string"}, "admin_api": {}, "dump": {}, "sync": {}, "build": {}}}, "Build": {"type": "object", "additionalProperties": false, "properties": {"disable_ass... | |
shopware-project-schema.json | url | URL to Shopware instance | {"type": "string"} |
shopware-project-schema.json | disable_asset_copy | When enabled, the assets will not be copied to the public folder | {"type": "boolean", "default": false} |
shopware-project-schema.json | remove_extension_assets | When enabled, the assets of extensions will be removed from the extension public folder. (Requires Shopware 6.5.2.0) | {"type": "boolean", "default": false} |
shopware-project-schema.json | cleanup_paths | Paths to delete for the final build | {"type": "array", "items": {"type": "string"}} |
shopware-project-schema.json | client_id | Client ID of integration | {"type": "string"} |
shopware-project-schema.json | client_secret | Client Secret of integration | {"type": "string"} |
shopware-project-schema.json | username | Username of admin user | {"type": "string"} |
shopware-project-schema.json | password | Password of admin user | {"type": "string"} |
shopware-project-schema.json | disable_ssl_check | Disable SSL check for API requests | {"type": "boolean", "default": false} |
shopware-project-schema.json | payload | API payload | {"type": "object"} |
shopware-project-schema.json | type | filter type | {"type": "string", "enum": ["equals", "multi", "contains", "prefix", "suffix", "not", "range", "until", "equalsAll", "equalsAny"]} |
shopware-project-schema.json | field | field | {"type": "string"} |
shopware-project-schema.json | value | value | {"type": ["string", "integer", "array", "boolean", "null"]} |
shopware-project-schema.json | type | filter type | {"type": "string", "enum": ["equals", "multi", "contains", "prefix", "suffix", "not", "range", "until", "equalsAll", "equalsAny"]} |
shopware-project-schema.json | field | field | {"type": "string"} |
shopware-project-schema.json | value | value | {"type": ["string", "integer", "array", "boolean", "null"]} |
openrewrite.json | Contains OpenRewrite resource descriptors like recipes and styles | {"$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "properties": {"type": {"enum": ["specs.openrewrite.org/v1beta/recipe", "specs.openrewrite.org/v1beta/style", "specs.openrewrite.org/v1beta/category", "specs.openrewrite.org/v1beta/example"], "default": "specs.openrewrite.org/v1beta/recipe"}}... | |
openrewrite.json | type | Identifies the resource type | {"enum": ["specs.openrewrite.org/v1beta/recipe", "specs.openrewrite.org/v1beta/style", "specs.openrewrite.org/v1beta/category", "specs.openrewrite.org/v1beta/example"], "default": "specs.openrewrite.org/v1beta/recipe"} |
configuration.json | username | Username | {"type": "string"} |
configuration.json | password | Password or access token | {"type": "string"} |
configuration.json | PythonVersion | An enumeration. | {"enum": ["3.7", "3.8", "3.9", "3.10", "3.11"], "type": "string"} |
configuration.json | image | The name of the Docker image to run | {"type": "string"} |
configuration.json | entrypoint | The Docker entrypoint | {"type": "string"} |
configuration.json | home_dir | The absolute path to the home directory inside the container | {"default": "/root", "type": "string"} |
configuration.json | registry_auth | Credentials for pulling a private container | {"allOf": [{}]} |
configuration.json | python | The major version of Python
Mutually exclusive with the image | {"allOf": [{}]} |
configuration.json | env | The mapping or the list of environment variables | {"default": {}, "anyOf": [{"type": "array", "items": {"type": "string", "pattern": "^[a-zA-Z_][a-zA-Z0-9_]*=.*$"}}, {"type": "object", "additionalProperties": {"type": "string"}}]} |
configuration.json | build | The bash commands to run during build stage | {"default": [], "type": "array", "items": {"type": "string"}} |
configuration.json | setup | The bash commands to run on the boot | {"default": [], "type": "array", "items": {"type": "string"}} |
configuration.json | cache | The directories to be cached between configuration runs | {"default": [], "type": "array", "items": {"type": "string"}} |
configuration.json | ports | Port numbers/mapping to expose | {"default": [], "type": "array", "items": {"anyOf": [{"type": "integer", "exclusiveMinimum": 0, "maximum": 65536}, {"type": "string", "pattern": "^(?:[0-9]+|\\*):[0-9]+$"}, {}]}} |
configuration.json | ide | The IDE to run | {"enum": ["vscode"], "type": "string"} |
configuration.json | init | The bash commands to run | {"default": [], "type": "array", "items": {"type": "string"}} |
configuration.json | path | The path to the folder that must be stored as an output artifact | {"type": "string"} |
configuration.json | mount | Must be set to `true` if the artifact files must be saved in real-time | {"default": false, "type": "boolean"} |
configuration.json | image | The name of the Docker image to run | {"type": "string"} |
configuration.json | entrypoint | The Docker entrypoint | {"type": "string"} |
configuration.json | home_dir | The absolute path to the home directory inside the container | {"default": "/root", "type": "string"} |
configuration.json | registry_auth | Credentials for pulling a private container | {"allOf": [{}]} |
configuration.json | python | The major version of Python
Mutually exclusive with the image | {"allOf": [{}]} |
configuration.json | env | The mapping or the list of environment variables | {"default": {}, "anyOf": [{"type": "array", "items": {"type": "string", "pattern": "^[a-zA-Z_][a-zA-Z0-9_]*=.*$"}}, {"type": "object", "additionalProperties": {"type": "string"}}]} |
configuration.json | build | The bash commands to run during build stage | {"default": [], "type": "array", "items": {"type": "string"}} |
configuration.json | setup | The bash commands to run on the boot | {"default": [], "type": "array", "items": {"type": "string"}} |
configuration.json | cache | The directories to be cached between configuration runs | {"default": [], "type": "array", "items": {"type": "string"}} |
configuration.json | ports | Port numbers/mapping to expose | {"default": [], "type": "array", "items": {"anyOf": [{"type": "integer", "exclusiveMinimum": 0, "maximum": 65536}, {"type": "string", "pattern": "^(?:[0-9]+|\\*):[0-9]+$"}, {}]}} |
configuration.json | commands | The bash commands to run | {"type": "array", "items": {"type": "string"}} |
configuration.json | artifacts | The list of output artifacts | {"default": [], "type": "array", "items": {}} |
configuration.json | image | The name of the Docker image to run | {"type": "string"} |
configuration.json | entrypoint | The Docker entrypoint | {"type": "string"} |
configuration.json | home_dir | The absolute path to the home directory inside the container | {"default": "/root", "type": "string"} |
configuration.json | registry_auth | Credentials for pulling a private container | {"allOf": [{}]} |
configuration.json | python | The major version of Python
Mutually exclusive with the image | {"allOf": [{}]} |
configuration.json | env | The mapping or the list of environment variables | {"default": {}, "anyOf": [{"type": "array", "items": {"type": "string", "pattern": "^[a-zA-Z_][a-zA-Z0-9_]*=.*$"}}, {"type": "object", "additionalProperties": {"type": "string"}}]} |
configuration.json | build | The bash commands to run during build stage | {"default": [], "type": "array", "items": {"type": "string"}} |
configuration.json | setup | The bash commands to run on the boot | {"default": [], "type": "array", "items": {"type": "string"}} |
configuration.json | cache | The directories to be cached between configuration runs | {"default": [], "type": "array", "items": {"type": "string"}} |
configuration.json | commands | The bash commands to run | {"type": "array", "items": {"type": "string"}} |
configuration.json | port | The port, that application listens to or the mapping | {"anyOf": [{"type": "integer", "exclusiveMinimum": 0, "maximum": 65536}, {"type": "string", "pattern": "^[0-9]+:[0-9]+$"}, {}]} |
configuration.json | gateway | The gateway IP address or domain to publish the service | {"type": "string"} |
gherking.schema.json | $schema | The explicit schema set. It is optional, as GherKing is supported by schemastore.org, thus most IDE. | {"type": "string"} |
gherking.schema.json | source | The source folder or glob pattern of the input feature files. | {"type": "string", "minLength": 1} |
gherking.schema.json | base | The base folder of the input feature files. | {"type": "string", "minLength": 1} |
gherking.schema.json | destination | The destination folder to put the output feature files. | {"type": "string", "minLength": 1} |
gherking.schema.json | clean | Whether the destination directory should be clean in advance. | {"type": "boolean", "default": false} |
gherking.schema.json | verbose | Whether some information should be displayed on the screen. | {"type": "boolean", "default": false} |
gherking.schema.json | install | Whether the missing precompilers (gpc-* packages) should be installed and save to the package.json. Packages will be installed in the current folder, and package.json created if it is not there yet. | {"type": "boolean", "default": false} |
gherking.schema.json | compilers | The precompilers to use and their configuration. | {"type": "array", "items": {"anyOf": [{}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}, {}]}, "minItems": 1} |
gherking.schema.json | gpcCustom | A custom precompiler configuration, implemented either as an object or a PreCompiler class. | {"type": "object", "properties": {"path": {"type": "string", "minLength": 1}, "configuration": {"type": "object"}}, "required": ["path"], "additionalProperties": false} |
gherking.schema.json | path | Either the NPM package name to use, or the path to a JS file containing a PreCompiler. | {"type": "string", "minLength": 1} |
gherking.schema.json | configuration | The configuration object, if necessary, to be passed to the custom precompiler class. | {"type": "object"} |
gherking.schema.json | gpcReplacer | This GherKing Precompiler is responsible to replace keys in feature files with given values. | {"type": "object", "properties": {"path": {"const": "gpc-replacer"}, "configuration": {"type": "object", "minProperties": 1, "patternProperties": {"^[a-zA-Z0-9_-]+$": {"type": ["string", "integer", "boolean", "number"]}}}}, "required": ["path", "configuration"], "additionalProperties": false} |
gherking.schema.json | configuration | The key-value pairs to replace in the feature files. | {"type": "object", "minProperties": 1, "patternProperties": {"^[a-zA-Z0-9_-]+$": {"type": ["string", "integer", "boolean", "number"]}}} |
gherking.schema.json | gpcFilter | The Filter precompiler is responsible for including or excluding the elements of a feature file in the result, which match a cucumber-tag-expression (e.g., has a given tag, does not have a given tag). | {"type": "object", "properties": {"path": {"const": "gpc-filter"}, "configuration": {"type": "string", "default": "not @wip", "minLength": 1, "pattern": "^.*@[^ ]+.*$"}}, "required": ["path"], "additionalProperties": false} |
gherking.schema.json | configuration | Cucumber-tag-expression the filtering is based on | {"type": "string", "default": "not @wip", "minLength": 1, "pattern": "^.*@[^ ]+.*$"} |
gherking.schema.json | gpcForLoop | A precompiler of GherKing to loop scenarios and scenario outlines to repeat them. | {"type": "object", "properties": {"path": {"const": "gpc-for-loop"}, "configuration": {"type": "object", "properties": {"maxValue": {"type": "integer", "default": 10, "minimum": 0}, "tagName": {"type": "string", "default": "loop", "pattern": "^[^ ]+$", "minLength": 1}, "format": {"type": "string", "default": "${name} (... |
gherking.schema.json | maxValue | Maximum value of iteration. | {"type": "integer", "default": 10, "minimum": 0} |
gherking.schema.json | tagName | Tag used to mark scenarios or outlines to be repeated. | {"type": "string", "default": "loop", "pattern": "^[^ ]+$", "minLength": 1} |
gherking.schema.json | format | Format of the scenario or outline name after repeating. These tokens must be used: ${name}, ${i}. | {"type": "string", "default": "${name} (${i})", "minLength": 11, "allOf": [{"pattern": "^.*\\$\\{name\\}.*$"}, {"pattern": "^.*\\$\\{i\\}.*$"}]} |
gherking.schema.json | limitToMaxValue | Whether higher iteration values than the max should be limited to the max or error should be thrown (false). | {"type": "boolean", "default": true} |
gherking.schema.json | gpcMacro | This precompiler is responsible for defining macros in feature files and then executing them. | {"type": "object", "properties": {"path": {"const": "gpc-macro"}}, "required": ["path"], "additionalProperties": false} |
gherking.schema.json | gpcRemoveComments | This precompiler removes all or particular type of semantic comments from the feature file. | {"type": "object", "properties": {"path": {"const": "gpc-remove-comments"}, "configuration": {"type": "object", "properties": {"keep": {"type": "array", "items": {"type": "string", "enum": ["NONE", "BEFORE_TAGS", "PRECEDING", "DESCRIPTION", "TAG", "ROW", "DOC_STRING", "STEP", "START", "END", "ALL"]}, "minItems": 1}}, "... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.