Describe the bug.
Kotlin's Constraint Preset doesn't add Valid annotation to array/object fields, effectively disabling cascading validation.
It's similar to issue Java generator had #2175
Expected behavior
Valid annotation is added to array/object fields enabling cascading validation
Screenshots
None
How to Reproduce
- Define JSON Schema that has an array/object property
- Run codegen for Kotlin with ConstraintsPreset
- Generated class doesn't have Valid annotation for array/object property
🖥️ Device Information [optional]
- Operating System (OS):
- Browser:
- Browser Version:
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
Yes I am willing to submit a PR!
Describe the bug.
Kotlin's Constraint Preset doesn't add Valid annotation to array/object fields, effectively disabling cascading validation.
It's similar to issue Java generator had #2175
Expected behavior
Valid annotation is added to array/object fields enabling cascading validation
Screenshots
None
How to Reproduce
🖥️ Device Information [optional]
👀 Have you checked for similar open issues?
🏢 Have you read the Contributing Guidelines?
Are you willing to work on this issue ?
Yes I am willing to submit a PR!