Build an OpenApiDocument from a raw OpenAPI JSON object.
Eagerly indexes the document's #/components/schemas/* entries and lazily caches any other $ref lookup on first request. Used by every other helper in this module as the single entry point for structured access to an OpenAPI document.
#/components/schemas/*
$ref
Build an OpenApiDocument from a raw OpenAPI JSON object.
Eagerly indexes the document's
#/components/schemas/*entries and lazily caches any other$reflookup on first request. Used by every other helper in this module as the single entry point for structured access to an OpenAPI document.