schema stringclasses 471
values | key stringlengths 0 203 | description stringlengths 0 4.37k | object stringlengths 2 322k |
|---|---|---|---|
component.json | locals | Local dependencies are already located on disk, these are not installed, but are however included in the builds, thus no versions need to be defined. Local components should be located in a directory specified within .paths. | {"type": "array", "minItems": 1, "items": {"type": "string"}} |
component.json | remotes | The public component must not contain any remotes. | {"type": "array", "minItems": 1, "items": {"type": "string"}} |
component.json | paths | The public component must not contain any paths. | {"type": "array", "minItems": 1, "items": {"type": "string"}} |
component.json | templates | The templates array MUST provide the contents of each file as a require-able module. For example the following must provide the HTML string via require('user.html'). | {"type": "array", "minItems": 1, "items": {"type": "string"}} |
component.json | license | The license string such as 'MIT' may be used for search output and other reporting, developers SHOULD specify this field | {"type": "string"} |
service-schema.json | A pipeline definition | {"$schema": "http://json-schema.org/draft-07/schema#", "oneOf": [{}, {"type": "string", "pattern": "^$"}], "definitions": {"string": {"type": "string"}, "sequence": {"type": "array", "items": {}}, "mapping": {"type": "object", "additionalProperties": true}, "any": {"anyOf": [{"type": "string"}, {"type": "array", "items... | |
service-schema.json | stages | Stages are groups of jobs that can run without human intervention | {} |
service-schema.json | pool | Pool where jobs in this pipeline will run unless otherwise specified | {} |
service-schema.json | name | Pipeline name | {} |
service-schema.json | appendCommitMessageToRunName | Append the commit message to the build number | {} |
service-schema.json | trigger | Continuous integration triggers | {} |
service-schema.json | parameters | Pipeline template parameters | {} |
service-schema.json | pr | Pull request triggers | {} |
service-schema.json | resources | Containers and repositories used in the build | {} |
service-schema.json | variables | Variables for this pipeline | {} |
service-schema.json | lockBehavior | Behavior lock requests from this stage should exhibit in relation to other exclusive lock requests | {} |
service-schema.json | extends | Extends a template | {} |
service-schema.json | pool | Pool where jobs in this pipeline will run unless otherwise specified | {} |
service-schema.json | name | Pipeline name | {} |
service-schema.json | appendCommitMessageToRunName | Append the commit message to the build number | {} |
service-schema.json | trigger | Continuous integration triggers | {} |
service-schema.json | parameters | Pipeline template parameters | {} |
service-schema.json | pr | Pull request triggers | {} |
service-schema.json | resources | Containers and repositories used in the build | {} |
service-schema.json | variables | Variables for this pipeline | {} |
service-schema.json | lockBehavior | Behavior lock requests from this stage should exhibit in relation to other exclusive lock requests | {} |
service-schema.json | jobs | Jobs represent units of work which can be assigned to a single agent or server | {} |
service-schema.json | pool | Pool where jobs in this pipeline will run unless otherwise specified | {} |
service-schema.json | name | Pipeline name | {} |
service-schema.json | appendCommitMessageToRunName | Append the commit message to the build number | {} |
service-schema.json | trigger | Continuous integration triggers | {} |
service-schema.json | parameters | Pipeline template parameters | {} |
service-schema.json | pr | Pull request triggers | {} |
service-schema.json | resources | Containers and repositories used in the build | {} |
service-schema.json | variables | Variables for this pipeline | {} |
service-schema.json | lockBehavior | Behavior lock requests from this stage should exhibit in relation to other exclusive lock requests | {} |
service-schema.json | phases | Phases which make up the pipeline | {"deprecationMessage": "This option is deprecated, use `jobs` instead", "doNotSuggest": true} |
service-schema.json | name | Pipeline name | {} |
service-schema.json | appendCommitMessageToRunName | Append the commit message to the build number | {} |
service-schema.json | trigger | Continuous integration triggers | {} |
service-schema.json | parameters | Pipeline template parameters | {} |
service-schema.json | pr | Pull request triggers | {} |
service-schema.json | resources | Containers and repositories used in the build | {} |
service-schema.json | variables | Variables for this pipeline | {} |
service-schema.json | lockBehavior | Behavior lock requests from this stage should exhibit in relation to other exclusive lock requests | {} |
service-schema.json | strategy | Execution strategy for this job | {} |
service-schema.json | continueOnError | Continue running even on failure? | {} |
service-schema.json | pool | Pool where this job will run | {} |
service-schema.json | container | Container resource name | {} |
service-schema.json | steps | A list of steps to run in this job | {} |
service-schema.json | name | Pipeline name | {} |
service-schema.json | appendCommitMessageToRunName | Append the commit message to the build number | {} |
service-schema.json | trigger | Continuous integration triggers | {} |
service-schema.json | parameters | Pipeline template parameters | {} |
service-schema.json | pr | Pull request triggers | {} |
service-schema.json | resources | Containers and repositories used in the build | {} |
service-schema.json | variables | Variables for this pipeline | {} |
service-schema.json | lockBehavior | Behavior lock requests from this stage should exhibit in relation to other exclusive lock requests | {} |
service-schema.json | continueOnError | Continue running even on failure? | {} |
service-schema.json | queue | Queue where this phase will run | {"deprecationMessage": "This option is deprecated, use pool instead", "doNotSuggest": true} |
service-schema.json | steps | A list of steps to run in this phase | {} |
service-schema.json | name | Pipeline name | {} |
service-schema.json | appendCommitMessageToRunName | Append the commit message to the build number | {} |
service-schema.json | trigger | Continuous integration triggers | {} |
service-schema.json | parameters | Pipeline template parameters | {} |
service-schema.json | pr | Pull request triggers | {} |
service-schema.json | resources | Containers and repositories used in the build | {} |
service-schema.json | variables | Variables for this pipeline | {} |
service-schema.json | lockBehavior | Behavior lock requests from this stage should exhibit in relation to other exclusive lock requests | {} |
service-schema.json | continueOnError | Continue running even on failure? | {} |
service-schema.json | server | True if this is an agent-less phase (runs on server) | {"deprecationMessage": "This option is deprecated, use pool:server instead", "doNotSuggest": true} |
service-schema.json | steps | A list of steps to run in this phase | {} |
service-schema.json | name | Pipeline name | {} |
service-schema.json | appendCommitMessageToRunName | Append the commit message to the build number | {} |
service-schema.json | trigger | Continuous integration triggers | {} |
service-schema.json | parameters | Pipeline template parameters | {} |
service-schema.json | pr | Pull request triggers | {} |
service-schema.json | resources | Containers and repositories used in the build | {} |
service-schema.json | variables | Variables for this pipeline | {} |
service-schema.json | lockBehavior | Behavior lock requests from this stage should exhibit in relation to other exclusive lock requests | {} |
service-schema.json | name | Pipeline name | {} |
service-schema.json | appendCommitMessageToRunName | Append the commit message to the build number | {} |
service-schema.json | trigger | Continuous integration triggers | {} |
service-schema.json | parameters | Pipeline template parameters | {} |
service-schema.json | pr | Pull request triggers | {} |
service-schema.json | resources | Containers and repositories used in the build | {} |
service-schema.json | variables | Variables for this pipeline | {} |
service-schema.json | lockBehavior | Behavior lock requests from this stage should exhibit in relation to other exclusive lock requests | {} |
service-schema.json | trigger | Continuous integration triggers | {} |
service-schema.json | name | Pipeline name | {} |
service-schema.json | appendCommitMessageToRunName | Append the commit message to the build number | {} |
service-schema.json | parameters | Pipeline template parameters | {} |
service-schema.json | pr | Pull request triggers | {} |
service-schema.json | resources | Containers and repositories used in the build | {} |
service-schema.json | variables | Variables for the entire pipeline | {} |
service-schema.json | jobs | Jobs which make up the pipeline | {} |
service-schema.json | extends | Extends a template | {} |
service-schema.json | phases | Phases which make up the pipeline | {"deprecationMessage": "This option is deprecated, use `jobs` instead", "doNotSuggest": true} |
service-schema.json | strategy | Execution strategy for the job | {} |
service-schema.json | continueOnError | Continue running even on failure? | {} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.