swagger-api / swagger-parser

Swagger Spec to Java POJOs
http://swagger.io
Apache License 2.0
778 stars 525 forks source link

swagger-parser not recognize [allow_empty_value] in definition #1680

Open hackingwu opened 2 years ago

hackingwu commented 2 years ago

This is my swagger-parser version `

io.swagger
        <artifactId>swagger-parser</artifactId>
        <version>1.0.58</version>
    </dependency>

` but there is a problem which parser can't recoginize allow_empty_value property in a definition exactly

gracekarina commented 2 years ago

Hi @hackingwu what do you mean? can you please send definition and test case? thanks