https://github.com/pipebase/schema
pipebase json schema
https://github.com/pipebase/schema
data-engineering declarative-pipeline vscode vscode-extension yaml
Last synced: 11 months ago
JSON representation
pipebase json schema
- Host: GitHub
- URL: https://github.com/pipebase/schema
- Owner: pipebase
- License: apache-2.0
- Created: 2021-08-10T21:12:31.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-27T17:22:20.000Z (about 4 years ago)
- Last Synced: 2024-10-24T06:30:23.598Z (over 1 year ago)
- Topics: data-engineering, declarative-pipeline, vscode, vscode-extension, yaml
- Language: Rust
- Homepage:
- Size: 1.66 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
YAML validation / auto complete in vscode for [`pipebase`] manifest
### Setup
install [`YAML`] vscode extension, and config `.vscode/settings.json` in working directory
```
{
"yaml.schemas": {
"https://raw.githubusercontent.com/pipebase/schema/main/app/app.json": [ "PATH/TO/PIPE/YAML" ]
}
}
```
### Demo
in demo, fix four missing fields (red error lines) with auto complete

[`pipebase`]: https://github.com/pipebase/pipebase
[`YAML`]: https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml