jdkandersson / OpenAlchemy

Define SQLAlchemy models using the OpenAPI specification.
https://openapi-sqlalchemy.readthedocs.io/en/latest/
Apache License 2.0
47 stars 13 forks source link

Include JSON Schema Specification Validation #252

Open jdkandersson opened 3 years ago

jdkandersson commented 3 years ago

As a user I want to ensure that the OpenAPI specification I pass to OpenAlchemy is a valid JSON Schema document so that the generated models are valid.