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

https://github.com/quentinguidee/jsonschema

Go package to parse JsonSchema
https://github.com/quentinguidee/jsonschema

Last synced: about 2 months ago
JSON representation

Go package to parse JsonSchema

Awesome Lists containing this project

README

        

# `jsonschema`

An implementation of [json-schema](https://json-schema.org/specification) in [Go](https://go.dev/).

## Usage

```go
import "github.com/quentinguidee/jsonschema"

s := jsonschema.Schema{}
```

The schema is compatible with
- `encoding/json`
- `gopkg.in/yaml.v3`

## License

This project is licensed under the [MIT License](./LICENSE.md)