potatoš„
potatoš„
[westito](https://github.com/westito) I'd like to work on a fix for this. Could you please assign it to me?
[daniel-kmiecik](https://github.com/daniel-kmiecik) Iām working on the fix, but Iām running into some difficulties. Could you please provide me with some help?
[daniel-kmiecik](https://github.com/daniel-kmiecik) ```java @Schema(implementation = Integer.class) @Schema(type = āstringā) ``` when no defaultValue is specified, I believe the defaultValue is treated as "". However, the current test code does not include...
Also, I'm facing an issue with the hasSchemaAnnotation method. For a schema where only the defaultValue is specified, simply removing the StringUtils.isBlank(schema.defaultValue()) check isn't enough. The method still incorrectly flags...
Iāve also looked into that part, and since many changes would likely affect the test code, I agree with [MichakrawSB](https://github.com/MichakrawSB)ās opinion. Iāll proceed with additional work once you get in...