Skip to content

Commit 2fbf9b1

Browse files
authored
feat: add Tekton Pipelines JSON schemas (SchemaStore#5178)
1 parent fe1ba4a commit 2fbf9b1

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

src/api/json/catalog.json

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8827,6 +8827,46 @@
88278827
"description": "A fast static site generator in a single binary with everything built-in",
88288828
"fileMatch": ["zola.toml"],
88298829
"url": "https://cscnk52.github.io/json-schemas/zola.schema.json"
8830+
},
8831+
{
8832+
"name": "Tekton Task",
8833+
"description": "Defines a sequence of steps (containers) to be executed. It is the smallest configurable unit of execution in Tekton Pipelines",
8834+
"url": "https://raw.githubusercontent.com/redhat-developer/vscode-tekton/refs/heads/main/scheme/tekton.dev/v1_Task.json",
8835+
"versions": {
8836+
"v1": "https://raw.githubusercontent.com/redhat-developer/vscode-tekton/refs/heads/main/scheme/tekton.dev/v1_Task.json",
8837+
"v1beta1": "https://raw.githubusercontent.com/redhat-developer/vscode-tekton/refs/heads/main/scheme/tekton.dev/v1beta1_Task.json",
8838+
"v1alpha1": "https://raw.githubusercontent.com/redhat-developer/vscode-tekton/refs/heads/main/scheme/tekton.dev/v1alpha1_Task.json"
8839+
}
8840+
},
8841+
{
8842+
"name": "Tekton TaskRun",
8843+
"description": "Instantiates and executes a Task with specific inputs, outputs, and parameters in Tekton Pipelines",
8844+
"url": "https://raw.githubusercontent.com/redhat-developer/vscode-tekton/refs/heads/main/scheme/tekton.dev/v1_TaskRun.json",
8845+
"versions": {
8846+
"v1": "https://raw.githubusercontent.com/redhat-developer/vscode-tekton/refs/heads/main/scheme/tekton.dev/v1_TaskRun.json",
8847+
"v1beta1": "https://raw.githubusercontent.com/redhat-developer/vscode-tekton/refs/heads/main/scheme/tekton.dev/v1beta1_TaskRun.json",
8848+
"v1alpha1": "https://raw.githubusercontent.com/redhat-developer/vscode-tekton/refs/heads/main/scheme/tekton.dev/v1alpha1_TaskRun.json"
8849+
}
8850+
},
8851+
{
8852+
"name": "Tekton Pipeline",
8853+
"description": "Defines a graph of Tasks that execute sequentially or in parallel to define a CI/CD workflow in Tekton Pipelines",
8854+
"url": "https://raw.githubusercontent.com/redhat-developer/vscode-tekton/refs/heads/main/scheme/tekton.dev/v1_Pipeline.json",
8855+
"versions": {
8856+
"v1": "https://raw.githubusercontent.com/redhat-developer/vscode-tekton/refs/heads/main/scheme/tekton.dev/v1_Pipeline.json",
8857+
"v1beta1": "https://raw.githubusercontent.com/redhat-developer/vscode-tekton/refs/heads/main/scheme/tekton.dev/v1beta1_Pipeline.json",
8858+
"v1alpha1": "https://raw.githubusercontent.com/redhat-developer/vscode-tekton/refs/heads/main/scheme/tekton.dev/v1alpha1_Pipeline.json"
8859+
}
8860+
},
8861+
{
8862+
"name": "Tekton PipelineRun",
8863+
"description": "Instantiates and executes a Pipeline with specific inputs, outputs, and parameters in Tekton Pipelines",
8864+
"url": "https://raw.githubusercontent.com/redhat-developer/vscode-tekton/refs/heads/main/scheme/tekton.dev/v1_PipelineRun.json",
8865+
"versions": {
8866+
"v1": "https://raw.githubusercontent.com/redhat-developer/vscode-tekton/refs/heads/main/scheme/tekton.dev/v1_PipelineRun.json",
8867+
"v1beta1": "https://raw.githubusercontent.com/redhat-developer/vscode-tekton/refs/heads/main/scheme/tekton.dev/v1beta1_PipelineRun.json",
8868+
"v1alpha1": "https://raw.githubusercontent.com/redhat-developer/vscode-tekton/refs/heads/main/scheme/tekton.dev/v1alpha1_PipelineRun.json"
8869+
}
88308870
}
88318871
]
88328872
}

0 commit comments

Comments
 (0)