You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LOGGER.error("allOf has no member defined: {}. Default to ERROR_ALLOF_SCHEMA", cs);
1336
-
return"ERROR_ALLOF_SCHEMA";
1337
-
} elseif (names.size() == 1) {
1338
-
returnnames.get(0);
1339
-
} else {
1340
-
LOGGER.warn("allOf with multiple schemas defined. Using only the first one: {}. To fully utilize allOf, please use $ref instead of inline schema definition", names.get(0));
LOGGER.error("allOf has no member defined: {}. Default to ERROR_ALLOF_SCHEMA", composedSchema);
1358
+
return"ERROR_ALLOF_SCHEMA";
1359
+
} elseif (names.size() == 1) {
1360
+
returnnames.get(0);
1361
+
} else {
1362
+
LOGGER.warn("allOf with multiple schemas defined. Using only the first one: {}. To fully utilize allOf, please use $ref instead of inline schema definition", names.get(0));
0 commit comments