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

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.

Awesome Lists containing this project

README

        

# webhook-schema

A simple library for housing the webhook-schema and validation code.

[![Build Status](https://github.com/xmidt-org/webhook-schema/actions/workflows/ci.yml/badge.svg)](https://github.com/xmidt-org/webhook-schema/actions/workflows/ci.yml)
[![codecov.io](http://codecov.io/github/xmidt-org/webhook-schema/coverage.svg?branch=main)](http://codecov.io/github/xmidt-org/webhook-schema?branch=main)
[![Go Report Card](https://goreportcard.com/badge/github.com/xmidt-org/webhook-schema)](https://goreportcard.com/report/github.com/xmidt-org/webhook-schema)
[![Apache V2 License](http://img.shields.io/badge/license-Apache%20V2-blue.svg)](https://github.com/xmidt-org/webhook-schema/blob/main/LICENSE)
[![GitHub Release](https://img.shields.io/github/release/xmidt-org/webhook-schema.svg)](CHANGELOG.md)
[![GoDoc](https://pkg.go.dev/badge/github.com/xmidt-org/webhook-schema)](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).