Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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"
}
```