Merge b3b47c5e19a0d62aa76c11ac024f7963fe0b0ceb into d6c46342693205f0dae441b45742d9c85d41cf33

This commit is contained in:
Ruud Welling 2025-05-09 15:55:49 +02:00 committed by GitHub
commit 5a64102d56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}