Skip to content

Change log

0.2.0

  • Added the OpenAPISpec object model. Traverse OpenAPI specifications as pydantic models - covers 100% of the OpenAPI specification.
  • Added parser functions for loading specs from files, URLs, JSON, YAML, and dictionaries.
  • Added support for OpenAPI 3.0.x and higher specifications.
  • Added comprehensive tests for parsing real-world OpenAPI schemas.
  • Added comprehensive test suite for OpenAPI example schemas.
  • Added reference navigation API for resolving $ref references in OpenAPI specifications
  • Full support for JSON Pointer syntax in references

0.1.0

  • Initial version