Contents

openapi-schema-validator 0.6.2

0

OpenAPI schema validation for Python

OpenAPI schema validation for Python

Stars: 84, Watchers: 84, Forks: 28, Open Issues: 12

The python-openapi/openapi-schema-validator repo was created 4 years ago and the last code push was 2 days ago. The project is moderately popular with 84 github stars!

How to Install openapi-schema-validator

You can install openapi-schema-validator using pip

pip install openapi-schema-validator

or add it to a project with poetry

poetry add openapi-schema-validator

Package Details

Author
Artur Maciag
License
BSD-3-Clause
Homepage
https://github.com/python-openapi/openapi-schema-validator
PyPi:
https://pypi.org/project/openapi-schema-validator/
GitHub Repo:
https://github.com/p1c2u/openapi-schema-validator

Classifiers

  • Software Development/Libraries
  • Software Development/Libraries/Python Modules
No  openapi-schema-validator  pypi packages just yet.

Errors

A list of common openapi-schema-validator errors.

Code Examples

Here are some openapi-schema-validator code examples and snippets.

GitHub Issues

The openapi-schema-validator package has 12 open issues on GitHub

  • 0.2.0: pytest is failing
  • Pattern validation: error: bad escape \z
  • Version 0.2.0 introduces breaking change due to version upgrade
  • Validate oneOf with discriminator
  • Add support for discriminator
  • Add a check to the type error to attempt to give the field name which causes a validation error

See more issues on GitHub

Related Packages & Articles

apispec 6.6.0

A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification).

fastapi 0.110.0

FastAPI framework, high performance, easy to learn, fast to code, ready for production

drf-yasg 1.21.7

Automated generation of real Swagger/OpenAPI 2.0 schemas from Django Rest Framework code.