An open index of dependabot pull requests across open source projects.

github.com/go-openapi/validate

Ecosystem:
go
Package URL:
pkg:golang/github.com/go-openapi/validate
Total PRs:
21 Dependabot PRs
Latest PR:
about 12 hours ago
Unique Repositories:
18 repositories
Unique Repos (30 days):
15 repositories
Recent PRs (filtered by: Minor PRs )
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
Description:

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
PR Status
Open 16 (76.2%)
Merged 3 (14.3%)
Closed 1 (4.8%)
PR Types
Minor 19 (90.5%)
Patch 1 (4.8%)