openapi icon indicating copy to clipboard operation
openapi copied to clipboard

Fix failure when generating examples for allOff when subschema exampl…

Open stativ opened this issue 8 months ago • 0 comments

…e is a plain string.

When an example from a subschema of allOf does not return a dictionary, return the subschema example directly rather than trying to merge with the example dictionary.

Fixes #166.

stativ avatar May 29 '25 10:05 stativ