mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-12 12:40:53 +00:00
Merge b3b47c5e19a0d62aa76c11ac024f7963fe0b0ceb into d6c46342693205f0dae441b45742d9c85d41cf33
This commit is contained in:
commit
5a64102d56
@ -2375,7 +2375,8 @@ public class ModelUtils {
|
||||
schema.getContains() != null ||
|
||||
schema.get$dynamicAnchor() != null ||
|
||||
schema.get$anchor() != null ||
|
||||
schema.getContentSchema() != null;
|
||||
schema.getContentSchema() != null ||
|
||||
schema.getDefault() != null;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user