Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leshaunj/ops-schema
A collection of JSON schemas for ops.yml
https://github.com/leshaunj/ops-schema
Last synced: 1 day ago
JSON representation
A collection of JSON schemas for ops.yml
- Host: GitHub
- URL: https://github.com/leshaunj/ops-schema
- Owner: LeShaunJ
- License: gpl-3.0
- Created: 2023-07-20T21:09:53.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-07T12:55:30.000Z (over 1 year ago)
- Last Synced: 2024-04-22T14:45:15.130Z (10 months ago)
- Language: Python
- Homepage: https://github.com/nickthecook/ops
- Size: 395 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changes.yaml
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Ops Schema
An unofficial tracking and collection of schema revisions for the `ops.yaml` configuration file used in [`ops`](https://github.com/nickthecook/ops)—and more recently—[`crops`](https://github.com/nickthecook/crops).
Available via the [schemastore.org](https://www.schemastore.org/json/) API.
## Editor Support
Hardly exhaustive; though, any editor with `YAML` schema support can benefit from this.
### VScode (Visual Studio Code)
`vscode` can be had via the [YAML Language Support](https://marketplace.visualstudio.com/items?itemName=redhat.vscode-yaml) extension from [Red Hat](https://redhat.com/). Simply install and enjoy immediate recognition and binding of all `ops.yaml`/`ops.yaml` files in your projects.
## Contributing
Of course contributions are welcome. See the [guidelines](./CONTRIBUTING.md) for details.
## Credits
Shoutouts to:
* [nickthecook](https://github.com/nickthecook), creator of [`ops_team`](https://rubygems.org/gems/ops_team).
* [madskristensen](https://github.com/madskristensen), and the good folks over at [JSON Schema Store](https://github.com/SchemaStore/schemastore).