github.com/go-openapi/validate
go
pkg:golang/github.com/go-openapi/validate
29 Dependabot PRs
28 days ago
24 repositories
21 repositories
Recent PRs (filtered by: Merged , Minor PRs )
build(deps): bump github.com/go-openapi/validate from 0.24.0 to 0.25.0 in /src/go/wsl-helper
rancher-sandbox/rancher-desktop #9300
build(deps): bump the gomod group across 2 directories with 18 updates
envoyproxy/gateway #7130
chore(deps): bump github.com/go-openapi/validate from 0.24.0 to 0.25.0
golanglib/dependabot_botherer #6010
Bump the go-dependencies group with 21 updates
netbox-community/netbox-operator #438
Package Details
| Name: | github.com/go-openapi/validate |
| Ecosystem: | go |
| PURL Type: | golang |
| Package URL: | pkg:golang/github.com/go-openapi/validate |
| JSON API: | View JSON |
Package Information
Package validate provides methods to validate a swagger specification, as well as tools to validate data against their schema. This package follows Swagger 2.0. specification (aka OpenAPI 2.0). Reference can be found here: https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md. Validates a spec document (from JSON or YAML) against the JSON schema for swagger, then checks a number of extra rules that can't be expressed in JSON schema. Entry points: Reported as errors: Reported as warnings: The schema validation toolkit validates data against JSON-schema-draft 04 schema. It is tested against the full json-schema-testing-suite (https://github.com/json-schema-org/JSON-Schema-Test-Suite), except for the optional part (bignum, ECMA regexp, ...). It supports the complete JSON-schema vocabulary, including keywords not supported by Swagger (e.g. additionalItems, ...) Entry points: With the current version of this package, the following aspects of swagger are not yet supported:
| Repository: | https://github.com/go-openapi/validate |
| Homepage: | https://github.com/go-openapi/validate |
| Latest Release: |
v0.24.0
over 1 year ago |
| Dependent Repos: | 17,754 |
| Dependent Packages: | 3,631 |
| Ranking: | Top 0.0542% by dependent repos Top 0.0606% by dependent pkgs |