- Bug fix: Serializing the
OpenApiAny
type fordouble
,float
, andlong
now works as expected. - Bug fix: Property is now serialized with
readonly
beingfalse
when it is in therequired
list for V2 to comply with the specification. - References are now loaded in a two-step process. First, the reference string is loaded in as is. Then, the reference resolver walks through the DOM to resolve the references. This allows circular references to be properly resolved.