|
8827 | 8827 | "description": "A fast static site generator in a single binary with everything built-in", |
8828 | 8828 | "fileMatch": ["zola.toml"], |
8829 | 8829 | "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 | + } |
8830 | 8870 | } |
8831 | 8871 | ] |
8832 | 8872 | } |
0 commit comments