Registry / utility / go-openapi-analysis

go-openapi-analysis

JSON →
library0.25.0gogounverified

Provides methods to analyze, flatten, and mix Swagger/OpenAPI specification documents, handling remote $ref and schema complexity.

go get github.com/go-openapi/analysis
INSTALL
IMPORT
SIG · GO-OPENAPI-ANALYSI
G
go-openapi-analysis
utilitygov0.25.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

analysis
github.com/go-openapi/analysis

Creates an analyzed specification from a Swagger document.

package main import ( "fmt" "github.com/go-openapi/analysis" "github.com/go-openapi/spec" ) func main() { specDoc := &spec.Swagger{} analyzed := analysis.New(specDoc) fmt.Println("Analyzed spec:", analyzed) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.25.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
go-openapi-analysis — go get go-openapi-analysis · libregistry