proxy.golang.org : github.com/pb33f/libopenapi : v0.10.6
Package libopenapi is a library containing tools for reading and in and manipulating Swagger (OpenAPI 2) and OpenAPI 3+ specifications into strongly typed documents. These documents have two APIs, a high level (porcelain) and a low level (plumbing). Every single type has a 'GoLow()' method that drops down from the high API to the low API. Once in the low API, the entire original document data is available, including all comments, line and column numbers for keys and values. There are two steps to creating a using Document. First, create a new Document using the NewDocument() method and pass in a specification []byte array that contains the OpenAPI Specification. It doesn't matter if YAML or JSON are used.
Registry -
Documentation -
Download -
JSON
purl: pkg:golang/github.com/pb33f/[email protected]
Published:
Indexed:
- github.com/davecgh/go-spew v1.1.1
- github.com/dprotaso/go-yit v0.0.0-20220510233725-9ba8df137936
- github.com/lucasjones/reggen v0.0.0-20200904144131-37ba4fa293bb
- github.com/pmezard/go-difflib v1.0.0
- github.com/stretchr/testify v1.8.0
- github.com/vmware-labs/yaml-jsonpath v0.3.2
- golang.org/x/exp v0.0.0-20230811145659-89c5cff77bcb
- golang.org/x/sync v0.1.0
- gopkg.in/yaml.v3 v3.0.1