#1 validate
Package validate provides methods to validate a swagger specification, as well as tools to validate data against their schema.
Package swag contains a bunch of helper functions for go-openapi and go-swagger projects.
Health score 94/100, confidence 95/100.
| Latest version | v0.26.1 |
| Imported by | 16.2K packages |
| Stars | 221 |
| Forks | 52 |
| Last activity | 3 days ago |
| Latest release | v0.26.1 (3 days ago) |
| License | Apache-2.0 |
| Known vuln records | 0 |
| Symbol | Kind | Synopsis |
|---|---|---|
| CommandLineOptionsGroup | Type | type CommandLineOptionsGroup = cmdutils.CommandLineOptionsGroup |
| File | Type | type File = fileutils.File |
| JSONMapItem | Type | type JSONMapItem = jsonutils.JSONMapItem |
| JSONMapSlice | Type | type JSONMapSlice = jsonutils.JSONMapSlice |
| NameProvider | Type | type NameProvider = jsonname.NameProvider |
| NewNameProvider | Function | func NewNameProvider() *NameProvider |
| AddInitialisms | Function | func AddInitialisms(words ...string) |
| Bool | Function | func Bool(v bool) *bool |
| BoolMap | Function | func BoolMap(src map[string]bool) map[string]*bool |
| BoolSlice | Function | func BoolSlice(src []bool) []*bool |
| BoolValue | Function | func BoolValue(v *bool) bool |
| BoolValueMap | Function | func BoolValueMap(src map[string]*bool) map[string]bool |
Package validate provides methods to validate a swagger specification, as well as tools to validate data against their schema.
Embedded OpenAPI/Swagger documentation ui for Go using [ReDoc](https://redocly.com/).
go-redoc is an embedded OpenAPI/Swagger documentation ui for Go using ReDoc