schema
stringclasses
471 values
key
stringlengths
0
203
description
stringlengths
0
4.37k
object
stringlengths
2
322k
cityjson.min.schema.json
children
the IDs of children
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
parents
the IDs of the parents
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
children
the IDs of children
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
parents
the IDs of the parents
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
children
the IDs of children
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
parents
the IDs of the parents
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
children
the IDs of children
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
parents
the IDs of the parents
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
children
the IDs of children
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
parents
the IDs of the parents
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
children
the IDs of children
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
parents
the IDs of the parents
{"type": "array", "items": {"type": "string"}}
cityjson.min.schema.json
children
the IDs of children
{"type": "array", "items": {"type": "string"}}
curations-schema.json
The OSS-Review-Toolkit (ORT) provides a possibility to correct metadata and set the concluded license for a specific packages (dependencies) in curation files. A full list of all available options can be found at https://github.com/oss-review-toolkit/ort/blob/main/docs/config-file-curations-yml.md.
{"$schema": "http://json-schema.org/draft-07/schema#", "type": "array", "items": {"type": "object", "properties": {"id": {"type": "string"}, "curations": {"type": "object", "properties": {"comment": {"type": "string"}, "authors": {"type": "array", "items": [{"type": "string"}]}, "concluded_license": {"type": "string"}, "cpe": {"type": "string"}, "declared_license_mapping": {"type": "object"}, "homepage_url": {"type": "string"}, "purl": {"type": "string"}, "binary_artifact": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {}}, "required": ["hash", "url"]}, "source_artifact": {"type": "object", "properties": {"url": {"type": "string"}, "hash": {}}, "required": ["hash", "url"]}, "vcs": {}, "is_metadata_only": {"type": "boolean"}, "is_modified": {"type": "boolean"}}}}, "required": ["id", "curations"]}, "definitions": {"vcsMatcher": {"anyOf": [{"required": ["type"]}, {"required": ["url"]}, {"required": ["revision"]}, {"required": ["path"]}], "properties": {"path": {"type": "string"}, "revision": {"type": "string"}, "type": {"type": "string"}, "url": {"type": "string"}}, "type": "object"}, "hash": {"type": ["object"], "properties": {"value": {"type": "string"}, "algorithm": {"type": "string"}}, "required": ["value", "algorithm"]}}}
csscomb.json
exclude
A list of files to ignore in the current project https://github.com/csscomb/csscomb.js/blob/dev/doc/configuration.md#create-custom-config
{"type": "array", "uniqueItems": true, "items": {"type": "string", "minLength": 1}}
csscomb.json
always-semicolon
Whether to add missing semicolon in the current project https://github.com/csscomb/csscomb.js/blob/dev/doc/configuration.md#create-custom-config
{"type": "boolean"}
csscomb.json
block-indent
A block indent style in the current project https://github.com/csscomb/csscomb.js/blob/dev/doc/configuration.md#create-custom-config
{"type": "string"}
csscomb.json
color-case
A hexadecimal color style in the current project https://github.com/csscomb/csscomb.js/blob/dev/doc/configuration.md#create-custom-config
{"type": "string", "enum": ["lower", "upper"]}
csscomb.json
color-shorthand
Whether to expand hexadecimal color or use shorthand in the current project https://github.com/csscomb/csscomb.js/blob/dev/doc/configuration.md#create-custom-config
{"type": "boolean"}
csscomb.json
element-case
Whether to unify case of element selector in the current project https://github.com/csscomb/csscomb.js/blob/dev/doc/configuration.md#create-custom-config
{"type": "string", "enum": ["lower", "upper"]}
csscomb.json
eof-newline
Whether to add a trailing line break in the current project https://github.com/csscomb/csscomb.js/blob/dev/doc/configuration.md#create-custom-config
{"type": "boolean"}
csscomb.json
leading-zero
Whether to add leading zero in a dimension in the current project https://github.com/csscomb/csscomb.js/blob/dev/doc/configuration.md#create-custom-config
{"type": "boolean"}
csscomb.json
quotes
A quote style in the current project https://github.com/csscomb/csscomb.js/blob/dev/doc/configuration.md#create-custom-config
{"type": "string", "enum": ["single", "double"]}
csscomb.json
remove-empty-rulesets
Whether to remove empty rulesets https://github.com/csscomb/csscomb.js/blob/dev/doc/configuration.md#create-custom-config
{"type": "boolean"}
csscomb.json
space-after-colon
A space style after a colon in the current project https://github.com/csscomb/csscomb.js/blob/dev/doc/configuration.md#create-custom-config
{"type": "string"}
csscomb.json
space-after-combinator
A space style after a combinator in the current project https://github.com/csscomb/csscomb.js/blob/dev/doc/configuration.md#create-custom-config
{"type": "string"}
csscomb.json
space-after-opening-brace
A space style after an opening brace in the current project https://github.com/csscomb/csscomb.js/blob/dev/doc/configuration.md#create-custom-config
{"type": "string"}
csscomb.json
space-after-selector-delimiter
A space style after a selector delimiter in the current project https://github.com/csscomb/csscomb.js/blob/dev/doc/configuration.md#create-custom-config
{"type": "string"}
csscomb.json
space-after-closing-brace
A space style after a closing brace in the current project https://github.com/csscomb/csscomb.js/blob/dev/doc/configuration.md#create-custom-config
{"type": "string"}
csscomb.json
space-before-colon
A space style before a colon in the current project https://github.com/csscomb/csscomb.js/blob/dev/doc/configuration.md#create-custom-config
{"type": "string"}
csscomb.json
space-before-combinator
A space style before a combinator in the current project https://github.com/csscomb/csscomb.js/blob/dev/doc/configuration.md#create-custom-config
{"type": "string"}
csscomb.json
space-before-opening-brace
A space style before an opening brace in the current project https://github.com/csscomb/csscomb.js/blob/dev/doc/configuration.md#create-custom-config
{"type": "string"}
csscomb.json
space-before-selector-delimiter
A space style before a selector delimiter in the current project https://github.com/csscomb/csscomb.js/blob/dev/doc/configuration.md#create-custom-config
{"type": "string"}
csscomb.json
space-between-declarations
A space style between declarations in the current project https://github.com/csscomb/csscomb.js/blob/dev/doc/configuration.md#create-custom-config
{"type": "string"}
csscomb.json
strip-spaces
Whether to trim trailing space in the current project https://github.com/csscomb/csscomb.js/blob/dev/doc/configuration.md#create-custom-config
{"type": "boolean"}
csscomb.json
unitless-zero
Whether to remove unit in zero-valued dimension in the current project https://github.com/csscomb/csscomb.js/blob/dev/doc/configuration.md#create-custom-config
{"type": "boolean"}
csscomb.json
vendor-prefix-align
Whether to align prefix in property and value in the current project https://github.com/csscomb/csscomb.js/blob/dev/doc/configuration.md#create-custom-config
{"type": "boolean"}
csscomb.json
sort-order
A sort order in the current project https://github.com/csscomb/csscomb.js/blob/dev/doc/configuration.md#create-custom-config
{"type": "array", "items": {"type": "array", "items": {"type": "string"}}}
csscomb.json
sort-order-fallback
A sort style of unknown properties in the current project https://github.com/csscomb/csscomb.js/blob/dev/doc/configuration.md#create-custom-config
{"type": "string"}
cicsts-resourcemodel.json
Super-schema that describes all versions of 'Resource model JSON Schema.'
{"$schema": "http://json-schema.org/draft-07/schema#", "allOf": [{"if": {"properties": {"schemaVersion": {"const": "resourceModel/1.0"}}}, "then": {}}]}
cicsts-resourcemodel.json
Schema that describes the structure of a resource model document.
{"if": {"properties": {"schemaVersion": {"const": "resourceModel/1.0"}}}, "then": {}}
agripparc-1.4.json
props
Which prop declaration method to use
{"type": "string", "enum": ["ts", "jsdoc", "prop-types", "none"]}
agripparc-1.4.json
children
Whether the component is meant to have children (FC) or not (VFC)
{"type": "boolean"}
agripparc-1.4.json
typescript
Wether to use Typescript
{"type": "boolean"}
agripparc-1.4.json
flat
Whether to create a new, dedicated dir for the component (false) or not (true)
{"type": "boolean"}
agripparc-1.4.json
styling
Which styling solution to use
{"type": "string", "enum": ["css", "scss", "jss", "mui", "react-native", "styled-components", "none"]}
agripparc-1.4.json
stylingModule
Relevant for `css` or `scss` styling. If true, generates a scoped `module` stylesheet
{"type": "boolean"}
agripparc-1.4.json
importReact
Whether to import React
{"type": "boolean"}
agripparc-1.4.json
overwrite
Whether to overwrite existing files, if any are found
{"type": "boolean"}
agripparc-1.4.json
postCommand
A command to run after a component was successfully generated
{"type": "string"}
agripparc-1.4.json
baseDir
Path to a base directory which components should be genenrated in or relative to
{"type": "string"}
agripparc-1.4.json
destination
The path in which the component folder/files should be generated, relative to baseDir
{"type": "string"}
agripparc-1.4.json
allowOutsideBase
If true, allows components to be generated outside the resolved baseDir
{"type": "boolean"}
agripparc-1.4.json
exportType
Whether to use a named export or a default export for the component
{"type": "string", "enum": ["named", "default"]}
agripparc-1.4.json
declaration
Whether to declare the component as a const with an arrow function or a function declaration
{"type": "string", "enum": ["const", "function"]}
agripparc-1.4.json
tsPropsDeclaration
For TS components, whether to declare props as an interface or a type
{"type": "string", "enum": ["interface", "type"]}
agripparc-1.4.json
memo
Whether to generate a memo() component. Overrides the declaration option
{"type": "boolean"}
agripparc-1.4.json
separateIndex
Whether to use a dedicated index file (recommended)
{"type": "boolean"}
agripparc-1.4.json
reactNative
Whether to generate React Native components
{}
agripparc-1.4.json
debug
Whether to log additional debug information
{"type": "boolean"}
agripparc-1.4.json
$schema
Link to https://json.schemastore.org/agripparc-1.4.json
{"type": "string", "enum": ["https://json.schemastore.org/agripparc-1.4.json"]}
meltano.schema.json
Meltano (https://meltano.com) is an open source platform for building, running & orchestrating ELT pipelines
{"$schema": "https://json-schema.org/draft/2020-12/schema", "type": "object", "additionalProperties": false, "properties": {"version": {"const": 1}, "annotations": {}, "default_environment": {"type": "string"}, "send_anonymous_usage_stats": {"type": "boolean", "default": true}, "project_id": {"type": "string"}, "database_uri": {"type": "string", "default": "sqlite:///$MELTANO_PROJECT_ROOT/.meltano/meltano.db"}, "python": {"type": "string", "examples": ["/usr/bin/python3.10", "python", "python3.11"]}, "state_backend": {"type": "object", "properties": {"uri": {"type": "string", "default": "systemdb"}, "lock_timeout_seconds": {"type": "integer"}, "lock_retry_seconds": {"type": "integer"}, "azure": {"type": "object", "properties": {"connection_string": {"type": "string"}}}, "gcs": {"type": "object", "properties": {"application_credentials": {"type": "string"}}}, "s3": {"type": "object", "properties": {"aws_access_key_id": {"type": "string"}, "aws_secret_access_key": {"type": "string"}, "endpoint_url": {"type": "string"}}}}}, "environments": {"type": "array", "items": {}}, "discovery_url": {"type": "string", "default": "https://www.meltano.com/discovery.yml"}, "include_paths": {"type": "array", "items": {"type": "string"}}, "plugins": {"type": "object", "additionalProperties": false, "properties": {"extractors": {"type": "array", "items": {}}, "loaders": {"type": "array", "items": {}}, "mappers": {"type": "array", "items": {}}, "orchestrators": {"type": "array", "items": {}}, "transformers": {"type": "array", "items": {}}, "files": {"type": "array", "items": {}}, "utilities": {"type": "array", "items": {}}, "transforms": {"type": "array", "items": {}}}}, "schedules": {"type": "array", "items": {}}, "env": {}, "jobs": {"type": "array", "items": {}}, "database_max_retries": {"type": "integer", "default": 3, "minimum": 0}, "database_retry_timeout": {"type": "integer", "default": 5, "minimum": 0}, "cli": {"type": "object", "properties": {"log_config": {"type": "string", "default": "logging.yaml"}}}, "elt": {"type": "object", "properties": {"buffer_size": {"type": "integer", "default": 10485760}}}, "experimental": {"type": "boolean", "default": false}, "ff": {"type": "object", "properties": {"enable_uvicorn": {"type": "boolean", "default": false}, "enable_api_scheduled_job_list": {"type": "boolean", "default": false}, "strict_env_var_mode": {"type": "boolean", "default": false}, "plugin_locks_required": {"type": "boolean", "default": false}}}, "hub_api_root": {"type": ["string", "null"], "default": null, "examples": ["https://hub.meltano.com/meltano/api/v1"]}, "hub_url": {"type": "string", "default": "https://hub.meltano.com"}, "hub_url_auth": {"type": ["string", "boolean", "null"], "default": null, "examples": ["Bearer $ACCESS_TOKEN"]}, "snowplow": {"type": "object", "properties": {"collector_endpoints": {"type": "array", "items": {"type": "string"}, "default": ["https://sp.meltano.com"]}}}}, "$defs": {"annotations": {"type": "object", "propertyNames": {"type": "string"}, "additionalProperties": {"type": "object"}}, "plugins": {"plugin_generic": {"type": "object", "required": ["name"], "properties": {"annotations": {}, "name": {"type": "string", "examples": ["target-jsonl"]}, "plugin_type": {"type": "string", "enum": ["extractors", "loaders", "orchestrators", "transformers", "files", "utilities", "transforms", "mappers"]}, "repo": {"type": "string"}, "ext_repo": {"type": "string"}, "inherit_from": {"type": "string"}, "pip_url": {"type": "string", "examples": ["target-jsonl", "git+https://gitlab.com/meltano/tap-facebook.git", "wtforms==2.2.1 apache-airflow==1.10.2"]}, "variant": {"type": "string"}, "namespace": {"type": "string", "examples": ["tap_csv", "target_jsonl"]}, "config": {"type": "object"}, "label": {"type": "string", "examples": ["Stripe", "Facebook Ads"]}, "logo_url": {"type": "string"}, "python": {"type": "string", "examples": ["/usr/bin/python3.10", "python", "python3.11"]}, "executable": {"type": "string", "examples": ["tap-stripe", "tap-covid-19"]}, "settings": {"type": "array", "items": {}}, "docs": {"type": "string"}, "settings_group_validation": {"type": "array", "items": {"type": "array", "items": {"type": "string"}}}, "commands": {"type": "object", "additionalProperties": {"oneOf": [{"type": "object", "required": ["args"], "properties": {"annotations": {}, "args": {"type": "string"}, "executable": {"type": "string"}, "container_spec": {"type": "object", "required": ["image"], "properties": {"annotations": {}, "image": {"type": "string", "examples": ["ghcr.io/dbt-labs/dbt-postgres:latest"]}, "command": {"type": "string", "examples": ["list", "test", "compile"]}, "entrypoint": {"type": "string"}, "ports": {"type": "object", "propertyNames": {"type": "string"}, "additionalProperties": {"type": "string"}, "examples": [{"5000": "5000"}]}, "volumes": {"type": "array", "items": {"type": "string", "examples": ["$MELTANO_PROJECT_ROOT/transform/:/usr/app/"]}}, "env": {"type": "object", "propertyNames": {"type": "string"}, "additionalProperties": {"type": "string"}, "examples": [{"DBT_PROFILES_DIR": "/usr/app/profile/"}]}}}}}, {"type": "string"}]}}, "requires": {}, "env": {}}}, "extractor_shared": {"type": "object", "properties": {"annotations": {}, "catalog": {"type": "string"}, "load_schema": {"type": "string"}, "metadata": {"type": "object", "default": {}}, "schema": {"type": "object", "default": {}}, "state": {"type": "string"}, "select": {"type": "array", "default": ["*.*"], "items": {"type": "string"}}, "select_filter": {"type": "array", "items": {"type": "string"}, "default": []}}}, "extractors": {"type": "object", "allOf": [{}, {}, {"type": "object", "properties": {"capabilities": {"type": "array", "items": {"type": "string", "enum": ["properties", "catalog", "discover", "state", "about", "stream-maps", "activate-version", "batch", "test", "log-based", "schema-flattening"]}}}}], "unevaluatedProperties": false}, "loaders": {"type": "object", "allOf": [{}, {"properties": {"capabilities": {"type": "array", "items": {"type": "string", "enum": ["about", "stream-maps", "activate-version", "batch", "soft-delete", "hard-delete", "datatype-failsafe", "record-flattening"]}}, "dialect": {"type": "string"}, "target_schema": {"type": "string"}}}], "unevaluatedProperties": false}, "orchestrators": {"type": "object", "unevaluatedProperties": false}, "transformers": {"type": "object", "unevaluatedProperties": false}, "files": {"type": "object", "unevaluatedProperties": false}, "utilities": {"type": "object", "unevaluatedProperties": false}, "transforms": {"type": "object", "allOf": [{}, {"properties": {"annotations": {}, "vars": {"type": "object"}, "package_name": {"type": "string"}}}], "unevaluatedProperties": false}, "mapper_specific": {"type": "object", "properties": {"annotations": {}, "mappings": {"type": "array", "items": {"type": "object", "additionalProperties": false, "properties": {"annotations": {}, "name": {"type": "string"}, "config": {"type": "object"}}}, "required": ["config", "name"]}}}, "mappers": {"type": "object", "allOf": [{}, {}], "unevaluatedProperties": false}}, "base_setting": {"type": "object", "required": ["name"], "additionalProperties": false, "properties": {"annotations": {}, "name": {"type": "string", "examples": ["account_id"]}, "aliases": {"type": "array", "examples": ["accountId", "account_identifier"], "items": {"type": "string"}}, "label": {"type": "string", "examples": ["Account ID"]}, "value": {}, "placeholder": {"type": "string", "examples": ["Ex. 18161"]}, "kind": {"type": "string", "enum": ["oauth", "hidden", "password", "date_iso8601", "file", "email", "integer", "options", "object", "array", "boolean", "string"]}, "tooltip": {"type": "string", "examples": ["Here is some additional info..."]}, "documentation": {"type": "string", "examples": ["https://meltano.com/"]}, "protected": {"type": "boolean", "default": false}, "env": {"type": "string", "examples": ["GITLAB_API_TOKEN", "FACEBOOK_ADS_ACCESS_TOKEN"]}, "value_processor": {"enum": ["nest_object", "upcase_string"]}, "value_post_processor": {"enum": ["stringify"]}, "oauth": {"type": "object", "required": ["provider"], "properties": {"provider": {"type": "string", "examples": ["google-adwords"]}}}, "options": {"type": "array", "items": {"type": "object", "properties": {"label": {"type": "string", "examples": ["Account ID"]}, "value": {}}, "required": ["label", "value"], "additionalProperties": false}}}}, "schedules": {"type": "object", "oneOf": [{"required": ["name", "job", "interval"]}, {"required": ["name", "extractor", "loader", "transform", "interval", "start_date"]}], "additionalProperties": false, "properties": {"annotations": {}, "name": {"type": "string", "examples": ["gitlab-to-jsonl"]}, "job": {"type": "string", "examples": ["some-custom-job"]}, "extractor": {"type": "string", "examples": ["tap-gitlab"]}, "env": {}, "loader": {"type": "string", "examples": ["target-jsonl"]}, "interval": {"type": "string", "examples": ["@hourly", "@daily", "@weekly", "0 0 * * *"], "pattern": "^((@(hourly|daily|weekly|monthly|yearly|once))|((((\\d+,)+\\d+|(\\d+(\\/|-)\\d+)|\\d+|\\*) ?){5,6}))$"}, "transform": {"type": "string", "default": "skip", "enum": ["run", "skip", "only"]}, "start_date": {"type": "string", "examples": ["2020-08-06 00:00:00"]}}}, "jobs": {"type": "object", "required": ["name", "tasks"], "additionalProperties": false, "properties": {"annotations": {}, "name": {"type": "string", "examples": ["gitlab-to-jsonl"]}, "tasks": {"oneOf": [{"type": "string"}, {"type": "array", "items": {"oneOf": [{"type": "string"}, {"type": "array", "items": {"type": "string"}}]}}]}}}, "environments": {"type": "object", "additionalProperties": false, "required": ["name"], "properties": {"annotations": {}, "name": {"type": "string"}, "config": {"type": "object", "additionalProperties": false, "properties": {"plugins": {"type": "object", "properties": {"extractors": {"type": "array", "items": {"allOf": [{}, {}], "unevaluatedProperties": false}}, "loaders": {"type": "array", "items": {"unevaluatedProperties": false}}, "orchestrators": {"type": "array", "items": {"unevaluatedProperties": false}}, "transformers": {"type": "array", "items": {"unevaluatedProperties": false}}, "files": {"type": "array", "items": {"unevaluatedProperties": false}}, "utilities": {"type": "array", "items": {"unevaluatedProperties": false}}, "transforms": {"type": "array", "items": {"unevaluatedProperties": false}}}}}}, "env": {}}, "$defs": {"plugins": {"type": "object", "required": ["name"], "properties": {"annotations": {}, "name": {"type": "string"}, "config": {"type": "object"}, "env": {}}}}}, "requires": {"type": "object", "additionalProperties": false, "patternProperties": {"^(extractors|loaders|transforms|orchestrators|transformers|files|utilities|mappers)$": {"type": "array", "items": {}}}}, "plugin_requirement": {"type": "object", "additionalProperties": false, "properties": {"annotations": {}, "name": {"type": "string"}, "variant": {"type": "string"}}}, "env": {"type": "object", "propertyNames": {"type": "string"}, "additionalProperties": {"type": "string"}, "examples": [{"SNOWFLAKE_ACCOUNT": "my.snowflake.account.com"}]}}}
meltano.schema.json
default_environment
A default environment to be used when one is not present as an argument or as an environment variable.
{"type": "string"}
meltano.schema.json
send_anonymous_usage_stats
Share anonymous usage data with the Meltano team to help them gauge interest and allocate development time
{"type": "boolean", "default": true}
meltano.schema.json
project_id
A globally unique project identifier. Defaults to a Meltano-generated unique GUID for each project.
{"type": "string"}
meltano.schema.json
database_uri
A database URI for the project system database. Defaults to a SQLite file stored at .meltano/meltano.db
{"type": "string", "default": "sqlite:///$MELTANO_PROJECT_ROOT/.meltano/meltano.db"}
meltano.schema.json
python
The python version to use for plugins, specified as a path, or as the name of an executable to find within a directory in $PATH. If not specified, the python executable that was used to run Meltano will be used (within a separate virtual environment). This can be overridden on a per-plugin basis by setting the `python` property for the plugin.
{"type": "string", "examples": ["/usr/bin/python3.10", "python", "python3.11"]}
meltano.schema.json
state_backend
Configuration for state backend.
{"type": "object", "properties": {"uri": {"type": "string", "default": "systemdb"}, "lock_timeout_seconds": {"type": "integer"}, "lock_retry_seconds": {"type": "integer"}, "azure": {"type": "object", "properties": {"connection_string": {"type": "string"}}}, "gcs": {"type": "object", "properties": {"application_credentials": {"type": "string"}}}, "s3": {"type": "object", "properties": {"aws_access_key_id": {"type": "string"}, "aws_secret_access_key": {"type": "string"}, "endpoint_url": {"type": "string"}}}}}
meltano.schema.json
uri
The URI pointing to the backend to use.
{"type": "string", "default": "systemdb"}
meltano.schema.json
lock_timeout_seconds
The number of seconds a lock on a state file is considered valid.
{"type": "integer"}
meltano.schema.json
lock_retry_seconds
The number of seconds to wait between retrying lock acquisition.
{"type": "integer"}
meltano.schema.json
azure
Configuration for Azure Blob Storage state backend.
{"type": "object", "properties": {"connection_string": {"type": "string"}}}
meltano.schema.json
connection_string
The azure connection string to use for connecting to Azure Blob Storage.
{"type": "string"}
meltano.schema.json
gcs
Configuration for Google Cloud Storage state backend.
{"type": "object", "properties": {"application_credentials": {"type": "string"}}}
meltano.schema.json
application_credentials
Path to a Google credentials file to use for authenticating to Google Cloud Storage.
{"type": "string"}
meltano.schema.json
s3
Configuration for AWS S3 state backend.
{"type": "object", "properties": {"aws_access_key_id": {"type": "string"}, "aws_secret_access_key": {"type": "string"}, "endpoint_url": {"type": "string"}}}
meltano.schema.json
aws_access_key_id
AWS access key ID to use for authenticating to AWS S3.
{"type": "string"}
meltano.schema.json
aws_secret_access_key
AWS secret access key to use for authenticating to AWS S3.
{"type": "string"}
meltano.schema.json
endpoint_url
S3 endpoint URL to use.
{"type": "string"}
meltano.schema.json
environments
An array of environments (i.e. dev, stage, prod) with override configs for plugins based on the environment its run in.
{"type": "array", "items": {}}
meltano.schema.json
discovery_url
URL to remote manifest of Meltano plugins, used by meltano discover. Set to 'false' to disable.
{"type": "string", "default": "https://www.meltano.com/discovery.yml"}
meltano.schema.json
include_paths
An array of paths (relative to the project directory) of other Meltano config files to include in the configuration.
{"type": "array", "items": {"type": "string"}}
meltano.schema.json
schedules
Scheduled ELT jobs, added using 'meltano schedule'
{"type": "array", "items": {}}
meltano.schema.json
jobs
Jobs, added using 'meltano job'
{"type": "array", "items": {}}
meltano.schema.json
database_max_retries
The number of times to retry connecting to the Meltano database.
{"type": "integer", "default": 3, "minimum": 0}
meltano.schema.json
database_retry_timeout
The time in seconds to wait between Meltano database connection attempts.
{"type": "integer", "default": 5, "minimum": 0}
meltano.schema.json
cli
CLI related settings.
{"type": "object", "properties": {"log_config": {"type": "string", "default": "logging.yaml"}}}
meltano.schema.json
log_config
The path to the logging config, relative to the Meltano project root.
{"type": "string", "default": "logging.yaml"}
meltano.schema.json
elt
ELT related settings
{"type": "object", "properties": {"buffer_size": {"type": "integer", "default": 10485760}}}
meltano.schema.json
buffer_size
The size of the ELT buffer in bytes.
{"type": "integer", "default": 10485760}
meltano.schema.json
experimental
Whether experimental features should be enabled.
{"type": "boolean", "default": false}
meltano.schema.json
ff
A feature flag, which can be used to enable or disable particular Meltano features.
{"type": "object", "properties": {"enable_uvicorn": {"type": "boolean", "default": false}, "enable_api_scheduled_job_list": {"type": "boolean", "default": false}, "strict_env_var_mode": {"type": "boolean", "default": false}, "plugin_locks_required": {"type": "boolean", "default": false}}}
meltano.schema.json
enable_uvicorn
Whether to use Uvicorn rather than Gunicorn as the API server.
{"type": "boolean", "default": false}
meltano.schema.json
enable_api_scheduled_job_list
Whether the API includes scheduled jobs in listings.
{"type": "boolean", "default": false}
meltano.schema.json
strict_env_var_mode
Whether references to undefined environment variables cause Meltano to exit with an error.
{"type": "boolean", "default": false}
meltano.schema.json
plugin_locks_required
Whether plugin locks are required to run a job.
{"type": "boolean", "default": false}
meltano.schema.json
hub_api_root
The URL to the root of the Meltano Hub API.
{"type": ["string", "null"], "default": null, "examples": ["https://hub.meltano.com/meltano/api/v1"]}
meltano.schema.json
hub_url
The URL for Meltano Hub.
{"type": "string", "default": "https://hub.meltano.com"}
meltano.schema.json
hub_url_auth
The value of the `Authorization` header when making requests to Meltano Hub. If null, false, or unset, no `Authorization` header is used.
{"type": ["string", "boolean", "null"], "default": null, "examples": ["Bearer $ACCESS_TOKEN"]}
meltano.schema.json
snowplow
Snowplow related settings.
{"type": "object", "properties": {"collector_endpoints": {"type": "array", "items": {"type": "string"}, "default": ["https://sp.meltano.com"]}}}