Package Usage: go: github.com/go-openapi/validate
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:
35 versions
Latest release: over 1 year ago
3,631 dependent packages
View more package details: https://packages.ecosystem.code.gouv.fr/registries/proxy.golang.org/packages/github.com/go-openapi/validate
Dependent Repos 6
swh/infra/ci-cd/3rdparty/cert-manager-webhook-gandi
Last synced: 7 months ago - Pushed: 11 months ago