potatošŸ„”

Results 5 comments of 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...