Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cappyzawa/concourse-pipeline-jsonschema
A Json Schema for Concourse Pipeline
https://github.com/cappyzawa/concourse-pipeline-jsonschema
concourse concourse-pipeline json-schema
Last synced: 5 days ago
JSON representation
A Json Schema for Concourse Pipeline
- Host: GitHub
- URL: https://github.com/cappyzawa/concourse-pipeline-jsonschema
- Owner: cappyzawa
- License: apache-2.0
- Created: 2020-03-05T07:38:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T09:34:42.000Z (over 2 years ago)
- Last Synced: 2024-06-21T08:27:05.578Z (5 months ago)
- Topics: concourse, concourse-pipeline, json-schema
- Language: Go
- Homepage:
- Size: 170 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# concourse-pipeline-jsonschema
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
Json Schema for Concourse Pipeline
## why?
I developed [cappyzawa/fly\-lint\.vim: Vim Plugin for fly](https://github.com/cappyzawa/fly-lint.vim).
This vim plugin executes format or lint via vim command.I was using it, but I wanted completition as well as linter for the Concourse pipeline.
[redhat\-developer/yaml\-language\-server: Language Server for Yaml Files](https://github.com/redhat-developer/yaml-language-server) seemed to fulfill my hope.
This tool only needs Json Schema, so I created it for Concourse Pipeline.## Usage
[redhat\-developer/yaml\-language\-server: Language Server for Yaml Files](https://github.com/redhat-developer/yaml-language-server) should been installed.There are [clients](https://github.com/redhat-developer/yaml-language-server#clients) for this lsp.
This json schema needs to be linked with the concourse pipeline file by the setting of lsp client.
```
yaml.schemas: {
"https://raw.githubusercontent.com/cappyzawa/concourse-pipeline-jsonschema/master/concourse_jsonschema.json": "/pipeline.yml"
}
```