mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 15:00:00 +00:00
fd8a724e77
* bump go swagger version * bump swagger version
20 lines
1.1 KiB
Markdown
20 lines
1.1 KiB
Markdown
# gojsonreference [![Build Status](https://github.com/go-openapi/jsonreference/actions/workflows/go-test.yml/badge.svg)](https://github.com/go-openapi/jsonreference/actions?query=workflow%3A"go+test") [![codecov](https://codecov.io/gh/go-openapi/jsonreference/branch/master/graph/badge.svg)](https://codecov.io/gh/go-openapi/jsonreference)
|
|
|
|
[![Slack Status](https://slackin.goswagger.io/badge.svg)](https://slackin.goswagger.io)
|
|
[![license](http://img.shields.io/badge/license-Apache%20v2-orange.svg)](https://raw.githubusercontent.com/go-openapi/jsonreference/master/LICENSE)
|
|
[![Go Reference](https://pkg.go.dev/badge/github.com/go-openapi/jsonreference.svg)](https://pkg.go.dev/github.com/go-openapi/jsonreference)
|
|
[![Go Report Card](https://goreportcard.com/badge/github.com/go-openapi/jsonreference)](https://goreportcard.com/report/github.com/go-openapi/jsonreference)
|
|
|
|
An implementation of JSON Reference - Go language
|
|
|
|
## Status
|
|
Feature complete. Stable API
|
|
|
|
## Dependencies
|
|
* https://github.com/go-openapi/jsonpointer
|
|
|
|
## References
|
|
|
|
* http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-07
|
|
* http://tools.ietf.org/html/draft-pbryan-zyp-json-ref-03
|