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
- Host: GitHub
- URL: https://github.com/lestrrat-go/jshschema
- Owner: lestrrat-go
- License: mit
- Created: 2016-02-26T02:53:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-02-12T05:37:31.000Z (over 6 years ago)
- Last Synced: 2025-04-04T21:11:15.917Z (3 months ago)
- Language: Go
- Size: 5.86 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-jshschema
[](https://travis-ci.org/lestrrat-go/jshschema)
[](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 |