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

https://github.com/lestrrat-go/jshschema

JSON Hyper Schema for Go
https://github.com/lestrrat-go/jshschema

Last synced: about 2 months ago
JSON representation

JSON Hyper Schema for Go

Awesome Lists containing this project

README

        

# go-jshschema

[![Build Status](https://travis-ci.org/lestrrat-go/jshschema.svg?branch=master)](https://travis-ci.org/lestrrat-go/jshschema)

[![GoDoc](https://godoc.org/github.com/lestrrat-go/jshschema?status.svg)](https://godoc.org/github.com/lestrrat-go/jshschema)

JSON Hyper Schema for Go

# TODO

* Documentation!
* Tests!

# References

| Name | Notes |
|:--------------------------------------------------------:|:------------------------------|
| [go-jsval](https://github.com/lestrrat-go/jsval) | Validator generator |
| [go-jsschema](https://github.com/lestrrat-go/jsschema) | JSON Schema implementation |
| [go-jsref](https://github.com/lestrrat-go/jsref) | JSON Reference implementation |
| [go-jspointer](https://github.com/lestrrat-go/jspointer) | JSON Pointer implementations |