https://github.com/xmidt-org/webhook-schema
A simple library for housing the webhook-schema and validation code.
https://github.com/xmidt-org/webhook-schema
Last synced: 11 days ago
JSON representation
A simple library for housing the webhook-schema and validation code.
- Host: GitHub
- URL: https://github.com/xmidt-org/webhook-schema
- Owner: xmidt-org
- License: apache-2.0
- Created: 2023-08-20T18:03:15.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T22:25:53.000Z (about 2 months ago)
- Last Synced: 2025-05-13T00:52:22.912Z (11 days ago)
- Language: Go
- Size: 171 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# webhook-schema
A simple library for housing the webhook-schema and validation code.
[](https://github.com/xmidt-org/webhook-schema/actions/workflows/ci.yml)
[](http://codecov.io/github/xmidt-org/webhook-schema?branch=main)
[](https://goreportcard.com/report/github.com/xmidt-org/webhook-schema)
[](https://github.com/xmidt-org/webhook-schema/blob/main/LICENSE)
[](CHANGELOG.md)
[](https://pkg.go.dev/github.com/xmidt-org/webhook-schema)## Table of Contents
- [Code of Conduct](#code-of-conduct)
- [Examples](#examples)
- [Contributing](#contributing)## Code of Conduct
This project and everyone participating in it are governed by the [XMiDT Code Of Conduct](https://xmidt.io/code_of_conduct/).
By participating, you agree to this Code.## Examples
To use the webhook-schema library, it first should be added as an import in the file you plan to use it.
Examples can be found at the top of the [GoDoc](https://godoc.org/github.com/xmidt-org/webhook-schema).## Contributing
Refer to [CONTRIBUTING.md](CONTRIBUTING.md).