- Bug fix: Serializing the
OpenApiAnytype fordouble,float, andlongnow works as expected. - Bug fix: Property is now serialized with
readonlybeingfalsewhen it is in therequiredlist 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.