class

Wacli::OpenAPI::RefResolver

Inherits Reference / Object

Local-only JSON Pointer $ref resolver.

Supports:

  • OAS3: #/components/schemas/...
  • OAS2: #/definitions/...

Does not fetch external refs.

Constructors

new(doc : Document, max_depth : Int32 = 20)
Source

Instance methods

resolve_schema_any(schema_any : JSON::Any) : JSON::Any
Source

Nested types