Open
Description
Whenever an object has a property of base64 (i.e. type: string, format: byte) validation will fail the error message
*ERROR* in Model '...', property 'content', field 'example' -> This field should be present and not empty
although the field example is present. This is really tied to the property being of type base64; remove the "format: byte" and the specification document will pass validation.
To reproduce, download the attached Zip file y.zip which contains two files minimally reproducing:
pom.xml
broken-validation-base64-response.yaml
Run mvn verify
//exp: passes validation
//act: ERROR in Model