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"},...
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"}, "databa...
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`...
{"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_credenti...
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"]}}}